aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/pf/if_pflog.c
Commit message (Expand)AuthorAgeFilesLines
* 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