| Age | Commit message (Expand) | Author |
| 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 |
| 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-05-17 | Don't clear calculated Tx tos value for IPv[46] over IPv6. | knakahara |
| 2019-04-12 | remove a variable which is no longer used. | knakahara |
| 2019-03-18 | s/pakcet/packet/ in comment. | msaitoh |
| 2019-02-26 | Fix locking: it is fine if the lock is already key_so_mtx, this can happen | maxv |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2019-01-17 | Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-... | knakahara |
| 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-24 | Remove unused function. | maxv |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-12-22 | Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the | maxv |
| 2018-12-07 | ipsecif(4) should not increment drop counter by errors not related to if_snd.... | knakahara |
| 2018-11-22 | Support IPv6 NAT-T. Implemented by hsuenaga@IIJ and ohishi@IIJ. | knakahara |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-11-08 | Don't call soroverflow when we return the error to the sender. | roy |
| 2018-10-27 | Localify one function, and switch to C99 types while here. | maxv |
| 2018-09-14 | Use non-variadic function pointer in protosw::pr_input. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-23 | Don't call key_ismyaddr, which may sleep, in a pserialize read section | ozaki-r |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-11 | Rename | maxv |
| 2018-07-04 | merge duplicated code, more informative debugging. | christos |
| 2018-05-31 | Clarify, remove superfluous things. | maxv |