aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-2/+2
* Make the IPsec SADB embedded route cache a union to be able to hold both theBjoern A. Zeeb2010-10-231-1/+1
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-121-1/+1
* Remove ifdefed out part of code, which seems to have originated a decade agoEdward Tomasz Napierala2009-11-091-16/+1
* 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-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-8/+14
* Only four out of nine arguments for ip_ipsec_output() are actually used.Pawel Jakub Dawidek2009-06-051-2/+1
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELBjoern A. Zeeb2009-05-231-2/+9
* Don't require packet to match a route (any route; this information wasn'tEdward Tomasz Napierala2009-04-281-1/+2
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-1/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificBjoern A. Zeeb2009-02-081-3/+1
* Adds support for SCTP checksum offload. This meansRandall Stewart2009-02-031-1/+10
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Take the route mtu into account, if available, when sending anBjoern A. Zeeb2008-04-091-2/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.Bjoern A. Zeeb2008-03-141-0/+12
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.Bjoern A. Zeeb2007-08-051-3/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-10/+10
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-194/+2
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-3/+2
* Remove unneeded mac.h include.Robert Watson2006-07-061-1/+0
* Make sure the ip data pointer is correct before touching it againBjoern A. Zeeb2006-05-051-0/+1
* Move the IPSEC related code blocks to their own file to unclutterAndre Oppermann2006-02-011-0/+579