summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ip6.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().melifaro2016-01-101-26/+7
* Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-031-2/+2
* Do not count security policy violation twice.ae2014-12-111-2/+0
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-6/+0
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-10/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-2/+2
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-1/+7
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-2/+2
* Use RIP6STAT_INC() macro for raw ip6 statistics accounting.ae2013-06-191-8/+8
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-2/+2
* Take the inpcb rlock before calculating checksum, it was accidentallyae2013-03-121-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+11
* optp may be NULL.ume2010-08-201-1/+2
* MFp4: anchie_soc2009 branch:anchie2010-08-191-0/+20
* Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1.ume2010-08-171-2/+5
* In rip6_input(), in case of multicast, we might skip the normal processingbz2010-08-141-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-2/+2
* Enhance the historic behaviour of raw sockets and jails in a waybz2010-04-271-1/+1
* Throughout the network stack we have a few places ofbz2009-12-131-1/+1
* Adapt the fix for IGMPv2 in r199287 for the IPv6 stack.bms2009-11-191-8/+30
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-26/+7
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-15/+12
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-4/+7
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+1
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-7/+54
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-1/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-11/+7
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-1/+1
* Another step assimilating IPv[46] PCB code:bz2008-12-171-2/+2
* check pointers against NULLkmacy2008-12-161-3/+3
* convert more pointer validation checks to checking against NULLkmacy2008-12-161-2/+2
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-15/+15
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+5
* MFp4:bz2008-11-291-0/+13
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-271-1/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-5/+4
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-261-1/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+16
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-36/+37
OpenPOWER on IntegriCloud