aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* fix 335919 - check "last" not "inp" where appropriateMatt Macy2018-07-041-2/+2
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-045-11/+16
* udp6_input: validate inpcb before useMatt Macy2018-07-031-7/+16
* in6_pcblookup_hash: validate inp for livenessMatt Macy2018-07-011-26/+21
* Add NULL pointer check.Andrey V. Elsukov2018-06-282-0/+6
* Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov2018-06-161-1/+3
* Add NULL check like the rest of code has.Andrey V. Elsukov2018-06-141-1/+2
* Remove stale comment. in6_ifdetach() can be called from placesAndrey V. Elsukov2018-06-141-1/+0
* Fix PCBGROUPS build post CK conversion of pcbinfoMatt Macy2018-06-131-3/+3
* Rework if_gre(4) to use encap_lookup_t method to speedup lookupAndrey V. Elsukov2018-06-131-35/+187
* mechanical CK macro conversion of inpcbinfo listsMatt Macy2018-06-124-10/+10
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-064-11/+101
* Use m_copyback() function to write delayed checksum when it isn't locatedAndrey V. Elsukov2018-06-061-12/+4
* Fix LINT-NOINET build.Andrey V. Elsukov2018-06-061-12/+6
* Rework if_gif(4) to use new encap_lookup_t method to speedup lookupAndrey V. Elsukov2018-06-051-51/+254
* Constify argument of in6_getscope().Andrey V. Elsukov2018-06-052-2/+2
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-054-77/+45
* Remove empty encap_init() function.Andrey V. Elsukov2018-05-291-3/+0
* CK: update consumers to use CK macros across the boardMatt Macy2018-05-242-9/+9
* UDP: further performance improvements on txMatt Macy2018-05-237-22/+29
* Pair CURVNET_SET and CURVNET_RESTORE in a blockEd Maste2018-05-211-9/+13
* Revert r333968, it broke all archs but i386 and amd64Ed Maste2018-05-211-12/+6
* in(6)_mcast: Expand out vnet set / restore macro so that they work in a condi...Matt Macy2018-05-211-6/+12
* make sure vnet is set when freeingMatt Macy2018-05-201-2/+9
* ip(6)_freemoptions: defer imo destruction to epoch callback taskMatt Macy2018-05-203-16/+20
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-1811-52/+51
* Unwrap some not-so-long lines now that extra tabs been removed.Brooks Davis2018-05-151-8/+4
* Remove stray tabs in in6_lltable_dump_entry(). NFC.Brooks Davis2018-05-151-56/+56
* Fix LORs in in6?_leave_group()Stephen Hurd2018-05-111-0/+5
* Fix a panic in the IPv6 multicast code.Andrew Gallatin2018-05-101-2/+3
* Fix for missing network interface address event when adding the default IPv6Hans Petter Selasky2018-05-081-3/+7
* r333175 introduced deferred deletion of multicast addresses in order to permi...Matt Macy2018-05-064-53/+91
* Currently in_pcbfree will unconditionally wunlock the pcbinfo lockMatt Macy2018-05-052-2/+14
* Send an ICMPv6 PacketTooBig message in case of forwading a packet whichMichael Tuexen2018-05-021-2/+9
* Separate list manipulation locking from state change in multicastStephen Hurd2018-05-027-202/+321
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-244-102/+15
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-234-15/+102
* icmp6_reflect() sends ICMPv6 message with new IPv6 header. So, it isAndrey V. Elsukov2018-04-231-10/+1
* Remove support for the Arcnet protocol.Brooks Davis2018-04-134-35/+2
* Add check that mbuf had not multicast layer2 address.Andrey V. Elsukov2018-04-131-1/+2
* Remove support for FDDI networks.Brooks Davis2018-04-114-12/+1
* Fix a logical inversion bug.Michael Tuexen2018-04-081-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-062-2/+0
* Document and enforce assumptions about struct (in6_)ifreq.Brooks Davis2018-03-301-0/+8
* Remove a comment that suggests checking that a non-pointer is non-NULL.Brooks Davis2018-03-301-4/+0
* Remove infrastructure for token-ring networks.Brooks Davis2018-03-284-9/+0
* This change adds a flag to the DAD entry to indicate whether it isJonathan T. Looney2018-03-241-13/+17
* Remove some unneccessary variable sets in IPv6 code, as detected byJonathan T. Looney2018-03-244-4/+3
* Revert r331379 as the "simple" lock changes have revealed a deeper problemSean Bruno2018-03-231-24/+6
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-234-6/+7