aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-0610-701/+83
* Garbage collect IFT_IEEE80211 (but leave the define for possible reuse)Andriy Voskoboinyk2017-01-284-6/+0
* After the in_control() changes in r257692, an existing address isLuiz Otavio O Souza2017-01-251-3/+6
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+41
* Improve some of the sysctl descriptions added in r299827.Mark Johnston2017-01-161-6/+10
* Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev2017-01-161-6/+41
* Release the ND6 list lock before making a prefix off-link in nd6_timer().Mark Johnston2017-01-081-14/+10
* Whitespace changes.Michael Tuexen2016-12-261-3/+3
* Remove a bogus KASSERT from nd6_prefix_unlink().Mark Johnston2016-12-191-2/+0
* ip[6]_tryforward does inbound and outbound packet firewall processing.Andrey V. Elsukov2016-12-191-11/+24
* Modify IPv6 statistic accounting in ip6_input().Andrey V. Elsukov2016-12-121-33/+27
* Add ip6_tryforward() - a run to completion forwarding implementationAndrey V. Elsukov2016-12-123-4/+312
* Whitespace changes.Michael Tuexen2016-12-062-7/+0
* Make ICMPv6 hard error handling for TCP consistent with the ICMPv4Michael Tuexen2016-10-212-3/+3
* Limit the number of mbufs that can be allocated for IPV6_2292PKTOPTIONSGeorge V. Neville-Neil2016-10-171-0/+15
* - Revert r300854, r303657 which tried to fix regression from r297225.Gleb Smirnoff2016-10-131-6/+1
* Lock the ND prefix list and add refcounting for prefixes.Mark Johnston2016-10-075-148/+340
* Reduce the number of conditional statements in nd6_prefix_onlink().Mark Johnston2016-10-071-3/+3
* Combine several checks in nd6_prefix_offlink() into one.Mark Johnston2016-10-071-7/+2
* Fix whitespace around prototypes in nd6_rtr.c.Mark Johnston2016-10-071-4/+3
* Fix a typo.Mark Johnston2016-10-071-1/+1
* Shorten and simplify some of the loops in pfxlist_onlink_check().Mark Johnston2016-10-071-30/+12
* Use a const reference to prefixes in nd6_is_new_addr_neighbor().Mark Johnston2016-10-071-2/+2
* nd6_dad_timer(): don't assert that the address is tentative.Mark Johnston2016-10-011-2/+7
* Fix bug introduced in r274300.Andrey V. Elsukov2016-09-291-1/+1
* Convert checks in nd6_dad_start() and nd6_dad_timer() to assertions.Mark Johnston2016-09-241-37/+15
* Rename ndpr_refcnt to ndpr_addrcnt.Mark Johnston2016-09-244-12/+12
* Reduce code duplication around NDP message handlers in icmp6_input().Mark Johnston2016-09-201-108/+51
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-156-14/+17
* Fix L2 caching for UDP over IPv6Mike Karels2016-08-242-1/+11
* Remove the kernel optoion for IPSEC_FILTERTUNNEL, which was deprecatedBjoern A. Zeeb2016-08-211-4/+0
* Disable L2 caching for UDP over IPv6Mike Karels2016-08-201-1/+1
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+154
* Move IPv4-specific jail functions to new file netinet/in_jail.cStephen J. Kiernan2016-08-091-0/+419
* Fix NULL pointer dereference.Andrey V. Elsukov2016-08-021-1/+2
* Rework IPV6 TCP path MTU discovery to match IPv4Andrew Gallatin2016-08-012-11/+14
* Prepare for network stack as a moduleStephen J. Kiernan2016-07-271-3/+0
* Fix per-connection L2 caching in fast pathMike Karels2016-07-221-2/+9
* Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6Andrey V. Elsukov2016-07-181-0/+51
* Add net.inet6.ip6.intr_queue_maxlen sysctl. It can be used toAndrey V. Elsukov2016-07-152-1/+41
* Fix a page fault in ip6_setpktopt(), occurring when the pflog module isDimitry Andric2016-07-131-2/+2
* Don't consider the socket when processing an incoming ICMP/ICMP6 packet,Michael Tuexen2016-06-231-2/+1
* Fix the NULL pointer dereference for unresolved link layer entries inAndrey V. Elsukov2016-06-221-2/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-218-26/+85
* Remove the SIOCSIFALIFETIME_IN6 ioctl.Pedro F. Giffuni2016-06-132-45/+0
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-094-4/+0
* Make KASSERT message more useful by printing the variables on whichBjoern A. Zeeb2016-06-061-1/+2
* Move the callout_reset() to the end of the work not having it stickBjoern A. Zeeb2016-06-061-3/+4
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-1/+13
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-025-7/+24