| Age | Commit message (Expand) | Author |
| 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 |
| 2019-11-01 | Fix ipsecif(4) IPV6_MINMTU does not work correctly. | knakahara |
| 2019-06-12 | make DPRINTF use varyadic cpp macros, and merge with IPSECLOG. | christos |
| 2019-01-17 | Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-... | 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-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-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |
| 2018-05-10 | Rename ipsec4_forward -> ipsec_mtu, and switch to void. | maxv |
| 2018-05-01 | Remove some more dead code. | maxv |
| 2018-04-29 | Remove unused and misleading argument from ipsec_set_policy. | maxv |
| 2018-04-29 | Remove duplicate prototype. | maxv |
| 2018-04-28 | Move the ipsec6_input prototype into ipsec6.h, and style. | maxv |
| 2018-04-28 | Stop using a macro, rename the function to ipsec_init_pcbpolicy directly. | maxv |
| 2018-04-28 | Style and remove unused stuff. | maxv |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-19 | Remove extra long file paths from the headers. | maxv |
| 2018-04-03 | Remove ipsec_copy_policy and ipsec_copy_pcbpolicy. No functional change, | maxv |
| 2018-02-27 | Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the | maxv |
| 2018-02-27 | Dedup: merge | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_hdrsiz and ipsec6_hdrsiz into ipsec_hdrsiz. | maxv |
| 2018-02-21 | Rename: | maxv |
| 2018-02-16 | Style, remove unused and misleading macros and comments, localify, and | maxv |
| 2018-02-16 | Remove ip4_esp_randpad and ip6_esp_randpad, unused. Discussed with | maxv |
| 2018-02-14 | Style, and remove unused prototypes and functions. | maxv |
| 2018-02-14 | Remove m_checkalignment(), unused. This eliminates a reference to | maxv |
| 2018-01-10 | add ipsec(4) interface, which is used for route-based VPN. | knakahara |
| 2017-10-03 | Constify isr at many places (NFC) | ozaki-r |
| 2017-10-03 | Don't abuse key_checkrequest just for looking up sav | ozaki-r |
| 2017-08-10 | Add per-CPU rtcache to ipsec_reinject_ipstack | ozaki-r |
| 2017-08-02 | Make IPsec SPD MP-safe | ozaki-r |
| 2017-07-26 | Use pslist(9) for sptree | ozaki-r |
| 2017-07-21 | Stop setting mtag of PACKET_TAG_IPSEC_IN_DONE because there is no users anymore | ozaki-r |
| 2017-07-21 | Remove ipsecrequest#sav | ozaki-r |
| 2017-07-21 | Don't use key_lookup_sp that depends on unstable sp->req->sav | ozaki-r |
| 2017-07-21 | Don't use sp->req->sav when handling NAT-T ESP fragmentation | ozaki-r |
| 2017-07-14 | Prepare to stop using isr->sav | ozaki-r |
| 2017-07-05 | Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE | ozaki-r |
| 2017-06-02 | Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC) | ozaki-r |
| 2017-06-02 | Rename IPSEC_PCBHINT_MAYBE to IPSEC_PCBHINT_UNKNOWN | ozaki-r |
| 2017-05-19 | Introduce IPSECLOG and replace ipseclog and DPRINTF with it | ozaki-r |
| 2017-05-11 | Make ipsec_address() and ipsec_logsastr() mpsafe. | ryo |
| 2017-05-10 | Stop ipsec4_output returning SP to the caller | ozaki-r |
| 2017-05-08 | Omit two arguments of ipsec4_process_packet | ozaki-r |
| 2017-04-25 | Check if solock of PCB is held when SP caches in the PCB are accessed | ozaki-r |
| 2017-04-20 | Remove unnecessary NULL checks for inp_socket and in6p_socket | ozaki-r |
| 2017-04-20 | Provide IPSEC_DIR_* validation macros | ozaki-r |