aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/raw_ip6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r339682:Bjoern A. Zeeb2018-10-311-41/+45
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-2/+3
* mechanical CK macro conversion of inpcbinfo listsMatt Macy2018-06-121-1/+1
* UDP: further performance improvements on txMatt Macy2018-05-231-6/+8
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-051-4/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-10/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-2/+2
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-03-061-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Committed without approval from mentor.Ermal Luçi2017-02-121-1/+1
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-101-1/+1
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-11/+13
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-101-26/+7
* Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-031-2/+2
* Do not count security policy violation twice.Andrey V. Elsukov2014-12-111-2/+0
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-6/+0
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-10/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-231-2/+2
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-1/+7
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov2013-06-201-2/+2
* Use RIP6STAT_INC() macro for raw ip6 statistics accounting.Andrey V. Elsukov2013-06-191-8/+8
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-2/+2
* Take the inpcb rlock before calculating checksum, it was accidentallyAndrey V. Elsukov2013-03-121-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Add SO_SETFIB option support on PF_INET6 sockets and allow inheriting theBjoern A. Zeeb2012-02-031-1/+11
* optp may be NULL.Hajimu UMEMOTO2010-08-201-1/+2
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-191-0/+20
* Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1.Hajimu UMEMOTO2010-08-171-2/+5
* In rip6_input(), in case of multicast, we might skip the normal processingBjoern A. Zeeb2010-08-141-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-2/+2
* Enhance the historic behaviour of raw sockets and jails in a wayBjoern A. Zeeb2010-04-271-1/+1
* Throughout the network stack we have a few places ofBjoern A. Zeeb2009-12-131-1/+1
* Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.Bruce M Simpson2009-11-191-8/+30
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-26/+7
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-231-15/+12
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-4/+7
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-211-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+1
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-7/+54
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-1/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-11/+7
* For consistency with prison_{local,remote,check}_ipN renameBjoern A. Zeeb2009-01-251-1/+1