| Age | Commit message (Expand) | Author |
| 2022-05-22 | netipsec: Nothing uses xf_zeroize return value. Nix it. | riastradh |
| 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-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-05-07 | Remove a dummy reference to XF_IP4, explain briefly why we don't use | maxv |
| 2018-05-07 | Remove now unused 'isr', 'skip' and 'protoff' arguments from ipip_output. | maxv |
| 2018-05-07 | Remove unused 'mp' argument from all the xf_output functions. Also clean | maxv |
| 2018-05-07 | Clarify IPIP: ipe4_xformsw is not allowed to call ipip_output, so replace | maxv |
| 2018-04-29 | Remove obsolete/dead code, the IP-in-IP encapsulation doesn't work this | maxv |
| 2018-04-28 | Remove IPSEC_SPLASSERT_SOFTNET, it has always been a no-op. | maxv |
| 2018-04-24 | Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, both | maxv |
| 2018-04-22 | Rename ipip_allow->ipip_spoofcheck, and add net.inet.ipsec.ipip_spoofcheck. | maxv |
| 2018-04-19 | Remove extra long file paths from the headers. | maxv |
| 2018-04-19 | Remove unused typedef, remove unused arguments from _ipip_input, sync | maxv |
| 2018-04-18 | style | maxv |
| 2018-02-15 | Remove broken MROUTING code, rename ipo->ip4, and simplify. | maxv |
| 2018-02-15 | Fix the IPIP_STAT_IBYTES stats; we did m_adj(m, iphlen) which substracted | maxv |
| 2018-02-15 | dedup again | maxv |
| 2018-02-15 | dedup | maxv |
| 2018-02-15 | Style and remove dead code. | maxv |
| 2018-01-24 | style | maxv |
| 2018-01-24 | As I said in my last commit in this file, ipo should be set to NULL; | maxv |
| 2018-01-14 | Fix use-after-free. There is a path where the mbuf gets pulled up without | maxv |
| 2017-11-15 | Add argument to encapsw->pr_input() instead of m_tag. | knakahara |
| 2017-10-03 | Constify isr at many places (NFC) | ozaki-r |
| 2017-07-14 | Prepare to stop using isr->sav | ozaki-r |
| 2017-07-14 | Pass sav directly to opencrypto callback | ozaki-r |
| 2017-07-12 | Omit unnecessary NULL checks for sav->sah | ozaki-r |
| 2017-06-29 | Apply C99-style struct initialization to xformsw | ozaki-r |
| 2017-05-11 | Make ipsec_address() and ipsec_logsastr() mpsafe. | ryo |
| 2017-04-19 | Retire ipsec_osdep.h | ozaki-r |
| 2017-04-18 | Convert IPSEC_ASSERT to KASSERT or KASSERTMSG | ozaki-r |
| 2017-04-18 | Remove __FreeBSD__ and __NetBSD__ switches | ozaki-r |
| 2017-04-15 | cosmetic fixes: | christos |
| 2017-04-14 | PR/52161: Ryota Ozaki: Fix AH tunnel ipsec for ipv6. Compute plen right, | christos |
| 2017-04-06 | Prepare netipsec for rump-ification | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-07-04 | make encap_lock_{enter,exit} interruptable. | knakahara |
| 2016-07-04 | let gif(4) promise softint(9) contract (2/2) : ip_encap side | knakahara |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-05-12 | Protect ifnet list with psz and psref | ozaki-r |
| 2016-01-26 | eliminate variable argument in encapsw | knakahara |
| 2016-01-26 | implement encapsw instead of protosw and uniform prototype. | knakahara |
| 2016-01-22 | Back out previous change to introduce struct encapsw. | riastradh |
| 2016-01-22 | Don't abuse struct protosw for ip_encap -- introduce struct encapsw. | riastradh |
| 2016-01-20 | Eliminate struct protosw::pr_output. | riastradh |
| 2015-03-27 | Remove unnecessary ifdef IPSEC | ozaki-r |
| 2014-06-05 | - Implement pktqueue interface for lockless IP input queue. | rmind |
| 2014-05-18 | Add struct pr_usrreqs with a pr_generic function and prepare for the | rmind |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |