aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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