summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-3774/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-1745/+1099
* Correct table counter functionality to not panic.eri2012-05-311-1/+3
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-2/+2
* Revert sub argument of MODULE_DECLARE back to r226532.glebius2012-01-091-1/+1
* In FreeBSD we determine presence of pfsync(4) at run-time, notglebius2012-01-091-13/+3
* o Fix panic on module unload, that happened due to mutex beingglebius2012-01-091-52/+27
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingbz2011-10-191-11/+9
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:bz2011-10-191-2/+2
* 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-422/+970
* Remove some further INET related symbols from pf to allow the modulebz2011-05-311-1/+4
* Make pf compile without INET support by adding #ifdef INETs andbz2011-04-271-0/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-5/+3
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* 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
OpenPOWER on IntegriCloud