summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/if_pflog.c
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-290/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-188/+43
* Pseudo interfaces should go at SI_SUB_PSEUDO. However at leastbz2011-10-191-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-24/+23
* Make pf compile without INET support by adding #ifdef INETs andbz2011-04-271-4/+4
* All consumers of in_cksum.h have been properly #ifdefed already,bz2009-06-101-0/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-031-126/+146
* Revise network interface cloning to take an optional opaquesam2006-07-091-1/+5
* Make pflog a seperate module. As a result pflog_packet() becomes a functionmlaier2006-02-051-0/+7
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-0/+11
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-3/+0
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-1/+2
* Wrap the new world order in __FreeBSD__ to ease future imports.mlaier2005-08-091-0/+7
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-3/+7
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-031-5/+4
* Access softc embedded struct ifnet via function macro to make it easier tomlaier2005-02-091-17/+19
* Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it ismlaier2004-09-141-1/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+4
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-26/+22
* Remove some more leftover from the old pfaltq_module hack to allow formlaier2004-06-141-12/+4
* "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" ormlaier2004-05-311-0/+1
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-141-4/+4
* Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefmlaier2004-03-171-18/+16
* Remove `$Name$' leftovers from the port version reporting.mlaier2004-03-101-1/+0
* Bring diff from the security/pf port. This has code been tested as a portmlaier2004-02-261-1/+164
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-261-0/+231
OpenPOWER on IntegriCloud