| Age | Commit message (Expand) | Author |
| 2023-01-27 | ipsec: remove unnecessary splsoftnet | ozaki-r |
| 2022-08-23 | Improve IPsec log when no key association found for SA. Implemented by ohish... | knakahara |
| 2022-05-24 | fix various typos in comment, documentation and log messages. | andvar |
| 2022-05-19 | PR/56840: Andrew Cagney: use the proper polarity hton/ntoh macros (no | christos |
| 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-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-18 | IP6_EXTHDR_GET -> M_REGION_GET, no functional change. | maxv |
| 2018-04-29 | Remove useless icmp6.h include, remove manual externs and include in6.h | 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-19 | Remove extra long file paths from the headers. | maxv |
| 2018-04-18 | Remove unused malloc.h include. | maxv |
| 2018-04-17 | fix comments | maxv |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-26 | If 'skip' is lower than sizeof(struct ip), we are in trouble. So remove a | maxv |
| 2018-02-26 | m is never allowed to be NULL, so turn the KASSERT (and the null check) | maxv |
| 2018-02-26 | Merge some minor (mostly stylistic) changes from last week. | maxv |
| 2018-02-21 | Argh, in my previous commit in this file I forgot to fix the IPv6 | maxv |
| 2018-02-21 | Extend these #ifdef notyet. The m_copydata's in these branches are wrong, | maxv |
| 2018-02-08 | Remove unused net_osdep.h include. | maxv |
| 2018-01-24 | Fix the iteration: IPPROTO_FRAGMENT options are special, in the sense | maxv |
| 2018-01-24 | ipsec4_fixup_checksum calls m_pullup, so don't forget to do mtod() again, | maxv |
| 2018-01-23 | Add missing NULL-checking for m_pullup (CID 1427770: Null pointer dereference... | ozaki-r |
| 2018-01-23 | KNF: replace soft tabs with hard tabs | ozaki-r |
| 2017-08-03 | Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never b... | ozaki-r |
| 2017-08-03 | Remove unnecessary KEY_FREESAV in an error path | ozaki-r |
| 2017-07-21 | Stop setting mtag of PACKET_TAG_IPSEC_IN_DONE because there is no users anymore | ozaki-r |
| 2017-07-12 | Omit unnecessary NULL checks for sav->sah | ozaki-r |
| 2017-07-07 | Rename key_alloc* functions (NFC) | ozaki-r |
| 2017-07-06 | Simplify; we can assume sav->tdb_xform cannot be NULL while it's valid | ozaki-r |
| 2017-07-05 | Remove codes for PACKET_TAG_IPSEC_IN_CRYPTO_DONE | ozaki-r |
| 2017-06-28 | PR/52346: Frank Kardel: Fix checksumming for NAT-T | christos |
| 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-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-06 | Prepare netipsec for rump-ification | ozaki-r |
| 2017-01-16 | Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp... | ryo |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-01-21 | Revert previous: ran cvs commit when I meant cvs diff. Sorry! | riastradh |
| 2016-01-21 | Give proper prototype to ip_output. | riastradh |
| 2015-03-30 | Tidy up opt_ipsec.h inclusions | ozaki-r |
| 2014-03-08 | Mark a variable __diagused | ozaki-r |
| 2013-11-03 | - apply some __diagused | mrg |
| 2013-06-04 | PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may access | christos |