| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-10 | 1 | -2/+2 |
* | Use pool to allocate tdbs. |  tobhe | 2021-02-23 | 1 | -3/+12 |
* | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 1 | -3/+3 |
* | Add support for autmatically moving traffic between rdomains on ipsec(4) |  tobhe | 2020-04-23 | 1 | -37/+30 |
* | unbreak the build without IPSEC. |  benno | 2019-05-11 | 1 | -1/+5 |
* | ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@ |  cheloha | 2018-10-22 | 1 | -2/+2 |
* | Add per-TDB counters and a new SADB extension to export them to |  mpi | 2018-08-28 | 1 | -1/+8 |
* | Introduce a tdb_reaper() function to prevent a use-after-free when a |  mpi | 2018-05-19 | 1 | -40/+46 |
* | Fix kernel builds without IPSEC. |  reyk | 2018-05-16 | 1 | -1/+3 |
* | Use %s and __func__ in DPRINTF() to reduce false positive with grep(1). |  mpi | 2017-11-06 | 1 | -2/+2 |
* | Last changes before running IPsec w/o KERNEL_LOCK(). |  mpi | 2017-10-16 | 1 | -7/+22 |
* | Remove lie talking about splsoftclock(). |  mpi | 2017-10-11 | 1 | -4/+1 |
* | Remove NET_LOCK()'s argument. |  mpi | 2017-08-11 | 1 | -16/+11 |
* | Split a part of tdb_delete() into tdb_unlink() so that we can remove |  patrick | 2017-06-26 | 1 | -3/+11 |
* | The function name ip4_input() is confusing as it also handles IPv6 |  bluhm | 2017-05-18 | 1 | -1/+2 |
* | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). |  mpi | 2017-05-16 | 1 | -7/+7 |
* | Convert the xformsw definition to C99 style initializer. Also fix |  bluhm | 2017-05-06 | 1 | -18/+51 |
* | Expand SA_LEN(), there is no benefit for using the macro in the |  bluhm | 2017-05-05 | 1 | -10/+10 |
* | Get rid of recursive splsoftnet()/splx() dances and convert a timeout to |  mpi | 2017-02-14 | 1 | -27/+18 |
* | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts |  mpi | 2016-12-19 | 1 | -9/+9 |
* | TDB timers need a context process, so convert them to timeout_set_proc(9). |  mpi | 2016-11-15 | 1 | -5/+5 |
* | Sprinkle splsoftnets in TDB timeout callbacks; ok bluhm |  mikeb | 2016-09-20 | 1 | -1/+13 |
* | convert bcopy to memcpy. from david hill. |  tedu | 2016-09-19 | 1 | -3/+3 |
* | move from RB macros to RBT functions |  dlg | 2016-09-15 | 1 | -16/+18 |
* | introduce ipsec-id bundles and use them for ipsecflowinfo, |  markus | 2015-05-23 | 1 | -42/+133 |
* | Stubs and support code for NIC-enabled IPsec bite the dust. |  mikeb | 2015-04-17 | 1 | -31/+1 |
* | Remove unused ipsp_parse_headers that was supposed to parse packets |  mikeb | 2015-04-17 | 1 | -219/+1 |
* | remove unfinished/unused support for socket-attached ipsec-policies |  markus | 2015-04-16 | 1 | -81/+1 |
* | make ipsp_address thread safe; ok mpi |  mikeb | 2015-04-14 | 1 | -16/+12 |
* | Remove support for storing credentials and auth information in the kernel. |  mikeb | 2015-04-14 | 1 | -44/+11 |
* | Make filter argument to ipsp_aux_match optional like the rest of them. |  mikeb | 2015-04-13 | 1 | -2/+3 |
* | Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpi |  mikeb | 2015-04-13 | 1 | -23/+26 |
* | Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpi |  mikeb | 2015-04-13 | 1 | -5/+4 |
* | replace the guts of tdb_hash with SipHash24 |  dlg | 2015-04-10 | 1 | -27/+11 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Userland (base & ports) was adapted to always include <netinet/in.h> |  deraadt | 2015-01-24 | 1 | -9/+7 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -18/+1 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -8/+8 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | remove uneeded route.h includes |  jsg | 2014-09-08 | 1 | -2/+1 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -6/+6 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+2 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -3/+3 |
* | bzero/bcmp -> memset/memcmp. ok matthew |  tedu | 2014-01-09 | 1 | -15/+15 |
* | Replace most of our formating functions to convert IPv4/6 addresses from |  mpi | 2013-11-11 | 1 | -19/+13 |
* | Remove the number of in6_var.h inclusions by moving some functions and |  mpi | 2013-10-24 | 1 | -2/+1 |
* | These functions are only used in debug code, so put them under |  mpi | 2013-07-04 | 1 | -1/+3 |
* | Remove the extern keyword from function declarations, document |  mpi | 2013-04-11 | 1 | -4/+1 |