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
/
ipfw2.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `ipfw internal olist` command to list named objects.
ae
2015-11-03
1
-0
/
+1
*
Generalize object reference handling in ipfw rules.
melifaro
2015-04-26
1
-2
/
+0
*
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
1
-3
/
+5
*
Move one step further towards libipfw: convert show_static_rule() to
melifaro
2014-08-12
1
-4
/
+4
*
* Update table_handler cmd list
melifaro
2014-08-12
1
-0
/
+1
*
Change tablearg value to be 0 (try #2).
melifaro
2014-08-12
1
-0
/
+1
*
* Add the abilify to lock/unlock given table from changes.
melifaro
2014-08-11
1
-0
/
+2
*
* Add support for batched add/delete for ipfw tables
melifaro
2014-08-11
1
-0
/
+1
*
* Add IP_FW_TABLE_XMODIFY opcode
melifaro
2014-08-08
1
-0
/
+2
*
Implement atomic ipfw table swap.
melifaro
2014-08-03
1
-0
/
+1
*
* Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.
melifaro
2014-08-03
1
-3
/
+6
*
* Permit limiting number of items in table.
melifaro
2014-08-01
1
-2
/
+0
*
* Add new "flow" table type to support N=1..5-tuple lookups
melifaro
2014-07-31
1
-0
/
+5
*
* Dump available table algorithms via "ipfw talist" cmd.
melifaro
2014-07-29
1
-0
/
+1
*
* Add generic ipfw interface tracking API
melifaro
2014-07-28
1
-0
/
+2
*
Fully switch to named tables:
melifaro
2014-07-03
1
-0
/
+14
*
* Add new IP_FW_XADD opcode which permits to
melifaro
2014-06-29
1
-0
/
+2
*
Suppord showing named tables in ipfw(8) rule listing.
melifaro
2014-06-28
1
-2
/
+19
*
Move further to eliminate next pieces of number-assuming code inside tables.
melifaro
2014-06-14
1
-2
/
+3
*
ECN marking implenetation for dummynet.
hiren
2014-06-01
1
-0
/
+1
*
Fix world build WITHOUT_PF.
glebius
2014-02-12
1
-1
/
+4
*
Check ipfw table numbers in both user and kernel space before rule addition.
melifaro
2013-11-28
1
-0
/
+2
*
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
melifaro
2013-03-20
1
-0
/
+1
*
Implement buffer size checking in ipfw(8) add cmd.
melifaro
2013-03-03
1
-4
/
+4
*
Add new rule actions "call" and "return" to ipfw. They make
ae
2011-06-29
1
-0
/
+2
*
Implement "global" mode for ipfw nat. It is similar to natd(8)
ae
2011-06-14
1
-0
/
+1
*
More whitespace fixes.
glebius
2011-04-18
1
-1
/
+1
*
The first customer of the SO_USER_COOKIE option:
luigi
2010-11-12
1
-0
/
+1
*
Slightly different handling of printf/snprintf for unaligned uint64_t,
luigi
2010-04-19
1
-1
/
+1
*
Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bits
luigi
2010-03-15
1
-0
/
+1
*
Bring in the most recent version of ipfw and dummynet, developed
luigi
2010-03-02
1
-8
/
+21
*
implement a new match option,
luigi
2009-12-15
1
-0
/
+1
*
- fix dummynet 'fast' mode for WF2Q case.
oleg
2009-06-24
1
-0
/
+1
*
Add emulation of delay profiles, which lets you model various
luigi
2009-04-09
1
-0
/
+1
*
Implement an ipfw action to reassemble ip packets: reass.
piso
2009-04-01
1
-0
/
+1
*
put the altq-related functions into a separate file.
luigi
2009-02-01
1
-0
/
+7
*
Avoid the use of duplicated typedefs -- see the comment for details.
luigi
2009-01-28
1
-15
/
+21
*
fix printing of uint64_t values, so we can use WARNS=2
luigi
2009-01-27
1
-0
/
+2
*
Put nat and ipv6 support in their own files.
luigi
2009-01-27
1
-2
/
+27
*
Put dummynet-related code in a separate file.
luigi
2009-01-27
1
-0
/
+125
*
Start splitting the monster file in smaller blocks.
luigi
2009-01-27
1
-0
/
+105