| Age | Commit message (Expand) | Author |
| 2023-01-27 | ipsec: remove unnecessary splsoftnet | ozaki-r |
| 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-12-07 | gif(4), ipsec(4) and l2tp(4) use encap_attach_addr(). | knakahara |
| 2022-11-09 | Fix IPv4 security policy with port number does not work for forwarding packets. | knakahara |
| 2022-11-04 | inpcb: rename functions to inpcb_* | ozaki-r |
| 2022-10-28 | Remove in_pcb_hdr.h | ozaki-r |
| 2022-10-28 | inpcb: integrate data structures of PCB into one | ozaki-r |
| 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-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-08-23 | Improve IPsec log when no key association found for SA. Implemented by ohish... | knakahara |
| 2022-08-09 | Add sysctl entry to improve interconnectivity to some VPN appliances, pointed... | knakahara |
| 2022-05-25 | ipsec: don't assert for the format of incoming packets | ozaki-r |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-22 | opencrypto: crypto_dispatch never fails now. Make it return void. | riastradh |
| 2022-05-22 | opencrypto: Rip out EAGAIN logic when unregistering crypto drivers. | riastradh |
| 2022-05-22 | opencrypto: Make crypto_freesession return void. | riastradh |
| 2022-05-22 | netipsec: Nothing uses xf_zeroize return value. Nix it. | riastradh |
| 2022-05-22 | opencrypto: Make crp_callback, krp_callback return void. | riastradh |
| 2022-05-19 | PR/56840: Andrew Cagney: use the proper polarity hton/ntoh macros (no | christos |
| 2022-05-18 | PR/56841: Andrew Cagney: debug-log IPcomp CPI lookups: | christos |
| 2022-04-10 | fix various typos in comments and output/log messages. | andvar |
| 2022-02-13 | fix few typos in comments and log message. | andvar |
| 2022-01-02 | fix few more typos in comments. | andvar |
| 2021-12-08 | s/speficication/specification/ | andvar |
| 2021-12-03 | fix various typos in comments, log messages and documentation. | andvar |
| 2021-11-10 | s/assocciation/association/ in comment. | msaitoh |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2020-10-05 | Make sequence number of esp header MP-safe for IPsec Tx side. reviewed by oza... | knakahara |
| 2020-08-28 | ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy | ozaki-r |
| 2020-08-28 | inet, inet6: count packets dropped by IPsec | ozaki-r |
| 2020-06-30 | Rename enc_xform_rijndael128 -> enc_xform_aes. | riastradh |
| 2020-04-22 | Make crypto/rijindael optional again as cprng_strong does no longer | rin |
| 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 |
| 2020-01-31 | Fix IPv6 over IPv4 ipsecif(4) uses IPv4 SP wrongly. Pointed out by ohishi@IIJ. | knakahara |
| 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-11-01 | Make global and per-interface ipsecif(4) pmtu tunable like gif(4). | knakahara |
| 2019-11-01 | Fix ipsecif(4) IPV6_MINMTU does not work correctly. | knakahara |
| 2019-09-25 | Make panic messages more informative | ozaki-r |
| 2019-09-19 | Avoid having a rtcache directly in a percpu storage for tunnel protocols. | knakahara |
| 2019-09-19 | Avoid having a rtcache directly in a percpu storage | ozaki-r |
| 2019-08-07 | ipsec_getpolicybysock() should also call key_havesp() like ipsec_getpolicybya... | knakahara |
| 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-07-09 | Fix uninitialized variable: in ipsec_checkpcbcache(), spidx.dir is not | maxv |
| 2019-06-12 | make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. | christos |