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
*
Make rule table kernel-index rewriting support any kind of objects.
melifaro
2015-04-27
1
-2
/
+3
*
Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value
ae
2015-03-13
1
-3
/
+4
*
Fix matching default rule on clear/show commands.
melifaro
2014-10-13
1
-0
/
+5
*
Add IP_FW_DUMP_SOPTCODES sopt to be able to determine
melifaro
2014-10-08
1
-0
/
+10
*
Make ipfw_nat module use IP_FW3 codes.
melifaro
2014-09-07
1
-0
/
+46
*
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
1
-10
/
+34
*
Make room for multi-type values in struct tentry.
melifaro
2014-08-15
1
-3
/
+5
*
Replace "cidr" table type with "addr" type.
melifaro
2014-08-14
1
-2
/
+4
*
* Fix displaying dynamic rules for large rulesets.
melifaro
2014-08-14
1
-28
/
+1
*
Change tablearg value to be 0 (try #2).
melifaro
2014-08-12
1
-6
/
+5
*
* Add the abilify to lock/unlock given table from changes.
melifaro
2014-08-11
1
-3
/
+8
*
* Add support for batched add/delete for ipfw tables
melifaro
2014-08-11
1
-3
/
+17
*
Partially revert previous commit:
melifaro
2014-08-08
1
-3
/
+3
*
* Switch tablearg value from 65535 to 0.
melifaro
2014-08-08
1
-2
/
+4
*
* Add IP_FW_TABLE_XMODIFY opcode
melifaro
2014-08-08
1
-6
/
+12
*
Remove IP_FW_TABLES_XGETSIZE opcode.
melifaro
2014-08-08
1
-1
/
+0
*
Kernel changes:
melifaro
2014-08-07
1
-5
/
+31
*
Implement atomic ipfw table swap.
melifaro
2014-08-03
1
-0
/
+1
*
Show algorithm-specific data in "table info" output.
melifaro
2014-08-03
1
-13
/
+16
*
* Permit limiting number of items in table.
melifaro
2014-08-01
1
-0
/
+2
*
* Add new "flow" table type to support N=1..5-tuple lookups
melifaro
2014-07-31
1
-8
/
+55
*
* Add number:array algorithm lookup method.
melifaro
2014-07-30
1
-1
/
+1
*
* Dump available table algorithms via "ipfw talist" cmd.
melifaro
2014-07-29
1
-0
/
+10
*
* Add generic ipfw interface tracking API
melifaro
2014-07-28
1
-1
/
+13
*
* Use different rule structures in kernel/userland.
melifaro
2014-07-08
1
-21
/
+56
*
* Prepare to pass other dynamic states via ipfw_dump_config()
melifaro
2014-07-06
1
-1
/
+8
*
* Add "lookup" table functionality to permit userland entry lookups.
melifaro
2014-07-06
1
-4
/
+3
*
Fully switch to named tables:
melifaro
2014-07-03
1
-8
/
+35
*
* Add new IP_FW_XADD opcode which permits to
melifaro
2014-06-29
1
-1
/
+2
*
Suppord showing named tables in ipfw(8) rule listing.
melifaro
2014-06-28
1
-6
/
+30
*
* Add IP_FW_TABLE_XCREATE / IP_FW_TABLE_XMODIFY opcodes.
melifaro
2014-06-16
1
-5
/
+8
*
Simplify opcode handling.
melifaro
2014-06-15
1
-16
/
+35
*
Move further to eliminate next pieces of number-assuming code inside tables.
melifaro
2014-06-14
1
-1
/
+6
*
Add API to ease adding new algorithms/new tabletypes to ipfw.
melifaro
2014-06-14
1
-7
/
+37
*
Make ipfw tables use names as used-level identifier internally:
melifaro
2014-06-12
1
-1
/
+29
*
Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).
melifaro
2014-05-17
1
-0
/
+2
*
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
melifaro
2013-03-20
1
-0
/
+3
*
Revert r234834 per luigi@ request.
melifaro
2012-05-03
1
-82
/
+0
*
Move several enums and structures required for L2 filtering from ip_fw_privat...
melifaro
2012-04-30
1
-0
/
+82
*
- Permit number of ipfw tables to be changed in runtime.
melifaro
2012-03-25
1
-1
/
+2
*
- Add ipfw eXtended tables permitting radix to be used for any kind of keys.
melifaro
2012-03-12
1
-2
/
+41
*
Add support for IPv6 to ipfw fwd:
bz
2011-08-20
1
-0
/
+10
*
Add new rule actions "call" and "return" to ipfw. They make
ae
2011-06-29
1
-0
/
+8
*
- Rewrite functions that copyin/out NAT configuration, so that they
glebius
2011-04-19
1
-2
/
+0
*
The first customer of the SO_USER_COOKIE option:
luigi
2010-11-12
1
-0
/
+3
*
+ 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
[next]