| Commit message (Expand) | Author | Age | Files | Lines |
* | o Create directory sys/netpfil, where all packet filters should | Gleb Smirnoff | 2012-09-14 | 1 | -3774/+0 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -1745/+1099 |
* | Correct table counter functionality to not panic. | Ermal Luçi | 2012-05-31 | 1 | -1/+3 |
* | Extend IPv6 routing lookups in pf(4) to use the new multi-FIB KPI. | Bjoern A. Zeeb | 2012-02-03 | 1 | -2/+2 |
* | Revert sub argument of MODULE_DECLARE back to r226532. | Gleb Smirnoff | 2012-01-09 | 1 | -1/+1 |
* | In FreeBSD we determine presence of pfsync(4) at run-time, not | Gleb Smirnoff | 2012-01-09 | 1 | -13/+3 |
* | o Fix panic on module unload, that happened due to mutex being | Gleb Smirnoff | 2012-01-09 | 1 | -52/+27 |
* | De-virtualize the pf_task_mtx lock. At the current state of pf locking | Bjoern A. Zeeb | 2011-10-19 | 1 | -11/+9 |
* | Adjust the PF_ASSERT() macro to what we usually use in the network stack: | Bjoern A. Zeeb | 2011-10-19 | 1 | -2/+2 |
* | Pseudo interfaces should go at SI_SUB_PSEUDO. However at least | Bjoern A. Zeeb | 2011-10-19 | 1 | -1/+1 |
* | Update packet filter (pf) code to OpenBSD 4.5. | Bjoern A. Zeeb | 2011-06-28 | 1 | -422/+970 |
* | Remove some further INET related symbols from pf to allow the module | Bjoern A. Zeeb | 2011-05-31 | 1 | -1/+4 |
* | Make pf compile without INET support by adding #ifdef INETs and | Bjoern A. Zeeb | 2011-04-27 | 1 | -0/+10 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -1/+0 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
* | V_loif is not an array but a pure pointer, so treat it as such. | Marko Zec | 2009-06-01 | 1 | -1/+1 |
* | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -5/+3 |
* | Revert my previous two changes. | Ed Schouten | 2009-01-25 | 1 | -0/+16 |
* | Remove pfopen() and pfclose() entirely. | Ed Schouten | 2009-01-25 | 1 | -12/+0 |
* | Remove unneeded checking for invalid minor numbers from pf(4). | Ed Schouten | 2009-01-25 | 1 | -4/+0 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+2 |
* | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -2/+2 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
* | Fix spelling error in comment | Julian Elischer | 2008-07-24 | 1 | -1/+1 |
* | Fix range check for rtable id. | Max Laier | 2008-06-05 | 1 | -2/+2 |
* | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -2/+2 |
* | Make ALTQ cope with disappearing interfaces (particularly common with mpd | Max Laier | 2008-03-29 | 1 | -2/+116 |
* | Cleanup pf interface mangement - esp. remove EVENTHANDLER before unloading | Max Laier | 2007-11-21 | 1 | -1/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -3/+3 |
* | Commit resolved import of OpenBSD 4.1 pf from perforce. | Max Laier | 2007-07-03 | 1 | -515/+671 |
* | Clean up pfr_kentry_pl2 as well. This fixes a kernel panic in the vm.zone | Max Laier | 2007-01-01 | 1 | -0/+1 |
* | Fix stateful filtering of loopback IPv6 traffic to an address not configured | Max Laier | 2006-09-06 | 1 | -2/+8 |
* | Import from OpenBSD 1.168, dhartmei: | Max Laier | 2006-07-21 | 1 | -2/+3 |
* | Put debugging messages related to inconsistent ticket numbers under misc and | Max Laier | 2006-05-12 | 1 | -4/+10 |
* | Make pflog a seperate module. As a result pflog_packet() becomes a function | Max Laier | 2006-02-05 | 1 | -0/+5 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 1 | -0/+16 |
* | Commit imported changes to HEAD: | Max Laier | 2005-09-08 | 1 | -0/+7 |
* | Mark pf callouts as NET_MPSAFE. | Max Laier | 2005-06-12 | 1 | -6/+1 |
* | Resolve conflicts created during the import of pf 3.7 Some features are | Max Laier | 2005-05-03 | 1 | -415/+540 |
* | Access softc embedded struct ifnet via function macro to make it easier to | Max Laier | 2005-02-09 | 1 | -1/+1 |
* | Prohibit ruleset changes at securelevel > 2, not > 1. It's documented | Daniel Hartmeier | 2005-01-19 | 1 | -1/+1 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 1 | -12/+16 |
* | Break out altq_enable/disable from DIOC{START,STOP}ALTQ into seprate | Max Laier | 2004-09-17 | 1 | -41/+83 |
* | Move pf* init from SI_SUB_PSEUDO to SI_SUB_PROTO_IFATTACHDOMAIN where it is | Max Laier | 2004-09-14 | 1 | -1/+1 |
* | Use securelevel_gt instead of reading global securelevel unprotected. | Max Laier | 2004-08-22 | 1 | -0/+5 |
* | Loopback fix from Mathieu Sauve-Frankel: | Max Laier | 2004-08-12 | 1 | -2/+3 |
* | Import two fixes from the OpenBSD stable branch: | Max Laier | 2004-06-17 | 1 | -3/+3 |