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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return setsockopt() directly.
melifaro
2014-09-05
1
-4
/
+1
*
Use per-function errno handling instead of global one.
melifaro
2014-09-05
1
-20
/
+14
*
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
1
-9
/
+20
*
* Pass proper table set numbers from userland side.
melifaro
2014-08-13
1
-6
/
+8
*
Update op3 cmds.
melifaro
2014-08-13
1
-34
/
+10
*
Move one step further towards libipfw: convert show_static_rule() to
melifaro
2014-08-12
1
-171
/
+161
*
* Update table_handler cmd list
melifaro
2014-08-12
1
-0
/
+31
*
Change tablearg value to be 0 (try #2).
melifaro
2014-08-12
1
-11
/
+22
*
Kernel changes:
melifaro
2014-08-08
1
-3
/
+4
*
Partially revert previous commit:
melifaro
2014-08-08
1
-8
/
+8
*
* Switch tablearg value from 65535 to 0.
melifaro
2014-08-08
1
-10
/
+10
*
Kernel changes:
melifaro
2014-08-07
1
-50
/
+92
*
* Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.
melifaro
2014-08-03
1
-2
/
+30
*
* Permit limiting number of items in table.
melifaro
2014-08-01
1
-2
/
+6
*
* Add new "flow" table type to support N=1..5-tuple lookups
melifaro
2014-07-31
1
-47
/
+105
*
* Add number:array algorithm lookup method.
melifaro
2014-07-30
1
-13
/
+17
*
* Add generic ipfw interface tracking API
melifaro
2014-07-28
1
-0
/
+95
*
* Use different rule structures in kernel/userland.
melifaro
2014-07-08
1
-39
/
+67
*
* Prepare to pass other dynamic states via ipfw_dump_config()
melifaro
2014-07-06
1
-62
/
+125
*
Fully switch to named tables:
melifaro
2014-07-03
1
-24
/
+35
*
* Add new IP_FW_XADD opcode which permits to
melifaro
2014-06-29
1
-28
/
+182
*
Enable kernel-side rule filtering based on user request.
melifaro
2014-06-29
1
-23
/
+57
*
Suppord showing named tables in ipfw(8) rule listing.
melifaro
2014-06-28
1
-220
/
+454
*
Move further to eliminate next pieces of number-assuming code inside tables.
melifaro
2014-06-14
1
-419
/
+23
*
Add API to ease adding new algorithms/new tabletypes to ipfw.
melifaro
2014-06-14
1
-16
/
+130
*
Make ipfw tables use names as used-level identifier internally:
melifaro
2014-06-12
1
-0
/
+17
*
Fix wrong formatting of 0.0.0.0/X table records in ipfw(8).
melifaro
2014-05-17
1
-1
/
+1
*
Check ipfw table numbers in both user and kernel space before rule addition.
melifaro
2013-11-28
1
-10
/
+35
*
Fix key lookup in ipfw(8) broken since r232865.
melifaro
2013-11-27
1
-2
/
+13
*
Fix ipfw(8) sets of ipv6 addresses handling.
melifaro
2013-05-18
1
-14
/
+24
*
Remove unused variable.
melifaro
2013-03-20
1
-2
/
+1
*
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
melifaro
2013-03-20
1
-0
/
+137
*
Do not suddenly fail on some rulesets if -n (syntax check only) is specified
melifaro
2013-03-04
1
-4
/
+13
*
Implement buffer size checking in ipfw(8) add cmd.
melifaro
2013-03-03
1
-51
/
+103
*
Fix ipfw table argument parsing/printing.
melifaro
2013-03-02
1
-54
/
+92
*
remove the last __unused instance in sbin/ipfw.
luigi
2012-07-30
1
-1
/
+2
*
Fix some compile errors at high WARNS, including one
luigi
2012-07-30
1
-2
/
+3
*
- Permit number of ipfw tables to be changed in runtime.
melifaro
2012-03-25
1
-9
/
+3
*
- Add ipfw eXtended tables permitting radix to be used for any kind of keys.
melifaro
2012-03-12
1
-71
/
+197
*
Make the 'tcpwin' option of ipfw(8) accept ranges and lists.
glebius
2012-02-06
1
-3
/
+12
*
Spelling fixes for sbin/
uqs
2012-01-07
1
-4
/
+4
*
Add support for IPv6 to ipfw fwd:
bz
2011-08-20
1
-20
/
+88
*
Fix a regression where a rule containing a source port option after a
jhb
2011-08-17
1
-0
/
+2
*
Add new rule actions "call" and "return" to ipfw. They make
ae
2011-06-29
1
-0
/
+16
*
Fix clang warnings.
benl
2011-06-18
1
-1
/
+2
*
Implement "global" mode for ipfw nat. It is similar to natd(8)
ae
2011-06-14
1
-5
/
+13
*
Add tablearg support for ipfw setfib.
ae
2011-05-30
1
-8
/
+13
*
More whitespace fixes.
glebius
2011-04-18
1
-10
/
+10
*
Whitespace fixes.
glebius
2011-04-18
1
-18
/
+17
*
The first customer of the SO_USER_COOKIE option:
luigi
2010-11-12
1
-0
/
+7
[next]