summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_spd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@cheloha2018-10-221-3/+3
* Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'.mpi2018-06-251-1/+3
* Fix kernel builds without IPSEC.reyk2018-05-161-1/+3
* Flush flows using the radix-tree instead of a global list.mpi2017-11-201-4/+9
* Remove unused debug macro.mpi2017-11-071-7/+1
* Dump IPsec flows by iterating over the rafdix-tree.mpi2017-10-271-1/+15
* Last changes before running IPsec w/o KERNEL_LOCK().mpi2017-10-161-6/+32
* Replace bcopy with a simple assignment where both variables aredhill2017-04-061-3/+3
* Remove empty #ifdef and #ifndef blocksfcambus2016-09-271-5/+1
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-3/+2
* pool_setipl for various netinet and netinet6 bitsdlg2016-09-061-1/+2
* Initialize the routing table before domains.mpi2015-10-071-3/+3
* It is time to put inet6 on a diet. Use the flensing knife and cut outclaudio2015-09-101-3/+3
* manage spd entries by using the radix api directly instead ofblambert2015-07-171-30/+61
* introduce ipsec-id bundles and use them for ipsecflowinfo,markus2015-05-231-39/+14
* Merge two identical if() statements in ipsp_acquire_sa(). Themillert2015-04-301-11/+7
* remove unfinished/unused support for socket-attached ipsec-policiesmarkus2015-04-161-371/+20
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-27/+14
* Perform IPsec bypass check on a socket before performing TDB lookups.mikeb2015-04-131-12/+13
* Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpimikeb2015-04-131-4/+4
* Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpimikeb2015-04-131-8/+7
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-16/+1
* The proliferation of "struct route" in all its flavors didn't makempi2014-11-251-16/+12
* Rename rtalloc1() into rtalloc(9) and convert its flags to only enablempi2014-11-011-3/+3
* Use rtfree() instead of RTFREE(), NULLify some free'd route pointers andmpi2014-10-141-3/+3
* Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longermpi2014-09-271-2/+3
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-2/+2
* bzero/bcmp -> memset/memcmp. ok matthewtedu2014-01-091-32/+26
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-2/+1
* Remove the number of in_var.h inclusions by moving some functions andmpi2013-10-231-2/+1
* Fix build with ENCDEBUG defined.mpi2013-05-141-1/+2
* Remove the extern keyword from function declarations, documentmpi2013-04-111-1/+8
* code that calls timeout functions should include timeout.htedu2013-03-281-1/+2
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-5/+21
* missing PR_NOWAITderaadt2010-09-281-2/+2
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-7/+19
* don't reference an item after it has been returned to the pooldavid2010-07-021-3/+3
* Replace pool_get() + bzero() with pool_get(..., PR_ZERO).chl2010-01-151-6/+3
* In IPsec acquire mode, if the flow was configured for the "any"bluhm2009-01-271-13/+5
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-2/+2
* Assign the struct size to sin6_len instead of sin6_family.bluhm2008-07-221-2/+2
* 0 -> PR_NOWAIT (which is defined as 0) in pool_getblambert2008-06-111-2/+2
* more rtrequest() to rtrequest1() replacement.claudio2008-05-091-6/+9
* since thehenning2007-09-011-1/+2
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-5/+5
* adjust functions dealing with the routing table to take a table ID ashenning2006-06-161-2/+2
* miscellaneous typo fixes:jfb2005-02-171-2/+2
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-5/+5