aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* pf: fix reply-to after rdr and dummynetKristof Provost2024-03-281-0/+12
* pfsync: cope with multiple pending plus messagesKristof Provost2024-03-251-7/+18
* pfsync: fix use of invalidated stack variableKristof Provost2024-03-251-1/+14
* pf: fix use-after-freeKristof Provost2024-03-251-0/+1
* pf: convert DIOCSETSTATUSIF to netlinkKristof Provost2024-03-192-0/+43
* pf: fix dummynet + route-toKristof Provost2024-03-191-5/+21
* pf: avoid passing through dummynet multiple timesKristof Provost2024-03-192-1/+5
* pf: support if-bound with reply-toKristof Provost2024-03-011-1/+32
* pf: convert kill/clear state to use netlinkKristof Provost2024-02-283-6/+116
* pf: fix packet-to-big for route-to as wellKristof Provost2024-02-271-2/+2
* ipfw: Skip to the start of the loop when following a keep-state ruleKarim Fodil-Lemelin2024-02-161-2/+1
* pfsync: Fix offset calculationKajetan Staszkiewicz2024-02-151-12/+16
* pf: add a probe point to BOUND_IFACEKristof Provost2024-02-061-0/+4
* pf: Ensure that st->kif is obtained in a way which respects the r->rpool->mtx...Kajetan Staszkiewicz2024-02-061-10/+7
* Revert "pf: Ensure that st->kif is obtained in a way which respects the r->rp...Kristof Provost2024-02-061-7/+10
* pf: Ensure that st->kif is obtained in a way which respects the r->rpool->mtx...Igor Ostapenko2024-02-051-10/+7
* sys/netpfil/pf/pf.c: remove an extra semicolonrilysh2024-02-031-1/+1
* sys/netpfil/pf/pf.c: remove an extra semicolonrilysh2024-02-031-1/+1
* pf: implement addrule via netlinkKristof Provost2024-02-024-58/+358
* pf: ensure dummynet gets the correct direction after route-toKristof Provost2024-02-021-0/+6
* pf: uncomment counter asserts after mem leak fixIgor Ostapenko2024-01-301-5/+0
* pf: bind route-to states to their route-to interfaceKristof Provost2024-01-291-4/+23
* pfil: PFIL_PASS never frees the mbufKristof Provost2024-01-291-0/+4
* pflow: show socket status in verbose modeKristof Provost2024-01-251-0/+1
* pf: only check MTU for IPv6 packets when forwardingKristof Provost2024-01-241-1/+1
* netpfil: Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* pflow: limit to no more than 128 flow exportersKristof Provost2024-01-221-1/+5
* pf: work around icmp6 packet-too-big not being sent when binat-ingKristof Provost2024-01-222-0/+27
* netpfil: Fix two typos in source code commentsGordon Bergling2024-01-201-2/+2
* pflow: Turn `pflowstats' statistics counters into per-CPU counters to make th...Kristof Provost2024-01-161-19/+57
* pflow: add RFC8158 NAT supportKristof Provost2024-01-162-16/+200
* pflow: allow observation domain to be configuredKristof Provost2024-01-161-3/+11
* pf: store state creation/expiration timestamps with milisecond precisionKristof Provost2024-01-167-30/+29
* pf: allow pflow to be activated per ruleKristof Provost2024-01-164-17/+27
* pflow: netstat statisticsKristof Provost2024-01-161-2/+8
* pflow: import from OpenBSDKristof Provost2024-01-163-2/+1614
* pf: remove unused struct definitionKristof Provost2024-01-151-4/+0
* pflog: pass the action to pflog directlyKristof Provost2024-01-043-18/+18
* pf: don't clobber log flagKristof Provost2024-01-041-0/+4
* netpfil: Fix typo (triple S)Jose Luis Duran2023-12-282-3/+3
* ipfw(4): Fix a typo in a source code commentGordon Bergling2023-12-271-1/+1
* netpfil: Use accessor functions and named constants for all tcphdr flagsRichard Scheffenegger2023-12-253-15/+9
* pf: mark netlink commands as requiring NETINET_PF privilegesKristof Provost2023-12-221-0/+7
* pf: export missing state informationKristof Provost2023-12-212-0/+15
* dummynet: add simple gilbert-elliott channel modelRichard Scheffenegger2023-12-173-23/+61
* pf: fix memory leak on rule add parse failureKristof Provost2023-12-111-1/+3
* pf: remove incorrect fragmentation checkKristof Provost2023-12-051-2/+1
* pf: fix mem leaks upon vnet destroyIgor Ostapenko2023-11-291-7/+60
* pf: implement DIOCGETRULES via netlinkKristof Provost2023-11-273-26/+105
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2717-17/+0