aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* pf: rework pf_icmp_state_lookup() failure modeKristof Provost2024-09-191-7/+13
* pf: be less strict about icmp state checking for sloppy state trackingKristof Provost2024-09-191-0/+3
* pf: try to lookup the icmp state based on a correct packet descriptorKristof Provost2024-09-191-2/+2
* pf: improve the ICMPv6 direction checkKristof Provost2024-09-192-35/+83
* pf: invert direction for inner icmp state lookupsKristof Provost2024-09-191-10/+11
* pf: fix icmp-in-icmp state lookupKristof Provost2024-09-191-14/+17
* pf: allow MLD LR to be sent without stateKristof Provost2024-08-071-1/+8
* pf: split ICMP/ICMPv6 number space in pf_icmp_mapping()Kristof Provost2024-08-071-112/+135
* pf: some ICMP types that also have icmp_id, pointed out by markus@Kristof Provost2024-08-071-3/+3
* pf: stricter state checking for ICMP and ICMPv6 packetsKristof Provost2024-08-072-83/+316
* netpfil: Fix a typo in a source code commentGordon Bergling2024-01-251-1/+1
* netpfil: Fix two typos in source code commentsGordon Bergling2024-01-231-2/+2
* ipfw(4): Fix a typo in a source code commentGordon Bergling2024-01-071-1/+1
* pf: fix mem leaks upon vnet destroyIgor Ostapenko2023-12-061-6/+38
* pf: remove incorrect fragmentation checkKristof Provost2023-12-051-2/+1
* pf: sctp heartbeats confirm a connectionKristof Provost2023-11-242-2/+10
* pf: skip urpf check for sctp multihomed statesKristof Provost2023-11-241-0/+3
* pf: always create multihomed states as floatingKristof Provost2023-11-241-2/+6
* ipfw: fix copy&paste bug for number:array tablesAndrey V. Elsukov2023-11-211-1/+1
* pf_purge_expired_states(): fix build without SDT probesKonstantin Belousov2023-11-181-1/+1
* pf: add hashtable row count SDTKristof Provost2023-11-161-0/+6
* pf: expose more syncookie state information to userspaceKristof Provost2023-11-132-0/+3
* pf: support SCTP-specific timeoutsKristof Provost2023-11-073-14/+46
* pf: fix missing SCTP multihomed statesKristof Provost2023-11-072-15/+240
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-244-4/+0
* 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