aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/pf/if_pflog.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-3/+0
* pflog: Correctly check if bpf peers are presentZhenlei Huang2024-06-171-3/+4
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* if_pflog: fix packet lengthKristof Provost2021-12-111-1/+1
* pf: Introduce ridentifierKristof Provost2021-11-261-1/+2
* pf: Split pfi_kif into a user and kernel space structureKristof Provost2021-01-051-1/+1
* pf: Split pf_rule into kernel and user space versionsKristof Provost2021-01-051-2/+2
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-0/+2
* pflog: Correctly initialise subrulenrKristof Provost2016-12-051-1/+1
* Make sure pflog is attached after pf is initializaed so we canBjoern A. Zeeb2016-06-231-2/+7
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesBjoern A. Zeeb2016-06-231-12/+31
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-3/+3
* In netpfil/pf:Gleb Smirnoff2012-12-281-2/+3
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-5/+7
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+290