aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* Set the proper direction to check for policies in this one case.George V. Neville-Neil2015-10-291-1/+1
* Turning on IPSEC used to introduce a slight amount of performanceGeorge V. Neville-Neil2015-10-271-0/+4
* Take extra reference to security policy before calling crypto_dispatch().Andrey V. Elsukov2015-09-301-3/+1
* Remove now unneded KEY_FREESP() for case when ipsec[46]_process_packet()Andrey V. Elsukov2015-04-271-3/+1
* Fix possible use after free due to security policy deletion.Andrey V. Elsukov2015-04-271-3/+4
* Use ipsec4_in_reject() to simplify ip_ipsec_fwd() and ip_ipsec_input().Andrey V. Elsukov2014-12-111-31/+3
* Remove flag/flags argument from the following functions:Andrey V. Elsukov2014-12-111-6/+4
* Remove flags and tunalready arguments from ipsec4_process_packet()Andrey V. Elsukov2014-12-111-1/+1
* Move ip_ipsec_fwd() from ip_input() into ip_forward().Andrey V. Elsukov2014-12-111-26/+12
* Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of itsAndrey V. Elsukov2014-12-111-23/+7
* Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB andAndrey V. Elsukov2014-12-111-49/+6
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-30/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-2/+2
* drop unnecessary ifdef IPSEC's. This file is only compiled when IPSECJohn-Mark Gurney2014-09-261-13/+0
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-3/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-6/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.Andre Oppermann2012-10-181-12/+2
* After r241245 it appeared that in_delayed_cksum(), which still expectsGleb Smirnoff2012-10-081-2/+3
* Clean up some #endif comments removing from short sections. Add #endifBjoern A. Zeeb2012-01-221-1/+1
* Correct comments and debug logging in ipsec to better match reality.Bjoern A. Zeeb2011-06-081-1/+1
* 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