aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+2
* Fix hostname to be returned in an ICMPv6 NI Reply message definedHiroki Sato2019-05-161-14/+19
* Revert r347582 for now.Mark Johnston2019-05-161-4/+19
* Close some races in multicast socket option handling.Mark Johnston2019-05-141-19/+4
* Apply r280991 to ip6_fragment.John Baldwin2019-05-101-3/+14
* In mld_v2_cancel_link_timers() check number of references and disconnectAndrey V. Elsukov2019-05-091-0/+2
* Track TCP connection's NUMA domain in the inpcbAndrew Gallatin2019-04-251-0/+3
* Add GRE-in-UDP encapsulation support as defined in RFC8086.Andrey V. Elsukov2019-04-241-18/+267
* ip6_randomflowlabel: Avoid blocking if random(4) is not availableConrad Meyer2019-04-231-0/+11
* poib: assign link-local address according to RFCKonstantin Belousov2019-04-231-0/+8
* Revert r346530 until further.Hans Petter Selasky2019-04-221-48/+9
* Fix build for mips and powerpc after r346530.Hans Petter Selasky2019-04-221-0/+1
* Fix panic in network stack due to memory use after free in relation toHans Petter Selasky2019-04-221-9/+48
* When an IPv6 packet is received for a raw socket which has theMichael Tuexen2019-04-191-0/+6
* When a checksum has to be computed for a received IPv6 packet because itMichael Tuexen2019-04-191-1/+2
* Avoid a buffer overwrite in rip6_output() when computing the checksumMichael Tuexen2019-04-191-1/+1
* Improve input validation for the socket option IPV6_CHECKSUM.Michael Tuexen2019-04-191-2/+5
* Add stat counter for ipv6 atomic fragmentsTom Jones2019-04-192-4/+5
* Reinitialize multicast source filter structures after invalidation.Mark Johnston2019-04-111-2/+6
* Do not perform DAD on stf(4) interfaces.Mark Johnston2019-03-303-22/+13
* Reapply r345274 with build fixes for 32-bit architectures.Andrey V. Elsukov2019-03-191-8/+37
* Revert r345274. It appears that not all 32-bit architectures haveAndrey V. Elsukov2019-03-181-37/+8
* Update NAT64LSN implementation:Andrey V. Elsukov2019-03-181-8/+37
* Add NAT64 CLAT implementation as defined in RFC6877.Andrey V. Elsukov2019-03-181-0/+24
* Add SPDX-License-Identifier and update year in copyright.Andrey V. Elsukov2019-03-181-3/+4
* Modify struct nat64_config.Andrey V. Elsukov2019-03-181-4/+6
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-073-1/+30
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-064-3/+70
* When dropping a fragment queue count the number of fragments in the queueTom Jones2019-02-191-5/+8
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-315-32/+35
* Fix refcounting leaks in IPv6 MLD code leading to loss of IPv6Hans Petter Selasky2019-01-245-147/+126
* When detaching a network interface drain the workqueue freeing the inm'sHans Petter Selasky2019-01-243-0/+16
* Add debugging sysctl to disable incoming MLD v2 messages similar to theHans Petter Selasky2019-01-241-1/+12
* Fix duplicate acquiring of refcount when joining IPv6 multicast groups.Hans Petter Selasky2019-01-241-1/+4
* Style.Mark Johnston2019-01-231-6/+3
* Fix an LLE lookup race.Mark Johnston2019-01-231-0/+12
* Remove unnecessary ifdef. With INVARIANTS all KASSERTs are empty statements,Gleb Smirnoff2019-01-101-2/+0
* Fix loopback traffic when using non-lo0 link local IPv6 addresses.Hans Petter Selasky2019-01-091-30/+50
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-0912-119/+162
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-112-10/+5
* Clamp the INPCB port hash tables to IPPORT_MAX + 1 chains.Mark Johnston2018-12-051-2/+2
* Plug some networking sysctl leaks.Mark Johnston2018-11-221-1/+2
* Add ability to use dynamic external prefix in ipfw_nptv6 module.Andrey V. Elsukov2018-11-121-1/+5
* in6_ifattach_linklocal: handle immediate removal of the new LLAEric van Gyzen2018-11-081-3/+10
* Remove redundant checks for a NULL lbgroup table.Mark Johnston2018-11-011-4/+2
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-302-0/+41
* rip6_input() inp validation after epoch(9)Bjoern A. Zeeb2018-10-241-41/+45
* Add the check that current VNET is ready and access to srchash is allowed.Andrey V. Elsukov2018-10-232-2/+8
* Fix style bugs in in6_pcblookup_lbgroup().Mark Johnston2018-10-221-22/+12
* Add handling for appearing/disappearing of ingress addresses to if_gre(4).Andrey V. Elsukov2018-10-211-3/+58