aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Sync with the bridge/dummynet/ipfw code already tested in stable.Luigi Rizzo2001-02-101-5/+5
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-3/+3
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)Luigi Rizzo2001-02-021-42/+44
* Minor cleanups after yesterday's patch.Luigi Rizzo2001-01-261-4/+2
* Bring dummynet in line with the code that now works in -STABLE.Luigi Rizzo2001-01-261-87/+124
* Change critical section protection for dummynet from splnet() toLuigi Rizzo2001-01-221-15/+45
* Some dummynet patches that I forgot to commit last summer.Luigi Rizzo2001-01-161-34/+71
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-10/+6
* Fixup (hopefully) bridging + ipfw + dummynet together...Bosko Milekic2000-11-231-5/+5
* close PR 19544 - ipfw pipe delete causes panic when no pipes definedLuigi Rizzo2000-07-171-2/+2
* Fix behaviour of "ipfw pipe show" -- previous code gaveLuigi Rizzo2000-06-141-5/+10
* Implement WF2Q+ in dummynet.Luigi Rizzo2000-06-081-316/+1135
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-1/+10
* Forgot one line: don't try to match flags when looking for a flow.Luigi Rizzo2000-02-111-0/+1
* Support for stateful (dynamic) ipfw rules. They are veryLuigi Rizzo2000-02-101-28/+38
* Fix a (mostly harmless) scheduling-in-the-past problem withLuigi Rizzo2000-02-041-6/+6
* Implement per-flow queueing. Using a single pipe config rule,Luigi Rizzo2000-01-081-358/+668
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-2/+8
* RTFREE the correct route entry in dummynet_io(). The previousLuigi Rizzo1999-11-261-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a printf() formatter to match its variable.Bill Fumerola1999-08-171-2/+2
* Add spl() protection to remove that the timer is invoked multipleLuigi Rizzo1999-08-111-3/+5
* Fix two warnings; and note a problem where a pointer is stored in anPeter Wemm1999-05-061-4/+4
* Free the dummynet descriptor in ip_dummynet, not in the calledLuigi Rizzo1999-05-041-4/+5
* assorted dummynet cleanup:Luigi Rizzo1999-05-041-24/+34
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-10/+5
* Convert the dummynet lkm code to be kld aware (this isn't actually usedPeter Wemm1999-04-171-26/+27
* Use the correct length from the mbuf header instead of the one fromLuigi Rizzo1999-03-261-9/+9
* add missing #include "opt_bdg.h"Luigi Rizzo1999-03-241-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(Eivind Eklund1999-01-121-3/+3
* Avoid unnecessary GCCism - I hadn't noticed the __unused macro.Eivind Eklund1999-01-121-2/+3
* * Print pointers using the correct type (%p) instead of %x.Eivind Eklund1999-01-121-6/+8
* Add a missing bzero which could be the source of instabilityLuigi Rizzo1999-01-111-12/+21
* Remove some unused variables.Luigi Rizzo1998-12-311-4/+4
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-51/+64
* Bring in new files for dummynet supportLuigi Rizzo1998-09-121-0/+609