index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
pfil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ename PFIL_LIST_[UN]LOCK() to PFIL_HEADLIST_[UN]LOCK() to avoid
andre
2013-08-24
1
-7
/
+7
*
Resolve the confusion between the head_list and the hook list.
andre
2013-08-24
1
-25
/
+29
*
Internalize pfil_hook_get(). There are no outside consumers of
andre
2013-08-24
1
-0
/
+13
*
Convert one instance of pfil hook callback missed in r254769.
andre
2013-08-24
1
-4
/
+1
*
Introduce typedef for pfil hook callback function and replace all
andre
2013-08-24
1
-7
/
+3
*
Fix style and comments.
ae
2013-03-19
1
-4
/
+11
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
1
-6
/
+0
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
1
-0
/
+6
*
Make PFIL use per-VNET lock instead of per-AF lock. Since most used packet
melifaro
2012-10-22
1
-0
/
+58
*
Clean up comments, white space, and style in pfil.c (especially new VNET
rwatson
2009-10-19
1
-30
/
+28
*
Line-wrap pfil.c so that it prints more nicely.
rwatson
2009-10-18
1
-6
/
+10
*
Virtualize the pfil hooks so that different jails may chose different
julian
2009-10-11
1
-5
/
+48
*
A few locking fixes and cleanups to pfil hook registration,
rwatson
2008-12-16
1
-32
/
+10
*
pfil(9) locking take 3: Switch to rmlock(9)
mlaier
2007-11-25
1
-5
/
+6
*
Somewhat re-factor the read/write locking mechanism associated with the packet
csjp
2006-02-02
1
-100
/
+22
*
Fix semantics of ph_busy_count == -1 to pass instead of block.
mlaier
2005-05-23
1
-1
/
+3
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Change pfil starvation prevention from fail-open to fail-close.
mlaier
2004-10-08
1
-2
/
+10
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-6
/
+6
*
Switch order for mtx_unlock and cv_signal as (condvar(9)) sez:
mlaier
2004-09-22
1
-2
/
+2
*
o update PFIL_HOOKS support to current API used by netbsd
sam
2003-09-23
1
-76
/
+280
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Remove __P.
alfred
2002-03-19
1
-11
/
+7
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-3
/
+3
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Add pfil(9) subroutines and manpage from NetBSD.
darrenr
2000-05-10
1
-0
/
+176