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
/
netinet
/
ipfw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use div64 when converting back the burst value for userland
luigi
2009-12-10
1
-1
/
+1
*
when draining a flowset free the entire chain, not just one packet.
luigi
2009-12-10
1
-1
/
+1
*
centralize the code to free a packet (or a chain) while in dummynet.
luigi
2009-12-10
1
-32
/
+27
*
Fix burst processing for WF2Q pipes - do not increase available burst size
oleg
2009-12-05
1
-1
/
+3
*
adjust comment in previous commit after Julian's explanation
luigi
2009-12-05
1
-8
/
+9
*
remove a dead block of code, document how the ipfw clients are
luigi
2009-12-05
1
-27
/
+28
*
fix build with VNET enabled
luigi
2009-12-05
1
-1
/
+1
*
Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hard
ume
2009-12-04
1
-5
/
+23
*
preparation work to replace the monster switch in ipfw_chk() with
luigi
2009-12-03
1
-137
/
+203
*
Teach an IPv6 to the debug prints.
ume
2009-12-03
1
-14
/
+62
*
- initialize src_ip in the main loop to prevent a compiler warning
luigi
2009-12-02
1
-5
/
+8
*
small changes for portability and diff reduction wrt/ FreeBSD 7.
luigi
2009-12-02
1
-15
/
+38
*
Teach an IPv6 to send_pkt() and ipfw_tick().
ume
2009-12-02
1
-112
/
+166
*
style(9): add missing parentheses
oleg
2009-11-09
1
-1
/
+1
*
Fix two issues that can lead to exceeding configured pipe bandwidth:
oleg
2009-11-03
1
-5
/
+16
*
Virtualize the pfil hooks so that different jails may chose different
julian
2009-10-11
2
-59
/
+75
*
Fix another typo right next to the previous one, that amazingly, I did
julian
2009-08-23
1
-1
/
+1
*
Fix typo in comment that has been bugging me for days.
julian
2009-08-23
1
-1
/
+1
*
Fix ipfw's initialization functions to get the correct order of evaluation
julian
2009-08-21
2
-67
/
+119
*
Fix ipfw crash on uid or gid check.
julian
2009-08-14
1
-1
/
+1
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
3
-3
/
+0
*
Startup the vnet part of initialization a bit after the global part.
julian
2009-07-28
1
-2
/
+2
*
Catch ipfw up to the rest of the vimage code.
julian
2009-07-25
1
-109
/
+163
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
2
-24
/
+24
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
3
-120
/
+98
*
Update various IPFW-related modules to use if_addr_rlock()/
rwatson
2009-06-26
2
-8
/
+8
*
- fix dummynet 'fast' mode for WF2Q case.
oleg
2009-06-24
1
-21
/
+51
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
1
-43
/
+18
*
Since dn_pipe.numbytes is int64_t now - remove unnecessary overflow detection
oleg
2009-06-15
1
-21
/
+7
*
in ip_dn_ctl(), do not allocate a large structure on the stack,
luigi
2009-06-10
1
-9
/
+11
*
small simplifications to the code in charge of reaping deleted rules:
luigi
2009-06-10
1
-16
/
+13
*
Close long existed race with net.inet.ip.fw.one_pass = 0:
oleg
2009-06-09
3
-76
/
+39
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
move kernel ipfw-related sources to a separate directory,
luigi
2009-06-05
4
-0
/
+8383
[prev]