| Commit message (Expand) | Author | Age | Files | Lines |
* | ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@ |  cheloha | 2018-10-22 | 1 | -3/+3 |
* | Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'. |  mpi | 2018-06-25 | 1 | -1/+3 |
* | Fix kernel builds without IPSEC. |  reyk | 2018-05-16 | 1 | -1/+3 |
* | Flush flows using the radix-tree instead of a global list. |  mpi | 2017-11-20 | 1 | -4/+9 |
* | Remove unused debug macro. |  mpi | 2017-11-07 | 1 | -7/+1 |
* | Dump IPsec flows by iterating over the rafdix-tree. |  mpi | 2017-10-27 | 1 | -1/+15 |
* | Last changes before running IPsec w/o KERNEL_LOCK(). |  mpi | 2017-10-16 | 1 | -6/+32 |
* | Replace bcopy with a simple assignment where both variables are |  dhill | 2017-04-06 | 1 | -3/+3 |
* | Remove empty #ifdef and #ifndef blocks |  fcambus | 2016-09-27 | 1 | -5/+1 |
* | all pools have their ipl set via pool_setipl, so fold it into pool_init. |  dlg | 2016-09-15 | 1 | -3/+2 |
* | pool_setipl for various netinet and netinet6 bits |  dlg | 2016-09-06 | 1 | -1/+2 |
* | Initialize the routing table before domains. |  mpi | 2015-10-07 | 1 | -3/+3 |
* | It is time to put inet6 on a diet. Use the flensing knife and cut out |  claudio | 2015-09-10 | 1 | -3/+3 |
* | manage spd entries by using the radix api directly instead of |  blambert | 2015-07-17 | 1 | -30/+61 |
* | introduce ipsec-id bundles and use them for ipsecflowinfo, |  markus | 2015-05-23 | 1 | -39/+14 |
* | Merge two identical if() statements in ipsp_acquire_sa(). The |  millert | 2015-04-30 | 1 | -11/+7 |
* | remove unfinished/unused support for socket-attached ipsec-policies |  markus | 2015-04-16 | 1 | -371/+20 |
* | Remove support for storing credentials and auth information in the kernel. |  mikeb | 2015-04-14 | 1 | -27/+14 |
* | Perform IPsec bypass check on a socket before performing TDB lookups. |  mikeb | 2015-04-13 | 1 | -12/+13 |
* | Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpi |  mikeb | 2015-04-13 | 1 | -4/+4 |
* | Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpi |  mikeb | 2015-04-13 | 1 | -8/+7 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -16/+1 |
* | The proliferation of "struct route" in all its flavors didn't make |  mpi | 2014-11-25 | 1 | -16/+12 |
* | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable |  mpi | 2014-11-01 | 1 | -3/+3 |
* | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and |  mpi | 2014-10-14 | 1 | -3/+3 |
* | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer |  mpi | 2014-09-27 | 1 | -2/+3 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -2/+2 |
* | bzero/bcmp -> memset/memcmp. ok matthew |  tedu | 2014-01-09 | 1 | -32/+26 |
* | Remove the number of in6_var.h inclusions by moving some functions and |  mpi | 2013-10-24 | 1 | -2/+1 |
* | Remove the number of in_var.h inclusions by moving some functions and |  mpi | 2013-10-23 | 1 | -2/+1 |
* | Fix build with ENCDEBUG defined. |  mpi | 2013-05-14 | 1 | -1/+2 |
* | Remove the extern keyword from function declarations, document |  mpi | 2013-04-11 | 1 | -1/+8 |
* | code that calls timeout functions should include timeout.h |  tedu | 2013-03-28 | 1 | -1/+2 |
* | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) |  markus | 2012-07-16 | 1 | -5/+21 |
* | missing PR_NOWAIT |  deraadt | 2010-09-28 | 1 | -2/+2 |
* | Add support for using IPsec in multiple rdomains. |  reyk | 2010-07-09 | 1 | -7/+19 |
* | don't reference an item after it has been returned to the pool |  david | 2010-07-02 | 1 | -3/+3 |
* | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). |  chl | 2010-01-15 | 1 | -6/+3 |
* | In IPsec acquire mode, if the flow was configured for the "any" |  bluhm | 2009-01-27 | 1 | -13/+5 |
* | Convert timeout_add() calls using multiples of hz to timeout_add_sec() |  blambert | 2008-09-10 | 1 | -2/+2 |
* | Assign the struct size to sin6_len instead of sin6_family. |  bluhm | 2008-07-22 | 1 | -2/+2 |
* | 0 -> PR_NOWAIT (which is defined as 0) in pool_get |  blambert | 2008-06-11 | 1 | -2/+2 |
* | more rtrequest() to rtrequest1() replacement. |  claudio | 2008-05-09 | 1 | -6/+9 |
* | since the |  henning | 2007-09-01 | 1 | -1/+2 |
* | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -5/+5 |
* | adjust functions dealing with the routing table to take a table ID as |  henning | 2006-06-16 | 1 | -2/+2 |
* | miscellaneous typo fixes: |  jfb | 2005-02-17 | 1 | -2/+2 |
* | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -5/+5 |