aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff2021-11-031-1/+2
* net: Allow binding of unspecified address without address existanceRoy Marples2021-10-201-2/+0
* Add in_pcb_var.h for KPIs that are private to in_pcb.c and in6_pcb.c.Gleb Smirnoff2021-10-181-0/+1
* Move in6_pcbsetport() to in6_pcb.cGleb Smirnoff2021-10-182-42/+38
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-111-6/+1
* ip6mrouter: Make the expiration callout MPSAFEMark Johnston2021-09-071-29/+27
* nd6: Make the DAD callout MPSAFEMark Johnston2021-09-071-51/+65
* inet6(4): Fix a few common typos in source code commentsGordon Bergling2021-08-281-2/+2
* inet6(4): add a missing IPPROTO_ETHERIP entryHiroki Sato2021-08-271-0/+9
* lltable: fix crash introduced in c541bd368f86.Alexander V. Chernikov2021-08-222-5/+7
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-215-37/+153
* frag6: do less work in frag6_slowtimo if possibleMateusz Guzik2021-08-141-0/+5
* frag6: drop the volatile keyword from frag6_nfrags and mark with __exclusive_...Mateusz Guzik2021-08-141-2/+2
* nd6: Mark several callouts as MPSAFEMark Johnston2021-08-092-3/+3
* in6: Enter the net epoch in in6_tmpaddrtimer()Mark Johnston2021-08-091-1/+3
* ipv6: Fix getsockopt() for some IPPROTO_IPV6 level socket optionsMichael Tuexen2021-08-091-1/+1
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* sctp: improve handling of IPv4 addresses on IPV6 socketsMichael Tuexen2021-08-071-2/+4
* [lltable] Restructure nd6 code.Alexander V. Chernikov2021-08-073-49/+77
* Fix panic in IPv6 multicast code.Andrey V. Elsukov2021-08-061-1/+10
* Use lltable calculated header when sending lle holdchain after successful lle...Alexander V. Chernikov2021-08-053-21/+24
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-042-44/+9
* socket: Implement SO_RERRORRoy Marples2021-07-286-7/+9
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-1/+1
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-271-1/+1
* Enter the net epoch before calling ip6_setpktoptsRyan Stone2021-06-043-9/+18
* Fix mbuf leaks in various pru_send implementationsMark Johnston2021-05-123-19/+49
* nd6: Avoid using an uninitialized sockaddr in nd6_prefix_offlink()Mark Johnston2021-05-121-2/+2
* in6_mcast: Return EADDRINUSE when we've already joined the groupKristof Provost2021-05-101-1/+1
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-035-15/+57
* Re-enable network ioctls in capability modeMark Johnston2021-04-231-4/+0
* tcp_input: always request read-locking of PCB for any pure SYN segment.Gleb Smirnoff2021-04-201-10/+3
* tcp: add support for TCP over UDPMichael Tuexen2021-04-181-0/+2
* tcp_input/syncache: acquire only read lock on PCB for SYN,!ACK packetsGleb Smirnoff2021-04-121-20/+14
* capsicum: Limit socket operations in capability modeMark Johnston2021-04-072-3/+9
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-171-2/+2
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-151-2/+2
* Flush remaining routes from the routing table during VNET shutdown.Alexander V. Chernikov2021-03-101-2/+3
* Fix 'in6_purgeaddr: err=65, destination address delete failed' message.Alexander V. Chernikov2021-03-081-14/+18
* Fix dpdk/ldradix fib lookup algorithm preference calculation.Alexander V. Chernikov2021-03-071-2/+2
* net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost2021-03-044-7/+6
* Fix crash with rtadv-originated multipath IPv6 routes.Alexander V. Chernikov2021-02-241-3/+2
* Fix nd6 rib_action() handling.Alexander V. Chernikov2021-02-231-5/+5
* arp/nd: Cope with late calls to iflladdr_eventKristof Provost2021-02-231-0/+2
* Remove per-packet ifa refcounting from IPv6 fast path.Alexander V. Chernikov2021-02-158-31/+20
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-02-156-0/+19
* Do not reference returned ifa in in6_ifawithifp().Alexander V. Chernikov2021-02-142-12/+3
* [udp6] fix possible panic due to lack of locking.Andrey V. Elsukov2021-02-111-33/+28
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-086-9/+7
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-086-7/+9