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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mdoc: remove EOL whitespace.
joel
2014-12-29
1
-4
/
+4
*
Convert sbin/ to LIBADD
bapt
2014-11-25
1
-2
/
+1
*
Misc mdoc fixes:
joel
2014-11-23
1
-2
/
+1
*
Fix documentation issue.
melifaro
2014-10-24
1
-2
/
+2
*
Fix displaying non-contiguous netmasks.
melifaro
2014-10-24
1
-3
/
+4
*
* Zero rule buffer.
melifaro
2014-10-18
1
-6
/
+7
*
* Fix table sets handling.
melifaro
2014-10-17
2
-3
/
+4
*
Show error when deleting non-existing rule number.
melifaro
2014-10-13
1
-2
/
+9
*
* Fix zeroing individual entries via ipfw(8).
melifaro
2014-10-13
1
-1
/
+11
*
Partially fix build on !amd64
melifaro
2014-10-10
2
-3
/
+3
*
* Fix use-after-free in table printing code.
melifaro
2014-10-09
1
-5
/
+6
*
Sync to HEAD@r272609.
melifaro
2014-10-06
1
-4
/
+25
|
\
|
*
Improve "reserved keywords" hack:
melifaro
2014-10-06
1
-4
/
+25
|
*
Whitespace/style changes merged from projects/ipfw.
melifaro
2014-08-23
1
-1
/
+1
|
*
Merge buffer-printing changes from from projects/ipfw as preparation
melifaro
2014-08-23
5
-365
/
+532
*
|
Fix tracked interface list retrieval.
melifaro
2014-10-05
1
-1
/
+1
*
|
Fix GCC wardnings.
melifaro
2014-10-04
2
-4
/
+5
*
|
Document new table values.
melifaro
2014-10-03
1
-45
/
+47
*
|
Make ipfw_nat module use IP_FW3 codes.
melifaro
2014-09-07
1
-116
/
+241
*
|
Change copyrights to the proper one.
melifaro
2014-09-05
1
-7
/
+3
*
|
Return setsockopt() directly.
melifaro
2014-09-05
1
-4
/
+1
*
|
Use per-function errno handling instead of global one.
melifaro
2014-09-05
2
-50
/
+36
*
|
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
3
-137
/
+390
*
|
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
2
-18
/
+17
*
|
* Document internal commands.
melifaro
2014-08-14
2
-4
/
+27
*
|
Sync to HEAD@r269943.
melifaro
2014-08-13
1
-2
/
+1
|
\
\
|
|
/
|
*
mdoc: remove superfluous paragraph macros.
joel
2014-06-23
1
-1
/
+0
|
*
use .Mt to mark up email addresses consistently (part1)
bapt
2014-06-20
1
-1
/
+1
*
|
Document table set-awareness in ipfw(8).
melifaro
2014-08-13
1
-18
/
+38
*
|
* 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
*
|
* Do not crash on incorrect "flow" type inputs.
melifaro
2014-08-13
1
-5
/
+16
*
|
Document most of the changes that have happened.
melifaro
2014-08-13
1
-55
/
+260
*
|
Move one step further towards libipfw: convert show_static_rule() to
melifaro
2014-08-12
3
-202
/
+192
*
|
* Update table_handler cmd list
melifaro
2014-08-12
3
-16
/
+57
*
|
Change tablearg value to be 0 (try #2).
melifaro
2014-08-12
2
-11
/
+23
*
|
* Add the abilify to lock/unlock given table from changes.
melifaro
2014-08-11
2
-5
/
+39
*
|
* Add support for batched add/delete for ipfw tables
melifaro
2014-08-11
2
-43
/
+184
*
|
Kernel changes:
melifaro
2014-08-08
2
-17
/
+27
*
|
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
*
|
* Add IP_FW_TABLE_XMODIFY opcode
melifaro
2014-08-08
2
-10
/
+127
*
|
Remove IP_FW_TABLES_XGETSIZE opcode.
melifaro
2014-08-08
1
-21
/
+26
*
|
Kernel changes:
melifaro
2014-08-07
1
-50
/
+92
*
|
Implement atomic ipfw table swap.
melifaro
2014-08-03
2
-1
/
+50
*
|
* Move "talist" and "iflist" cmds into newly-create "internal" ipfw(8) cmd.
melifaro
2014-08-03
4
-12
/
+49
*
|
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
3
-11
/
+41
*
|
* Add new "flow" table type to support N=1..5-tuple lookups
melifaro
2014-07-31
3
-85
/
+368
[next]