aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* pf: fix SCTP SDT probeKristof Provost2023-10-121-1/+1
* pf: only create sctp multihome states if we pass the packetKristof Provost2023-10-021-6/+10
* pf: ensure 'off' is always set before useKristof Provost2023-10-021-1/+7
* pf: mark removed connections within a multihome association as shutting downKristof Provost2023-10-021-15/+72
* pf: inherit v_tag values to multihomed connectionsKristof Provost2023-10-021-1/+5
* pf: improve SCTP state validationKristof Provost2023-10-022-10/+33
* pf: support SCTP multihomingKristof Provost2023-10-022-90/+291
* ipfilter: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-10-021-1/+1
* ipfw: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-021-3/+3
* ipfilter: Avoid allocating a new ipf token when not neededCy Schubert2023-09-271-9/+4
* pf: fix state leakKristof Provost2023-09-251-9/+9
* pf: enable the syncookie feature for IPv6Kajetan Staszkiewicz2023-08-281-4/+49
* pf: reduce indentationKajetan Staszkiewicz2023-08-281-22/+15
* pf: expose syncookie active/inactive statusKristof Provost2023-08-281-0/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-232-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2338-75/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2325-25/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2319-19/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2328-56/+0
* pf: add SCTP NAT supportKristof Provost2023-08-112-1/+69
* pf: support 'return' for SCTPKristof Provost2023-08-112-0/+119
* pf: initial SCTP supportKristof Provost2023-08-112-0/+313
* pf: use sctp_calculate_cksum()Kristof Provost2023-08-111-5/+17
* netpfil: Fix a typo in a source code commentGordon Bergling2023-08-051-1/+1
* pf: handle multiple IPv6 fragment headersKristof Provost2023-08-041-1/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2539-39/+39
* pf: Add code to enable filtering for locally delivered packetsDoug Rabson2023-07-141-0/+20
* pf: fix some cc --analyze warningsMateusz Guzik2023-06-303-3/+3
* pf: fix pf_nv##_array() size checkKristof Provost2023-06-211-1/+1
* ipfilter: Fix mismatch in array bounds.John Baldwin2023-05-031-1/+1
* pf: remove pd_refs from pfsyncKristof Provost2023-03-301-12/+8
* pfsync: hold b_mtx for callout_stop(pd_tmo)Kristof Provost2023-03-301-8/+11
* pfsync: add missing unlock in pfsync_defer_tmo()Kristof Provost2023-03-271-1/+3
* pfsync: fix pfsync_undefer_state() lockingKristof Provost2023-03-271-6/+16
* pfsync: ensure 'error' is always initialisedKristof Provost2023-03-021-1/+1
* pfsync: support deferring IPv6 packetsKristof Provost2023-03-021-15/+56
* pfsync: add missing bucket lockKristof Provost2023-02-171-0/+4
* ipfilter: Fix use after free on packet with broken lengthsCy Schubert2023-02-091-1/+12
* ipfilter: Correctly type ipf_pullup()Cy Schubert2023-02-092-6/+7
* pf: fix syncookies in conjunction with tcp fast port reuseKristof Provost2023-01-282-7/+24
* pf: fix panic on deferred packetsKristof Provost2023-01-281-1/+4
* pf: fix pfi_ifnet leak on interface removalNick Reilly2022-12-281-5/+18
* pf: make pfsync_state_import appease an assert in pf_free_stateMateusz Guzik2022-12-051-0/+1
* ipfilter: Document count_mask_bits() argumentsCy Schubert2022-11-181-0/+2
* ipfilter: Cast uintmax_t values to size_t when adding to a pointer.John Baldwin2022-11-111-4/+4
* ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger2022-11-091-2/+2
* netpfil: Fix two typos in source code commentsGordon Bergling2022-10-281-2/+2
* netpfil: Fix some typos in source code commentsGordon Bergling2022-09-183-5/+5
* ipfilter: Remove unused ioctlCy Schubert2022-09-111-12/+0