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
*
Add l2 support to ipfw fwd.
Luiz Otavio O Souza
2017-07-17
1
-4
/
+0
*
Add the missing braces. Fixes the build.
Luiz Souza
2017-07-16
1
-0
/
+2
*
Add the timestamp of the last match, packet and byte counters to table
Luiz Souza
2017-07-15
1
-12
/
+75
*
Add ipfw support to MAC address tables.
Luiz Otavio O Souza
2017-07-14
1
-0
/
+12
*
MFC r316461:
ae
2017-04-17
1
-1
/
+0
*
MFC r316329:
ae
2017-04-07
1
-1
/
+10
*
MFC r304041:
ae
2017-04-03
1
-3
/
+2
*
MFC r303012:
ae
2017-04-03
1
-0
/
+7
*
MFC r303018:
ae
2017-03-30
1
-4
/
+23
*
MFC r314716:
ae
2017-03-19
1
-66
/
+110
*
MFC r314614:
ae
2017-03-10
1
-4
/
+6
*
MFC r305940:
ae
2016-09-30
1
-2
/
+2
*
MFC r303955:
ae
2016-08-14
1
-1
/
+1
*
Move the ipfw_log_bpf() calls from global module initialisation to
bz
2016-06-30
1
-2
/
+3
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
1
-1
/
+1
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
1
-2
/
+2
*
Add External Actions KPI to ipfw(9).
ae
2016-04-14
1
-0
/
+7
*
Fix bug in filling and handling ipfw's O_DSCP opcode.
ae
2016-02-24
1
-1
/
+1
*
Properly drain callouts in the IPFW subsystem to avoid use after free
hselasky
2015-12-15
1
-3
/
+2
*
Merge helper fib* functions used for basic lookups.
melifaro
2015-12-08
1
-59
/
+23
*
Fix setfib target.
melifaro
2015-11-08
1
-1
/
+1
*
Reduce overhead of ipfw's me6 opcode.
ae
2015-07-29
1
-23
/
+27
*
Add helper functions for IP checksum adjusting. Use these functions in
ae
2015-07-20
1
-5
/
+6
*
bugfix (only affecting the "lookup" option in the userspace version of ipfw):
luigi
2015-05-13
1
-1
/
+2
*
Make rule table kernel-index rewriting support any kind of objects.
melifaro
2015-04-27
1
-0
/
+6
*
Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value
ae
2015-03-13
1
-5
/
+40
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
1
-18
/
+21
*
Bump ipfw module version.
melifaro
2014-10-09
1
-1
/
+1
*
Sync to HEAD@r272825.
melifaro
2014-10-09
1
-4
/
+2
|
\
|
*
Improve r272609 (O_TCPOPTS).
melifaro
2014-10-06
1
-4
/
+2
*
|
Sync to HEAD@r272609.
melifaro
2014-10-06
1
-3
/
+7
|
\
\
|
|
/
|
*
Fix O_TCPOPTS processing.
melifaro
2014-10-06
1
-3
/
+7
|
*
Whitespace/style changes merged from projects/ipfw.
melifaro
2014-08-23
1
-3
/
+7
*
|
Add "ipfw_ctl3" FEATURE to indicate presence of new ipfw interface.
melifaro
2014-10-04
1
-0
/
+1
*
|
Switch ipfw to use rmlock for runtime locking.
melifaro
2014-10-04
1
-0
/
+2
*
|
Make linear_skipto turned off by default.
melifaro
2014-10-03
1
-2
/
+12
*
|
* Use modular opcode handling inside ipfw_ctl3() instead of static switch.
melifaro
2014-09-05
1
-4
/
+11
*
|
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
1
-12
/
+13
*
|
Clean up kernel interaction in ip_fw_iface.c
melifaro
2014-08-14
1
-4
/
+3
*
|
Sync to HEAD@r269943.
melifaro
2014-08-13
1
-1
/
+0
|
\
\
|
|
/
|
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-1
/
+0
|
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+1
|
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-1
/
+0
*
|
* Add jump_linear() function utilizing calculated skipto cache.
melifaro
2014-08-13
1
-5
/
+29
*
|
Change tablearg value to be 0 (try #2).
melifaro
2014-08-12
1
-4
/
+4
*
|
* Use 2 32-bits field inside rule instead of 2 pointer to save skipto state.
melifaro
2014-08-09
1
-10
/
+7
*
|
Partially revert previous commit:
melifaro
2014-08-08
1
-3
/
+3
*
|
* Switch tablearg value from 65535 to 0.
melifaro
2014-08-08
1
-4
/
+4
*
|
Since all of base IP_FW opcodes has been converted to IP_FW3,
melifaro
2014-08-07
1
-1
/
+1
*
|
Kernel changes:
melifaro
2014-08-07
1
-4
/
+24
[next]