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
/
ip_dummynet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing DUMMYNET_UNLOCK() in config_pipe().
mlaier
2004-03-03
1
-2
/
+7
*
Re-remove MT_TAGs. The problems with dummynet have been fixed now.
mlaier
2004-02-25
1
-91
/
+128
*
Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is
mlaier
2004-02-18
1
-125
/
+91
*
This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing
mlaier
2004-02-13
1
-91
/
+125
*
o Fix a comment: softticks lives in sys/kern/kern_timeout.c.
maxim
2003-12-27
1
-1
/
+1
*
Do not panic when flushing dummynet firewall rules
emax
2003-12-06
1
-1
/
+1
*
Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routines
sam
2003-11-23
1
-1
/
+1
*
replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF
sam
2003-11-08
1
-3
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-6
/
+5
*
o add locking to protect routing table refcnt manipulations
sam
2003-10-29
1
-16
/
+18
*
Drop dummynet lock when calling back into the network stack to deliver
sam
2003-10-16
1
-0
/
+5
*
Minor fixups + add locking.
sam
2003-09-17
1
-65
/
+120
*
o Fix a typo in previous commit.
maxim
2003-07-31
1
-1
/
+1
*
o Do not overwrite saved interrupt priority level by alloc_hash(),
maxim
2003-07-25
1
-6
/
+8
*
Remove a stale comment, fix indentation.
luigi
2003-06-28
1
-8
/
+5
*
Fix typo in a (commented out) debugging string.
luigi
2003-06-23
1
-1
/
+1
*
Change handling to support strong alignment architectures such as alpha and
ticso
2003-06-04
1
-0
/
+8
*
Fix indentation.
maxim
2003-03-27
1
-2
/
+2
*
o Protect set_fs_param() by splimp(9).
maxim
2003-03-27
1
-7
/
+17
*
De-anonymity a couple of messages I missed in a previous sweep.
maxim
2003-01-20
1
-2
/
+2
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
o De-anonymity dummynet(4) and ipfw(4) messages, prepend them
maxim
2002-12-24
1
-30
/
+31
*
o Trim EOL whitespaces.
maxim
2002-12-15
1
-22
/
+22
*
o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).
maxim
2002-12-15
1
-7
/
+7
*
track changes to not strip the Ethernet header from input packets
sam
2002-11-14
1
-8
/
+5
*
Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than
maxim
2002-11-13
1
-1
/
+6
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Increase the max dummynet hash size from 1024 to 65536. Default is still
seanc
2002-10-12
1
-2
/
+2
*
Kernel support for a dummynet option:
luigi
2002-08-15
1
-1
/
+1
*
Fix a panic when doing "ipfw add pipe 1 log ..."
luigi
2002-07-17
1
-5
/
+30
*
Change one variable to make it easier to switch between ipfw and ipfw2
luigi
2002-07-09
1
-5
/
+3
*
Forgot to update one field name in one of the latest commits.
luigi
2002-07-08
1
-2
/
+2
*
The new ipfw code.
luigi
2002-06-27
1
-30
/
+26
*
Remove (almost all) global variables that were used to hold
luigi
2002-06-22
1
-45
/
+40
*
Add ipfw hooks to ether_demux() and ether_output_frame().
luigi
2002-05-13
1
-5
/
+27
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
MFS: sync the ipfw/dummynet/bridge code with the one recently merged
luigi
2001-11-04
1
-24
/
+38
*
Make it so dummynet and bridge can be loaded as modules.
ps
2001-10-05
1
-61
/
+74
*
Two main changes here:
luigi
2001-09-27
1
-20
/
+20
*
Include sys/proc.h for the definition of securelevel_ge().
brooks
2001-09-26
1
-0
/
+1
*
o Modify IPFW and DUMMYNET administrative setsockopt() calls to use
rwatson
2001-09-26
1
-2
/
+5
*
Sync with the bridge/dummynet/ipfw code already tested in stable.
luigi
2001-02-10
1
-5
/
+5
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-3
/
+3
*
MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)
luigi
2001-02-02
1
-42
/
+44
*
Minor cleanups after yesterday's patch.
luigi
2001-01-26
1
-4
/
+2
*
Bring dummynet in line with the code that now works in -STABLE.
luigi
2001-01-26
1
-88
/
+125
*
Change critical section protection for dummynet from splnet() to
luigi
2001-01-22
1
-15
/
+45
*
Some dummynet patches that I forgot to commit last summer.
luigi
2001-01-16
1
-34
/
+71
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-10
/
+6
*
Fixup (hopefully) bridging + ipfw + dummynet together...
bmilekic
2000-11-23
1
-5
/
+5
[next]