summaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec6.h
AgeCommit message (Expand)Author
2025-12-22sys/netipsec: ensure sah stability during input callback processingKonstantin Belousov
2024-07-12ipsec_output(): add mtu argumentKonstantin Belousov
2024-07-12ipsec_output(): add outcoming ifp argumentKonstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-10-03netipsec: move specific ipsecmethods declarations to ipsec_support.hGleb Smirnoff
2021-09-24ipsec: Add support for PMTUD for IPv6 tunnelsBartlomiej Grzesik
2021-08-09ipsec: Handle ICMP NEEDFRAG message.Wojciech Macek
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-21Fix the regression introduced in r275710.Andrey V. Elsukov
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-04-21Constify mbuf pointer for IPSEC functions where mbuf isn't modified.Andrey V. Elsukov
2014-12-11Remove now unused mtag argument from ipsec*_common_input_cb.Andrey V. Elsukov
2014-12-03Remove __P() macro.Andrey V. Elsukov
2014-12-02Remove unused declartations.Andrey V. Elsukov
2014-05-28Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.VANHULLEBUS Yvan
2013-07-09Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov
2013-06-20Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov
2010-04-29MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb
2009-07-16Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson
2009-07-14Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson
2009-05-23Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELBjoern A. Zeeb
2009-02-08Try to remove/assimilate as much of formerly IPv4/6 specificBjoern A. Zeeb
2008-11-27Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb
2008-07-20Document a few sysctls. While here, remove dead codeTom Rhodes
2008-02-02Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb
2007-07-01Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2002-10-16"Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler