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
/
netpfil
/
ipfw
/
ip_fw2.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Implement atomic ipfw table swap.
melifaro
2014-08-03
1
-1
/
+1
*
|
Implement O(1) skipto using indexed array.
melifaro
2014-08-03
1
-1
/
+6
*
|
* Add new "flow" table type to support N=1..5-tuple lookups
melifaro
2014-07-31
1
-0
/
+11
*
|
* Add number:array algorithm lookup method.
melifaro
2014-07-30
1
-3
/
+2
*
|
* Add generic ipfw interface tracking API
melifaro
2014-07-28
1
-3
/
+9
*
|
* Use different rule structures in kernel/userland.
melifaro
2014-07-08
1
-4
/
+7
*
|
Fully switch to named tables:
melifaro
2014-07-03
1
-1
/
+4
*
|
Add API to ease adding new algorithms/new tabletypes to ipfw.
melifaro
2014-06-14
1
-4
/
+5
*
|
Make ipfw tables use names as used-level identifier internally:
melifaro
2014-06-12
1
-1
/
+2
|
/
*
Reorder struct ip_fw_chain:
melifaro
2014-01-24
1
-1
/
+1
*
Simplify O_NAT opcode handling.
melifaro
2013-11-28
1
-19
/
+16
*
disable some ipfw match options when compiling in userspace
luigi
2013-11-22
1
-2
/
+10
*
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
glebius
2013-11-05
1
-1
/
+1
*
Move new pf includes to the pf directory. The pfvar.h remain
glebius
2013-10-27
1
-1
/
+2
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Make ipfw nat init/unint work correctly for VIMAGE:
trociny
2013-08-24
1
-0
/
+2
*
Use unified method for accessing / updating cached rule pointers.
melifaro
2013-05-04
1
-40
/
+35
*
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
melifaro
2013-03-20
1
-0
/
+52
*
Separate the locking macros that are used in the packet flow path
ae
2013-03-19
1
-3
/
+3
*
Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.
melifaro
2012-12-23
1
-19
/
+10
*
Use common macros for working with rule/dynamic counters.
melifaro
2012-11-30
1
-19
/
+7
*
Make ipfw dynamic states operations SMP-ready.
melifaro
2012-11-30
1
-4
/
+2
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
1
-2
/
+0
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
1
-6
/
+3
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-8
/
+0
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
o Create directory sys/netpfil, where all packet filters should
glebius
2012-09-14
1
-0
/
+2791
[prev]