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
/
netinet
/
ip_fw_pfil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise a bit ipfw kld priority.
piso
2008-03-03
1
-1
/
+1
*
1) dummynet_io() declaration has changed.
oleg
2007-11-06
1
-26
/
+28
*
Add FBSDID to all files in netinet so that people can more
silby
2007-10-07
1
-2
/
+3
*
Summer of Code 2005: improve libalias - part 2 of 2
piso
2006-12-29
1
-0
/
+6
*
revert last change.. premature.. need to wait until if_ethersubr.c
julian
2006-10-21
1
-8
/
+0
*
Move some variables to a more likely place
julian
2006-10-20
1
-0
/
+8
*
Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
mlaier
2006-05-12
1
-54
/
+92
*
obey opt_inet6.h and opt_ipsec.h in kernel build directory.
ume
2005-11-29
1
-1
/
+1
*
Add IPv6 support to IPFW and Dummynet.
brooks
2005-04-18
1
-2
/
+33
*
When a packet has been reinjected into ipfw(4) after dummynet(4) processing
glebius
2005-04-06
1
-2
/
+6
*
Add a ng_ipfw node, implementing a quick and simple interface between
glebius
2005-02-05
1
-0
/
+47
*
- Reduce number of arguments passed to dummynet_io(), we already have cookie
glebius
2005-01-16
1
-2
/
+2
*
o Clean up interface between ip_fw_chk() and its callers:
glebius
2005-01-14
1
-52
/
+74
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Revert last change.
glebius
2004-12-10
1
-4
/
+4
*
Check that DUMMYNET_LOADED before seeking dummynet m_tag.
glebius
2004-12-09
1
-4
/
+4
*
Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...
andre
2004-10-19
1
-8
/
+13
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-2
/
+6
*
If we have to 'ipfw fwd'-tag a packet the second time in ipfw_pfil_out() don't
andre
2004-09-13
1
-3
/
+5
*
Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copied
andre
2004-09-13
1
-11
/
+11
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
1
-5
/
+1
*
Revert the last change to sys/modules/ipfw/Makefile and fix a
ru
2004-08-26
1
-1
/
+3
*
Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaning
andre
2004-08-20
1
-1
/
+1
*
Give a useful error message if someone tries to compile IPFIREWALL into the
andre
2004-08-19
1
-0
/
+4
*
Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when building
andre
2004-08-19
1
-2
/
+0
*
Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts
andre
2004-08-19
1
-0
/
+6
*
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
1
-0
/
+402