aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* pf: fix pf divert-to loopIgor Ostapenko2023-10-191-11/+21
* pf: implement start/stop calls via netlinkKristof Provost2023-10-133-25/+73
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-2/+0
* pf: Free pf_rule_items when state is not createdKajetan Staszkiewicz2023-10-121-0/+11
* pf: move DIOCGETSTATES(V2) to COMPAT_FREEBSD14Kristof Provost2023-10-101-1/+6
* pf: add a way to list creator idsKristof Provost2023-10-102-0/+81
* pf: convert state retrieval to netlinkAlexander V. Chernikov2023-10-103-0/+402
* pf: fix SCTP SDT probeKristof Provost2023-10-051-1/+1
* pf: cope with missing rpool.curKristof Provost2023-10-041-4/+5
* pf: only create sctp multihome states if we pass the packetKristof Provost2023-09-291-6/+10
* pf: ensure 'off' is always set before useKristof Provost2023-09-291-1/+7
* ipfilter: Add sysctl flag CTLFLAG_TUN to loader tunableZhenlei Huang2023-09-291-1/+1
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-254-4/+0
* ipfw: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-09-251-3/+3
* pf: Convert PF_DEFAULT_TO_DROP into a vnet loader tunable 'net.pf.default_to_...Zhenlei Huang2023-09-221-5/+11
* dummynet: fix comment typoIgor Ostapenko2023-09-191-1/+1
* ipfilter: Avoid allocating a new ipf token when not neededCy Schubert2023-09-131-9/+4
* pf: fix state leakKristof Provost2023-09-101-17/+9
* pfsync: fix state leakKristof Provost2023-09-101-2/+5
* netpfil/pf/pf.c: fix build without dtraceKonstantin Belousov2023-09-091-1/+1
* pf: mark removed connections within a multihome association as shutting downKristof Provost2023-09-071-15/+72
* pf: inherit v_tag values to multihomed connectionsKristof Provost2023-09-071-1/+5
* pf: improve SCTP state validationKristof Provost2023-09-072-10/+39
* pf: support SCTP multihomingKristof Provost2023-09-072-10/+210
* pf: retire pf_krule_to_rule and pf_kpool_to_poolMateusz Guzik2023-09-011-115/+0
* pf: remove DIOCGETRULE and DIOCGETSTATUSKristof Provost2023-08-311-98/+0
* pf: Remove DIOCCLRSTATES and DIOCKILLSTATESKristof Provost2023-08-291-50/+0
* pf: Access r->rpool.cur->kif under mutex protectionKajetan Staszkiewicz2023-08-242-19/+36
* pf: enable the syncookie feature for IPv6Kajetan Staszkiewicz2023-08-211-3/+48
* pf: reduce indentationKajetan Staszkiewicz2023-08-211-25/+19
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1639-77/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1625-25/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1619-19/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1628-56/+0
* pf: handle multiple IPv6 fragment headersKristof Provost2023-08-041-1/+5
* netpfil: Fix a typo in a source code commentGordon Bergling2023-08-021-1/+1
* pf: add SCTP NAT supportKristof Provost2023-07-212-1/+69
* pf: support 'return' for SCTPKristof Provost2023-07-212-0/+119
* pf: initial SCTP supportKristof Provost2023-07-212-0/+315
* pf: use sctp_calculate_cksum()Kristof Provost2023-07-211-5/+17
* pfsync: fix NOINET6 buildKristof Provost2023-07-142-18/+37
* pfsync: transport over IPv6Luiz Amaral2023-07-132-39/+304
* pf: Simplify rule actions logicKajetan Staszkiewicz2023-07-134-250/+133
* pf: Fix duplicate storage of directionKajetan Staszkiewicz2023-07-124-183/+172
* ipfw: teach ipfw that pfsync is an upper layer protocolKristof Provost2023-07-111-0/+5
* pf: Add code to enable filtering for locally delivered packetsDoug Rabson2023-06-201-0/+20
* pf: fix build without VIMAGEKristof Provost2023-06-201-4/+4
* pf: allow defer timeout to be configuredKristof Provost2023-06-201-2/+8