| Age | Commit message (Expand) | Author |
| 2022-12-08 | Fix: sp->lastused should be updated by time_uptime, and refactor a little. | knakahara |
| 2022-12-08 | Fix: update lastused of ipsecif(4) IPv6 out SP. | knakahara |
| 2022-10-19 | PR/56836: Andrew Cagney: IPv6 ESN tunneling IPcomp has corrupt header | christos |
| 2022-10-11 | Add sadb_x_policy_flags to inform SP origination. | knakahara |
| 2022-08-09 | Add sysctl entry to improve interconnectivity to some VPN appliances, pointed... | knakahara |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-18 | PR/56841: Andrew Cagney: debug-log IPcomp CPI lookups: | christos |
| 2022-01-02 | fix few more typos in comments. | andvar |
| 2021-12-03 | fix various typos in comments, log messages and documentation. | andvar |
| 2020-03-13 | Fix kern/55066. Pointed out and fixed by Chuck Zmudzinski, thanks. | knakahara |
| 2020-02-07 | Use percpu_foreach_xcall() to gather volatile per-cpu counters. These | thorpej |
| 2019-11-14 | Reduce load for IKE negotiations when the system has many IPv6 addresses. | knakahara |
| 2019-11-12 | Fix SA can be expaired wrongly when there are many SPs. | knakahara |
| 2019-09-25 | Make panic messages more informative | ozaki-r |
| 2019-08-04 | Fix info leaks. | maxv |
| 2019-07-23 | ipsec: fix a regression of the update API | ozaki-r |
| 2019-07-17 | Avoid a race condition between SA (sav) manipulations | ozaki-r |
| 2019-06-12 | fix typo in comment, improve error message, add default case handling to | christos |
| 2019-06-12 | Fix double free: key_setsaval() free's newsav by calling key_freesaval() | christos |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-26 | ipsecif(4) supports multiple peers in the same NAPT. | knakahara |
| 2018-12-26 | Remove unnecessary addresses in PF_KEY message. | knakahara |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-08-23 | Don't call key_ismyaddr, which may sleep, in a pserialize read section | ozaki-r |
| 2018-07-04 | merge duplicated code, more informative debugging. | christos |
| 2018-04-28 | Remove IPSEC_SPLASSERT_SOFTNET, it has always been a no-op. | maxv |
| 2018-04-19 | Remove extra long file paths from the headers. | maxv |
| 2018-04-17 | Fix panic of SADB when the state of sav is changed in timeout | yamaguchi |
| 2018-04-16 | Added a lookup table to find an sav quickly | yamaguchi |
| 2018-04-16 | Introduced a hash table to sahlist | yamaguchi |
| 2018-04-09 | Removed the unnecessary order check of key_lookup_sa | yamaguchi |
| 2018-03-02 | Avoid data races on lifetime counters by using percpu(9) | ozaki-r |
| 2018-02-08 | Remove unused net_osdep.h include. | maxv |
| 2018-01-10 | add ipsec(4) interface, which is used for route-based VPN. | knakahara |
| 2017-12-01 | Don't touch an SP without a reference to it | ozaki-r |
| 2017-11-30 | Fix a deadlock happening if !NET_MPSAFE | ozaki-r |
| 2017-11-30 | Use KDASSERT for mutex_ownable | ozaki-r |
| 2017-11-22 | Fix usage of FOREACH macro | ozaki-r |
| 2017-11-21 | Call key_sendup_mbuf immediately unless key_acquire is called in softint | ozaki-r |
| 2017-11-21 | Simply the code by avoiding unnecessary error checks | ozaki-r |
| 2017-11-21 | Get rid of unnecessary NULL checks that are obsoleted by M_WAITOK | ozaki-r |
| 2017-11-21 | Use M_WAITOK to allocate mbufs wherever sleepable | ozaki-r |
| 2017-11-21 | Add missing splx to key_spdexpire | ozaki-r |
| 2017-11-21 | Fix error handling of MCLGET in key_alloc_mbuf | ozaki-r |
| 2017-11-21 | Provide a function to call MGETHDR and MCLGET | ozaki-r |
| 2017-11-08 | Mark key_timehandler_ch callout as MP-safe (just forgot to do so) | ozaki-r |
| 2017-10-03 | Constify isr at many places (NFC) | ozaki-r |
| 2017-10-03 | Fix SP is broken on transport mode | ozaki-r |
| 2017-10-03 | Don't abuse key_checkrequest just for looking up sav | ozaki-r |
| 2017-10-01 | Fix typo in comment | ryoon |