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
/
sbin
/
ipfw
/
tables.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Fix table sets handling.
melifaro
2014-10-17
1
-1
/
+1
*
Partially fix build on !amd64
melifaro
2014-10-10
1
-2
/
+2
*
* Fix use-after-free in table printing code.
melifaro
2014-10-09
1
-5
/
+6
*
Fix GCC wardnings.
melifaro
2014-10-04
1
-3
/
+4
*
Change copyrights to the proper one.
melifaro
2014-09-05
1
-7
/
+3
*
Use per-function errno handling instead of global one.
melifaro
2014-09-05
1
-30
/
+22
*
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
1
-125
/
+365
*
Make room for multi-type values in struct tentry.
melifaro
2014-08-15
1
-4
/
+4
*
Replace "cidr" table type with "addr" type.
melifaro
2014-08-14
1
-9
/
+8
*
* Document internal commands.
melifaro
2014-08-14
1
-4
/
+6
*
* Do not crash on incorrect "flow" type inputs.
melifaro
2014-08-13
1
-5
/
+16
*
* Update table_handler cmd list
melifaro
2014-08-12
1
-16
/
+25
*
* Add the abilify to lock/unlock given table from changes.
melifaro
2014-08-11
1
-5
/
+37
*
* Add support for batched add/delete for ipfw tables
melifaro
2014-08-11
1
-43
/
+183
*
Kernel changes:
melifaro
2014-08-08
1
-14
/
+23
*
* Add IP_FW_TABLE_XMODIFY opcode
melifaro
2014-08-08
1
-10
/
+125
*
Remove IP_FW_TABLES_XGETSIZE opcode.
melifaro
2014-08-08
1
-21
/
+26
*
Implement atomic ipfw table swap.
melifaro
2014-08-03
1
-1
/
+49
*
* Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.
melifaro
2014-08-03
1
-3
/
+11
*
Show algorithm-specific data in "table info" output.
melifaro
2014-08-03
1
-0
/
+94
*
* Permit limiting number of items in table.
melifaro
2014-08-01
1
-7
/
+35
*
* Add new "flow" table type to support N=1..5-tuple lookups
melifaro
2014-07-31
1
-38
/
+258
*
Improve "ipfw talist" readability.
melifaro
2014-07-30
1
-2
/
+2
*
* Add number:array algorithm lookup method.
melifaro
2014-07-30
1
-2
/
+12
*
* Dump available table algorithms via "ipfw talist" cmd.
melifaro
2014-07-29
1
-3
/
+57
*
* Add generic ipfw interface tracking API
melifaro
2014-07-28
1
-9
/
+1
*
* Require explicit table creation before use on kernel side.
melifaro
2014-07-26
1
-4
/
+27
*
* Add "lookup" table functionality to permit userland entry lookups.
melifaro
2014-07-06
1
-97
/
+153
*
Fully switch to named tables:
melifaro
2014-07-03
1
-231
/
+469
*
* Add new IP_FW_XADD opcode which permits to
melifaro
2014-06-29
1
-2
/
+56
*
Suppord showing named tables in ipfw(8) rule listing.
melifaro
2014-06-28
1
-1
/
+41
*
Simplify opcode handling.
melifaro
2014-06-15
1
-12
/
+10
*
Move further to eliminate next pieces of number-assuming code inside tables.
melifaro
2014-06-14
1
-0
/
+597