summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-163-5/+5
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-3/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-272-5/+5
* 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
* This main goals of this project are:qingli2008-12-151-6/+6
* Like for tcp_subr.c in r186057 make the MD5 context a function localbz2008-12-131-10/+10
* Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-15/+14
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-024-0/+13
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-025-0/+30
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-174-39/+43
* Merge state reuse for tcp.mlaier2008-08-041-0/+17
* 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-092-6/+34
* Teach pf and ipfw to use read locks in inpcbs write than write locksrwatson2008-04-201-6/+5
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-4/+4
* Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-293-2/+129
* Bring back pf_if.c revs 1.8 and 1.6 also lost during last import:mlaier2007-11-211-0/+23
* Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloadingmlaier2007-11-212-1/+31
* Reloop OpenBSD rev. 1.563:mlaier2007-11-211-3/+11
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* Properly drop the pf mutex around all copyout (consistency still protectedmlaier2007-10-242-1/+9
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-202-4/+4
* When checking the sequence number of a TCP header embedded in andhartmei2007-08-231-2/+1
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-4/+4
* Remove unused variable from pf_subr.c to make it -Werror buildable.mlaier2007-07-051-1/+1
* Add two place holders in struct pf_rule for future netgraph integration.mlaier2007-07-031-0/+2
* Link pf 4.1 to the build:mlaier2007-07-031-0/+82
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-0313-2488/+3410
* This commit was generated by cvs2svn to compensate for changes in r171164,mlaier2007-07-031-0/+415
|\
| * Import pf from OpenBSD 4.1mlaier2007-07-0312-1690/+2973
| * Loopback four fixes from OpenBSD for problems reported to the freebsd-pfmlaier2005-09-082-21/+67
| * Import pf from OpenBSD 3.7 (OPENBSD_3_7 as of today)mlaier2005-05-0311-1093/+2403
| * Import a fix from the OpenBSD-stable branch, that slipped by my previousmlaier2004-08-121-2/+3
| * Import a couple of fixes from OpenBSD-current, which did not make -stable inmlaier2004-08-124-7/+17
| * Import from OpenBSD stable branchmlaier2004-07-171-42/+53
| * Import OpenBSD stable branch.mlaier2004-06-173-19/+16
OpenPOWER on IntegriCloud