aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* frag6: move public structure into file local space.Bjoern A. Zeeb2019-08-082-15/+13
* frag6.c: cleanup varaibles and return statements.Bjoern A. Zeeb2019-08-081-41/+52
* frag6.c: initial comment and whitespace cleanup.Bjoern A. Zeeb2019-08-081-71/+62
* Correct ICMPv6/MLDv2 out-of-bounds memory accessEd Maste2019-08-061-25/+23
* Improve consistency. No functional change.Michael Tuexen2019-08-051-1/+1
* frag6.c: rename ip6q[] to ipq6b[] and consistently use "bucket"Bjoern A. Zeeb2019-08-051-65/+65
* frag6.c: re-order functions within fileBjoern A. Zeeb2019-08-051-155/+158
* frag6.c: fix includesBjoern A. Zeeb2019-08-031-4/+1
* frag6.c: make compile with gccBjoern A. Zeeb2019-08-021-1/+1
* frag6.c: rename malloc typeBjoern A. Zeeb2019-08-021-20/+18
* frag6.c: remove dead codeBjoern A. Zeeb2019-08-021-60/+0
* frag6.c: move variables and sysctls into local fileBjoern A. Zeeb2019-08-023-51/+59
* frag6.c: sort includesBjoern A. Zeeb2019-08-021-6/+6
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-029-210/+200
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-141-5/+2
* r348494 fixes a race in udp_output(). The same race exists inMichael Tuexen2019-07-131-0/+15
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-291-0/+31
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-256-288/+248
* Sort opt_foo.h #includes and add a missing blank line in ip_output().John Baldwin2019-06-111-2/+2
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-34/+47
* Restore IPV6_NEXTHOP option support that seem was partially brokenAndrey V. Elsukov2019-05-241-0/+4
* Fix gateway setup for the interface routes.Alexander V. Chernikov2019-05-221-16/+8
* 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