summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduce ipsec-id bundles and use them for ipsecflowinfo,markus2015-05-231-42/+133
* Stubs and support code for NIC-enabled IPsec bite the dust.mikeb2015-04-171-31/+1
* Remove unused ipsp_parse_headers that was supposed to parse packetsmikeb2015-04-171-219/+1
* remove unfinished/unused support for socket-attached ipsec-policiesmarkus2015-04-161-81/+1
* make ipsp_address thread safe; ok mpimikeb2015-04-141-16/+12
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-44/+11
* Make filter argument to ipsp_aux_match optional like the rest of them.mikeb2015-04-131-2/+3
* Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpimikeb2015-04-131-23/+26
* Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpimikeb2015-04-131-5/+4
* replace the guts of tdb_hash with SipHash24dlg2015-04-101-27/+11
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Userland (base & ports) was adapted to always include <netinet/in.h>deraadt2015-01-241-9/+7
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-18/+1
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-8/+8
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* remove uneeded route.h includesjsg2014-09-081-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+2
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-3/+3
* bzero/bcmp -> memset/memcmp. ok matthewtedu2014-01-091-15/+15
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-19/+13
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-2/+1
* These functions are only used in debug code, so put them undermpi2013-07-041-1/+3
* Remove the extern keyword from function declarations, documentmpi2013-04-111-4/+1
* Remove various external variable declaration from sources files andmpi2013-04-101-2/+2
* Remove read-only ipsec variables and directly use defines instead.mpi2013-04-091-9/+8
* code that calls timeout functions should include timeout.htedu2013-03-281-1/+2
* spltdb() was really just #define'd to be splsoftnet(); replace the formerblambert2012-09-201-11/+11
* remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setmarkus2012-09-181-17/+2
* Pre-allocate memory to avoid sleeping after performing a lookup, whichblambert2011-05-111-5/+8
* - use nitems(); no binary changejasper2011-03-311-2/+2
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-32/+58
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Fix two bugs in IPsec/HMAC-SHA2:markus2010-01-101-2/+2
* don't confuse chars with strings; ok oga@martynas2009-08-121-2/+2
* Shuffle function declarations a bit; ipsp_kern doesn't actually exist,blambert2009-06-021-2/+2
* Fix an off-by-one in the ddb-only debugging function tdb_hashstats.oga2009-06-021-6/+8
* pfsync v5, mostly written at n2k9, but based on work done at n2k8.dlg2009-02-161-1/+11
* #if INET => #ifdef INETmpf2008-10-221-3/+3
* remove dead stores and newly created unused variables.chl2008-09-151-7/+1
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* use arc4random_uniform() for random number requests that are not adjm2008-04-181-2/+2
* MALLOC/FREE -> malloc/freechl2007-10-291-2/+2
* MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time.krw2007-10-091-30/+18
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-2/+2
* allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC tohenning2007-01-181-1/+3
* add support to tag ipsec traffic belonging to specific IKE-initiatedreyk2006-11-241-1/+14
* Path MTU discovery for NAT-T.mpf2006-01-131-3/+1