summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix spelling error in commentjulian2008-07-241-1/+1
* Fix range check for rtable id.mlaier2008-06-051-2/+2
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+2
* Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-291-2/+116
* Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloadingmlaier2007-11-211-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-031-515/+671
* Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zonemlaier2007-01-011-0/+1
* Fix stateful filtering of loopback IPv6 traffic to an address not configuredmlaier2006-09-061-2/+8
* Import from OpenBSD 1.168, dhartmei:mlaier2006-07-211-2/+3
* Put debugging messages related to inconsistent ticket numbers under misc andmlaier2006-05-121-4/+10
* Make pflog a seperate module. As a result pflog_packet() becomes a functionmlaier2006-02-051-0/+5
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-0/+16
* Commit imported changes to HEAD:mlaier2005-09-081-0/+7
* Mark pf callouts as NET_MPSAFE.mlaier2005-06-121-6/+1
* Resolve conflicts created during the import of pf 3.7 Some features aremlaier2005-05-031-415/+540
* Access softc embedded struct ifnet via function macro to make it easier tomlaier2005-02-091-1/+1
* Prohibit ruleset changes at securelevel > 2, not > 1. It's documenteddhartmei2005-01-191-1/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-12/+16
* Break out altq_enable/disable from DIOC{START,STOP}ALTQ into sepratemlaier2004-09-171-41/+83
* Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it ismlaier2004-09-141-1/+1
* Use securelevel_gt instead of reading global securelevel unprotected.mlaier2004-08-221-0/+5
* Loopback fix from Mathieu Sauve-Frankel:mlaier2004-08-121-2/+3
* Import two fixes from the OpenBSD stable branch:mlaier2004-06-171-3/+3
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-788/+961
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-9/+9
* Prepare pf for building with ALTQ:mlaier2004-06-131-51/+3
* "Get rid of the nested include of <sys/module.h> from <sys/kernel.h>" ormlaier2004-05-311-0/+1
* Commit three imported bugfixes from OpenBSD 3.4-stable:dhartmei2004-05-021-3/+3
* Commit two fixes from OpenBSD's stable branch:mlaier2004-03-281-1/+2
* Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefmlaier2004-03-171-69/+61
* 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-3/+1137
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4mlaier2004-02-261-0/+2158
OpenPOWER on IntegriCloud