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
*
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
*
close PR 19544 - ipfw pipe delete causes panic when no pipes defined
luigi
2000-07-17
1
-2
/
+2
*
Fix behaviour of "ipfw pipe show" -- previous code gave
luigi
2000-06-14
1
-5
/
+10
*
Implement WF2Q+ in dummynet.
luigi
2000-06-08
1
-316
/
+1135
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-1
/
+10
*
Forgot one line: don't try to match flags when looking for a flow.
luigi
2000-02-11
1
-0
/
+1
*
Support for stateful (dynamic) ipfw rules. They are very
luigi
2000-02-10
1
-28
/
+38
*
Fix a (mostly harmless) scheduling-in-the-past problem with
luigi
2000-02-04
1
-6
/
+6
*
Implement per-flow queueing. Using a single pipe config rule,
luigi
2000-01-08
1
-360
/
+670
*
IPSEC support in the kernel.
shin
1999-12-22
1
-2
/
+8
*
RTFREE the correct route entry in dummynet_io(). The previous
luigi
1999-11-26
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a printf() formatter to match its variable.
billf
1999-08-17
1
-2
/
+2
*
Add spl() protection to remove that the timer is invoked multiple
luigi
1999-08-11
1
-3
/
+5
*
Fix two warnings; and note a problem where a pointer is stored in an
peter
1999-05-06
1
-4
/
+4
*
Free the dummynet descriptor in ip_dummynet, not in the called
luigi
1999-05-04
1
-4
/
+5
*
assorted dummynet cleanup:
luigi
1999-05-04
1
-24
/
+34
*
Tidy up some stray / unused stuff in the IPFW package and friends.
peter
1999-04-20
1
-10
/
+5
*
Convert the dummynet lkm code to be kld aware (this isn't actually used
peter
1999-04-17
1
-26
/
+27
*
Use the correct length from the mbuf header instead of the one from
luigi
1999-03-26
1
-9
/
+9
*
add missing #include "opt_bdg.h"
luigi
1999-03-24
1
-1
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(
eivind
1999-01-12
1
-3
/
+3
*
Avoid unnecessary GCCism - I hadn't noticed the __unused macro.
eivind
1999-01-12
1
-2
/
+3
*
* Print pointers using the correct type (%p) instead of %x.
eivind
1999-01-12
1
-6
/
+8
*
Add a missing bzero which could be the source of instability
luigi
1999-01-11
1
-12
/
+21
*
Remove some unused variables.
luigi
1998-12-31
1
-4
/
+4
*
Last bits (i think) of dummynet for -current.
luigi
1998-12-14
1
-51
/
+64
*
Bring in new files for dummynet support
luigi
1998-09-12
1
-0
/
+609