aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* libipsec: make const-correctLexi Winter2024-04-231-3/+3
* sys/netipsec: fix IPSEC_SUPPORT for non-INET kernelsLexi Winter2024-04-121-9/+9
* ipsec esp: avoid dereferencing freed secasindexKonstantin Belousov2024-02-261-0/+7
* netipsec: fix LINT-NOINET buildKristof Provost2024-01-201-1/+3
* Fix KASSERT in 80044c78 causing build failuresAllan Jude2024-01-161-2/+2
* Add UDP encapsulation of ESP in IPv6Xavier Beaudouin2024-01-166-68/+263
* sockets: provide correct pr_shutdown for keysock and SDPGleb Smirnoff2024-01-161-2/+17
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1621-21/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* tcp: fix TCP MD5 digest computation for TCP over UDPMichael Tuexen2023-06-211-4/+16
* ipsec: Make algorithm tables read-onlyMark Johnston2023-06-021-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* netipsec/key.c: use designated initializers for arraysKonstantin Belousov2023-04-251-84/+84
* netipsec: some styleKonstantin Belousov2023-04-252-16/+15
* ipsec: only update lastused when it changesMateusz Guzik2023-02-161-1/+4
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* ipsec.c: typos in the commentKonstantin Belousov2023-01-181-1/+1
* ipsec: Clear pad bytes in PF_KEY messagesMark Johnston2023-01-161-40/+29
* kdebug_secasv: Update for recent locking changes.John Baldwin2022-12-151-2/+4
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-072-0/+2
* ipsec: add key_havesp_anyMateusz Guzik2022-11-224-10/+11
* ipsec: prohibit unknown directions in key_havespMateusz Guzik2022-11-221-2/+3
* ipsec: add support for CHACHA20POLY1305Kristof Provost2022-11-024-8/+20
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-071-2/+2
* Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .Hans Petter Selasky2022-10-042-4/+3
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-042-18/+23
* netipsec: move specific ipsecmethods declarations to ipsec_support.hGleb Smirnoff2022-10-045-16/+24
* netinet6: retire ip6protosw.hGleb Smirnoff2022-10-041-1/+0
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-24/+10
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-1/+3
* ipsec: isolate knowledge about protocols that are last headerGleb Smirnoff2022-08-171-7/+34
* keysock: explicitly initialized LIST_HEADGleb Smirnoff2022-08-121-1/+2
* keysock: do not use raw socket codeGleb Smirnoff2022-08-113-169/+63
* ipsec: Improve validation of PMTUKornel Dulęba2022-07-271-1/+10
* Fix unused variable warning in netipsec's key_debug.cDimitry Andric2022-07-261-3/+2
* Adjust function definitions in netipsec's key.c to avoid clang 15 warningsDimitry Andric2022-07-261-2/+2
* Fix unused variable warning in ipsec_mbuf.cDimitry Andric2022-07-211-4/+1
* ipsec: replace SECASVAR mtx by rmlockKristof Provost2022-07-197-60/+144
* ipsec_encap: setdf is only used for INET.John Baldwin2022-04-131-1/+2
* ipsec: sprinkle CURVNET_ASSERT_SETMateusz Guzik2022-02-191-0/+4
* ipsec: extend vnet coverage in esp_input/output_cbMateusz Guzik2022-02-191-2/+2
* IPsec: Use protocol-specific malloc types instead of M_XDATA.John Baldwin2022-01-243-31/+40
* syncache: accept packet with no SA when TCP_MD5SIG is setRobert Wing2022-01-091-0/+5
* tcpmd5: return ENOENT when security association not foundRobert Wing2022-01-091-3/+3
* netipsec: use SYSINIT(9) instead of dom_init/dom_destroyGleb Smirnoff2022-01-033-29/+26
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-1/+0
* crypto: Consistently use AES instead of Rijndael128 for the AES-CBC cipher.John Baldwin2021-12-161-1/+1
* ipsec: fix a logic error in key_do_getnewspiWenfeng Liu2021-12-141-1/+1