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
/
netpfil
/
ipfw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused 'struct route' fields.
melifaro
2014-11-09
1
-2
/
+0
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
3
-51
/
+55
*
Remove unused variable.
melifaro
2014-11-04
1
-2
/
+1
*
Bump default dynamic limit to 16k entries.
melifaro
2014-10-24
1
-3
/
+4
*
Rename log2 to tal_log2.
melifaro
2014-10-22
1
-4
/
+4
*
remove/fix old code for building ipfw and dummynet in userspace
luigi
2014-10-22
3
-56
/
+1
*
Use copyout() directly instead of updating various fields
melifaro
2014-10-20
1
-8
/
+11
*
Perform more checks on the number of tables supplied by user.
melifaro
2014-10-19
1
-0
/
+19
*
Use IPFW_RULE_CNTR_SIZE macro instead of non-relevant ip_fw_cntr structure.
melifaro
2014-10-18
2
-7
/
+3
*
Fix matching default rule on clear/show commands.
melifaro
2014-10-13
1
-5
/
+10
*
Fix KASSERT typo.
melifaro
2014-10-11
1
-2
/
+2
*
Remove redundant if_notifier declaration.
melifaro
2014-10-10
1
-1
/
+0
*
Fix KASSERT argument type.
melifaro
2014-10-10
1
-1
/
+1
*
Fix NOINET6 build for ipfw.
melifaro
2014-10-10
1
-5
/
+47
*
Partially fix build on !amd64
melifaro
2014-10-10
1
-0
/
+213
*
Merge projects/ipfw to HEAD.
melifaro
2014-10-09
12
-1067
/
+12442
|
\
|
*
Bump ipfw module version.
melifaro
2014-10-09
3
-3
/
+3
|
*
Sync to HEAD@r272825.
melifaro
2014-10-09
1
-4
/
+2
|
|
\
|
|
/
|
/
|
|
*
Fix core on table destroy inroduced by table values code.
melifaro
2014-10-09
1
-9
/
+8
|
*
* Wire large user buffer before processing GET request.
melifaro
2014-10-09
1
-4
/
+18
|
*
Add IP_FW_DUMP_SOPTCODES sopt to be able to determine
melifaro
2014-10-08
2
-1
/
+62
|
*
Fix possible crash when old value pointer is not updated after array resize.
melifaro
2014-10-07
1
-1
/
+10
|
*
Notify table algo aboute runtime data change on table flush.
melifaro
2014-10-07
1
-0
/
+4
|
*
* Fix crash in interface tracker due to using old "linked" field.
melifaro
2014-10-07
5
-8
/
+12
|
*
Sync to HEAD@r272609.
melifaro
2014-10-06
2
-3
/
+8
|
|
\
|
*
|
Fix build with gcc.
melifaro
2014-10-04
3
-6
/
+9
|
*
|
Please GCC by specifying proper cast.
melifaro
2014-10-04
1
-3
/
+3
|
*
|
Sync to HEAD@r272516.
melifaro
2014-10-04
1
-4
/
+9
|
|
\
\
|
*
|
|
Add "ipfw_ctl3" FEATURE to indicate presence of new ipfw interface.
melifaro
2014-10-04
1
-0
/
+1
|
*
|
|
Switch ipfw to use rmlock for runtime locking.
melifaro
2014-10-04
8
-1
/
+35
|
*
|
|
Bump max rule size to 512 opcodes.
melifaro
2014-10-04
1
-1
/
+1
|
*
|
|
Make linear_skipto turned off by default.
melifaro
2014-10-03
1
-2
/
+12
|
*
|
|
Add pre-alfa version of DXR lookup module.
melifaro
2014-09-21
5
-1
/
+3428
|
*
|
|
Make ipfw_nat module use IP_FW3 codes.
melifaro
2014-09-07
1
-68
/
+595
|
*
|
|
Change copyrights to the proper one.
melifaro
2014-09-05
4
-5
/
+11
|
*
|
|
Sync to HEAD@r271160.
melifaro
2014-09-05
1
-1
/
+1
|
|
\
\
\
|
*
|
|
|
* Use modular opcode handling inside ipfw_ctl3() instead of static switch.
melifaro
2014-09-05
7
-325
/
+458
|
*
|
|
|
Be consistent and use same arguments for ctl3 opcodes.
melifaro
2014-09-03
5
-34
/
+52
|
*
|
|
|
* Fix crash due to forgotten value refcouting in ipfw_link_table_values()
melifaro
2014-09-02
2
-11
/
+48
|
*
|
|
|
Add more comments on newly-added functions.
melifaro
2014-09-02
3
-22
/
+101
|
*
|
|
|
Add support for multi-field values inside ipfw tables.
melifaro
2014-08-31
9
-127
/
+1100
|
*
|
|
|
* Make objhash api a bit more abstract by providing ability to specify
melifaro
2014-08-30
3
-24
/
+69
|
*
|
|
|
Simplify table reference/create chain.
melifaro
2014-08-23
1
-58
/
+56
|
*
|
|
|
* Use OP_ADD/OP_DEL macro instead of plain integers.
melifaro
2014-08-23
2
-11
/
+81
|
*
|
|
|
Make room for multi-type values in struct tentry.
melifaro
2014-08-15
2
-12
/
+12
|
*
|
|
|
Replace "cidr" table type with "addr" type.
melifaro
2014-08-14
2
-63
/
+63
|
*
|
|
|
* Add cidr:kfib algo type just for fun. It binds kernel fib
melifaro
2014-08-14
3
-19
/
+328
|
*
|
|
|
* Document internal commands.
melifaro
2014-08-14
3
-30
/
+59
|
*
|
|
|
Clean up kernel interaction in ip_fw_iface.c
melifaro
2014-08-14
3
-17
/
+16
|
*
|
|
|
Fix crash in case of iflist request on non-initialized tracker.
melifaro
2014-08-14
1
-3
/
+8
[next]