summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-3/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-6/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-12/+2
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-2/+3
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-221-1/+1
* Correct comments and debug logging in ipsec to better match reality.bz2011-06-081-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* Make the IPsec SADB embedded route cache a union to be able to hold both thebz2010-10-231-1/+1
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* Remove ifdefed out part of code, which seems to have originated a decade agotrasz2009-11-091-16/+1
* 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-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-8/+14
* Only four out of nine arguments for ip_ipsec_output() are actually used.pjd2009-06-051-2/+1
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-2/+9
* Don't require packet to match a route (any route; this information wasn'ttrasz2009-04-281-1/+2
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-1/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-081-3/+1
* Adds support for SCTP checksum offload. This meansrrs2009-02-031-1/+10
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Take the route mtu into account, if available, when sending anbz2008-04-091-2/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-0/+12
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-051-3/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-10/+10
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-194/+2
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-3/+2
* Remove unneeded mac.h include.rwatson2006-07-061-1/+0
* Make sure the ip data pointer is correct before touching it againbz2006-05-051-0/+1
* Move the IPSEC related code blocks to their own file to unclutterandre2006-02-011-0/+579
OpenPOWER on IntegriCloud