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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
+ implement (two lines) the kernel side of 'lookup dscp N' to use the
luigi
2010-03-15
1
-6
/
+9
*
Bring in the most recent version of ipfw and dummynet, developed
luigi
2010-03-02
1
-10
/
+12
*
merge code from ipfw3-head to reduce contention on the ipfw lock
luigi
2009-12-22
1
-1
/
+1
*
Start splitting ip_fw2.c and ip_fw.h into smaller components.
luigi
2009-12-15
1
-129
/
+0
*
change the type of the opcode from enum *:8 to u_int8_t
luigi
2009-12-02
1
-1
/
+1
*
Fix ipfw's initialization functions to get the correct order of evaluation
julian
2009-08-21
1
-2
/
+4
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
1
-4
/
+4
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-82
/
+9
*
Close long existed race with net.inet.ip.fw.one_pass = 0:
oleg
2009-06-09
1
-9
/
+13
*
Several ipfw options and actions use a 16-bit argument to indicate
luigi
2009-06-05
1
-5
/
+17
*
More cleanup in preparation of ipfw relocation (no actual code change):
luigi
2009-06-05
1
-8
/
+0
*
Make indentation more uniform accross vnet container structs.
zec
2009-05-02
1
-27
/
+27
*
Permit buiding kernels with options VIMAGE, restricted to only a single
zec
2009-04-30
1
-2
/
+0
*
First pass at separating per-vnet initializer functions
zec
2009-04-06
1
-0
/
+2
*
Implement an ipfw action to reassemble ip packets: reass.
piso
2009-04-01
1
-1
/
+3
*
fw_debug has been unused for ages, so remove it from the list
luigi
2009-03-02
1
-1
/
+1
*
remove dependency on eventhandler.h, we only need a forward declaration
luigi
2009-02-16
1
-1
/
+2
*
Second round of putting global variables, which were virtualized
bz
2008-12-13
1
-1
/
+1
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
1
-5
/
+8
*
Fix content and spelling of comment on _ipfw_insn.len -- a count of
rwatson
2008-10-10
1
-1
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+81
*
Export IPFW_TABLES_MAX value for compiled in defaults.
rik
2008-09-21
1
-1
/
+6
*
Make the commet for the default rule number more clear.
rik
2008-09-14
1
-1
/
+4
*
Export the IPFW_DEFAULT_RULE outside ip_fw2.c. This number in not only
rik
2008-09-06
1
-0
/
+5
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-0
/
+4
*
Fix a comment typo.
rwatson
2008-04-29
1
-1
/
+1
*
Move ipfw's nat code into its own kld: ipfw_nat.
piso
2008-02-29
1
-0
/
+32
*
Hide ipfw internal data structures behind IPFW_INTERNAL rather than
rwatson
2008-01-25
1
-0
/
+11
*
Add support for filtering on Routing Header Type 0 and
bz
2007-05-04
1
-0
/
+2
*
Summer of Code 2005: improve libalias - part 2 of 2
piso
2006-12-29
1
-0
/
+60
*
comply with style police
julian
2006-08-18
1
-1
/
+0
*
Allow ipfw to forward to a destination that is specified by a table.
julian
2006-08-17
1
-0
/
+2
*
Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).
oleg
2006-05-24
1
-0
/
+6
*
Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing
mlaier
2006-05-12
1
-0
/
+3
*
When sending a packet from dummynet, indicate that we're forwarding
ru
2006-02-14
1
-2
/
+0
*
Add a new feature for optimizining ipfw rulesets - substitution of the
glebius
2005-12-13
1
-0
/
+2
*
Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),
glebius
2005-11-29
1
-15
/
+0
*
* Add dynamic sysctl for net.inet6.ip6.fw.
bz
2005-08-13
1
-0
/
+5
*
Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.
mlaier
2005-06-03
1
-0
/
+2
*
IPFW version 2 is the only option in HEAD and RELENG_5.
glebius
2005-05-04
1
-1
/
+0
*
Add IPv6 support to IPFW and Dummynet.
brooks
2005-04-18
1
-0
/
+67
*
Add a ng_ipfw node, implementing a quick and simple interface between
glebius
2005-02-05
1
-0
/
+7
*
o Clean up interface between ip_fw_chk() and its callers:
glebius
2005-01-14
1
-4
/
+12
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add support to IPFW for matching by TCP data length.
green
2004-10-03
1
-0
/
+1
*
Add support to IPFW for classification based on "diverted" status
green
2004-10-03
1
-3
/
+6
*
Add to IPFW the ability to do ALTQ classification/tagging.
green
2004-10-03
1
-0
/
+10
*
Add an additional struct inpcb * argument to pfil(9) in order to enable
mlaier
2004-09-29
1
-2
/
+3
*
Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts
andre
2004-08-19
1
-0
/
+1
*
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
1
-7
/
+15
[next]