summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Forgot one line: don't try to match flags when looking for a flow.luigi2000-02-111-0/+1
* Support for stateful (dynamic) ipfw rules. They are veryluigi2000-02-101-28/+38
* Fix a (mostly harmless) scheduling-in-the-past problem withluigi2000-02-041-6/+6
* Implement per-flow queueing. Using a single pipe config rule,luigi2000-01-081-360/+670
* IPSEC support in the kernel.shin1999-12-221-2/+8
* RTFREE the correct route entry in dummynet_io(). The previousluigi1999-11-261-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a printf() formatter to match its variable.billf1999-08-171-2/+2
* Add spl() protection to remove that the timer is invoked multipleluigi1999-08-111-3/+5
* Fix two warnings; and note a problem where a pointer is stored in anpeter1999-05-061-4/+4
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-4/+5
* assorted dummynet cleanup:luigi1999-05-041-24/+34
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-10/+5
* Convert the dummynet lkm code to be kld aware (this isn't actually usedpeter1999-04-171-26/+27
* Use the correct length from the mbuf header instead of the one fromluigi1999-03-261-9/+9
* add missing #include "opt_bdg.h"luigi1999-03-241-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(eivind1999-01-121-3/+3
* Avoid unnecessary GCCism - I hadn't noticed the __unused macro.eivind1999-01-121-2/+3
* * Print pointers using the correct type (%p) instead of %x.eivind1999-01-121-6/+8
* Add a missing bzero which could be the source of instabilityluigi1999-01-111-12/+21
* Remove some unused variables.luigi1998-12-311-4/+4
* Last bits (i think) of dummynet for -current.luigi1998-12-141-51/+64
* Bring in new files for dummynet supportluigi1998-09-121-0/+609
OpenPOWER on IntegriCloud