summaryrefslogtreecommitdiff
path: root/sys/contrib/pf/net/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-3774/+0
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-1745/+1099
* Correct table counter functionality to not panic.Ermal Luçi2012-05-311-1/+3
* Extend IPv6 routing lookups in pf(4) to use the new multi-FIB KPI.Bjoern A. Zeeb2012-02-031-2/+2
* Revert sub argument of MODULE_DECLARE back to r226532.Gleb Smirnoff2012-01-091-1/+1
* In FreeBSD we determine presence of pfsync(4) at run-time, notGleb Smirnoff2012-01-091-13/+3
* o Fix panic on module unload, that happened due to mutex beingGleb Smirnoff2012-01-091-52/+27
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingBjoern A. Zeeb2011-10-191-11/+9
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:Bjoern A. Zeeb2011-10-191-2/+2
* Pseudo interfaces should go at SI_SUB_PSEUDO. However at leastBjoern A. Zeeb2011-10-191-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-422/+970
* Remove some further INET related symbols from pf to allow the moduleBjoern A. Zeeb2011-05-311-1/+4
* Make pf compile without INET support by adding #ifdef INETs andBjoern A. Zeeb2011-04-271-0/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* V_loif is not an array but a pure pointer, so treat it as such.Marko Zec2009-06-011-1/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-5/+3
* Revert my previous two changes.Ed Schouten2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.Ed Schouten2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).Ed Schouten2009-01-251-4/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Fix spelling error in commentJulian Elischer2008-07-241-1/+1
* Fix range check for rtable id.Max Laier2008-06-051-2/+2
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-2/+2
* Make ALTQ cope with disappearing interfaces (particularly common with mpdMax Laier2008-03-291-2/+116
* Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloadingMax Laier2007-11-211-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-3/+3
* Commit resolved import of OpenBSD 4.1 pf from perforce.Max Laier2007-07-031-515/+671
* Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zoneMax Laier2007-01-011-0/+1
* Fix stateful filtering of loopback IPv6 traffic to an address not configuredMax Laier2006-09-061-2/+8
* Import from OpenBSD 1.168, dhartmei:Max Laier2006-07-211-2/+3
* Put debugging messages related to inconsistent ticket numbers under misc andMax Laier2006-05-121-4/+10
* Make pflog a seperate module. As a result pflog_packet() becomes a functionMax Laier2006-02-051-0/+5
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-0/+16
* Commit imported changes to HEAD:Max Laier2005-09-081-0/+7
* Mark pf callouts as NET_MPSAFE.Max Laier2005-06-121-6/+1
* Resolve conflicts created during the import of pf 3.7 Some features areMax Laier2005-05-031-415/+540
* Access softc embedded struct ifnet via function macro to make it easier toMax Laier2005-02-091-1/+1
* Prohibit ruleset changes at securelevel > 2, not > 1. It's documentedDaniel Hartmeier2005-01-191-1/+1
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-12/+16
* Break out altq_enable/disable from DIOC{START,STOP}ALTQ into seprateMax Laier2004-09-171-41/+83
* Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it isMax Laier2004-09-141-1/+1
* Use securelevel_gt instead of reading global securelevel unprotected.Max Laier2004-08-221-0/+5
* Loopback fix from Mathieu Sauve-Frankel:Max Laier2004-08-121-2/+3
* Import two fixes from the OpenBSD stable branch:Max Laier2004-06-171-3/+3