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
*
Print proper setfib values in ipfw log.
melifaro
2015-11-08
1
-1
/
+1
*
Fix setfib target.
melifaro
2015-11-08
2
-3
/
+3
*
Remove now obsolete KASSERT.
ae
2015-11-03
1
-6
/
+0
*
Eliminate any conditional increments of object_opcodes in the
ae
2015-11-03
2
-3
/
+9
*
Add ipfw_check_object_name_generic() function to do basic checks for an
ae
2015-11-03
4
-30
/
+17
*
Implement `ipfw internal olist` command to list named objects.
ae
2015-11-03
2
-5
/
+63
*
Bump number of prefixes in O_IP_<SRC|DST> from 15 to 31 (max possible).
melifaro
2015-10-03
1
-1
/
+1
*
Fix packets/bytes accounting on i386.
melifaro
2015-08-27
1
-1
/
+1
*
Reduce overhead of ipfw's me6 opcode.
ae
2015-07-29
1
-23
/
+27
*
Add helper functions for IP checksum adjusting. Use these functions in
ae
2015-07-20
3
-17
/
+26
*
assorted algorithmic fixes from Paolo Valente (one of my qfq coauthors):
luigi
2015-07-10
1
-7
/
+13
*
one more warning suppression when compiling the test code in userspace.
luigi
2015-07-10
1
-1
/
+1
*
add code to compute fairness indexes;
luigi
2015-07-10
2
-9
/
+68
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
2
-2
/
+2
*
use proper types to represent function pointers
luigi
2015-05-19
2
-2
/
+2
*
remove a redundant ; at the end of a function
luigi
2015-05-19
1
-1
/
+1
*
remove an extra ; after MODULE_DEPEND
luigi
2015-05-19
1
-1
/
+1
*
bugfix (only affecting the "lookup" option in the userspace version of ipfw):
luigi
2015-05-13
1
-1
/
+2
*
Remove ptei->value check from ipfw_link_table_values():
melifaro
2015-05-12
1
-11
/
+0
*
Fix panic when prepare_batch_buffer() returns error.
melifaro
2015-05-06
1
-3
/
+5
*
Fix KASSERT introduced in r282155.
melifaro
2015-04-30
1
-3
/
+4
*
Fix panic introduced by r282070.
melifaro
2015-04-28
2
-1
/
+4
*
Fix 'may be used uninitialized' warning not caught by clang.
melifaro
2015-04-27
1
-1
/
+1
*
Use free_nat_instance() for nat instance deletion.
melifaro
2015-04-27
1
-10
/
+14
*
Make rule table kernel-index rewriting support any kind of objects.
melifaro
2015-04-27
5
-388
/
+879
*
Fix memory leak.
glebius
2015-04-27
1
-0
/
+2
*
The offset variable has been cleared all bits except IP6F_OFF_MASK.
ae
2015-03-31
1
-1
/
+1
*
Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value
ae
2015-03-13
4
-10
/
+65
*
Fix IP_FW_NAT44_LIST_NAT size calculation.
melifaro
2015-02-05
1
-2
/
+2
*
* Make sure table algorithm destroy hook is always called without locks
melifaro
2015-02-05
4
-12
/
+27
*
Use ipfw runtime lock only when real modification is required.
melifaro
2015-01-16
1
-2
/
+4
*
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
[next]