aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil
Commit message (Expand)AuthorAgeFilesLines
* pf: Support killing floating states by interfaceKristof Provost2021-05-201-2/+10
* pf: Track the original kif for floating statesKristof Provost2021-05-203-4/+6
* pf: Add DIOCGETSTATESNVKristof Provost2021-05-201-0/+76
* pf: Add DIOCGETSTATENVKristof Provost2021-05-201-0/+226
* dummynet: Fix mbuf tag allocation failure handlingMark Johnston2021-05-184-12/+8
* dummynet: Remove unused codeKristof Provost2021-05-172-15/+0
* pf: Set the pfik_group for userspaceKristof Provost2021-05-171-0/+8
* pf: Support killing 'matching' statesKristof Provost2021-05-071-14/+94
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-071-0/+10
* pf: Introduce DIOCKILLSTATESNVKristof Provost2021-05-071-15/+95
* pf: Introduce DIOCCLRSTATESNVKristof Provost2021-05-073-27/+178
* pf: Fix IP checksum on reassemblyKristof Provost2021-04-301-0/+4
* pf: Trivial typo fixKristof Provost2021-04-291-4/+4
* pf: Error tracing SDTsKristof Provost2021-04-282-46/+57
* pf: Fix parsing of long table namesKristof Provost2021-04-261-6/+10
* pfsync: Expose PFSYNCF_OK flag to userspaceKristof Provost2021-04-261-4/+1
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-262-7/+49
* Add required checks for unmapped mbufs in ipdivert and ipfwMark Johnston2021-04-212-0/+11
* pf: Refactor state killingKristof Provost2021-04-201-54/+68
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-191-1/+80
* pf: Remove PFRULE_REFS from userspaceKristof Provost2021-04-191-0/+3
* pf: PFRULE_REFS should not be user-visibleKristof Provost2021-04-192-7/+7
* ipfw: do not use sleepable malloc in callout context.Andrey V. Elsukov2021-04-161-17/+51
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-133-8/+103
* pf: Ensure that we don't use kif passed to pfi_kkif_attach()Kristof Provost2021-04-122-0/+4
* pf: Move prototypes for userspace functions to userspace headerKristof Provost2021-04-101-8/+1
* pf: Implement nvlist variant of DIOCGETRULEKristof Provost2021-04-104-6/+469
* pf: Introduce nvlist variant of DIOCADDRULEKristof Provost2021-04-104-139/+694
* pf: Remove unused variable rt_listid from struct pf_kruleKristof Provost2021-04-081-2/+0
* pf: Do not short-circuit processing for REPLY_TOKristof Provost2021-04-071-4/+2
* pf: Add static DTrace probe pointsKristof Provost2021-04-051-0/+15
* pf: change pf_route so pf only runs when packets enter and leave the stack.Kristof Provost2021-04-051-2/+2
* pf: remove obsolete reference to ndis(4) in a commentEd Maste2021-03-251-1/+1
* dummynet: Move timekeeping information into dn_cfgKristof Provost2021-03-232-26/+26
* dummynet: Move packet counters into dn_cfgKristof Provost2021-03-235-22/+16
* pf: Handle unmapped mbufs when computing checksumsMark Johnston2021-03-231-0/+9
* pfsync: Unconditionally push packets when requesting state updatesThomas Kurschel2021-03-171-1/+3
* pf: pool/kpool conversion codeKristof Provost2021-03-161-2/+37
* Fix a few typos in commentsGordon Bergling2021-03-131-1/+1
* pf: Fully remove interrupt events on vnet cleanupKristof Provost2021-03-123-4/+15
* pf: Simplify cleanupKristof Provost2021-03-123-16/+8
* pf: Remove redundant kif != NULL checksKristof Provost2021-03-111-6/+3
* pf: Factor out pf_krule_free()Kristof Provost2021-03-111-29/+21
* net: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC_CLASS() macrosKristof Provost2021-03-041-1/+1
* pf: Retrieve DSCP value from the IPv6 headerKristof Provost2021-03-041-1/+1
* ipfw: add IPv6 support for sockarg opcode.Andrey V. Elsukov2021-03-021-18/+26
* pf: Fix incorrect fragment handlingKristof Provost2021-02-251-0/+23
* pf: Fix osfp configurationKristof Provost2021-02-181-1/+1
* pf: Assert that pfil_link() calls succeedKristof Provost2021-02-171-4/+9
* pf: Remove unused return value from (de)hook_pf()Kristof Provost2021-02-171-31/+9