summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-61/+74
* Two main changes here:luigi2001-09-271-20/+20
* Include sys/proc.h for the definition of securelevel_ge().brooks2001-09-261-0/+1
* o Modify IPFW and DUMMYNET administrative setsockopt() calls to userwatson2001-09-261-2/+5
* Sync with the bridge/dummynet/ipfw code already tested in stable.luigi2001-02-101-5/+5
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-42/+44
* Minor cleanups after yesterday's patch.luigi2001-01-261-4/+2
* Bring dummynet in line with the code that now works in -STABLE.luigi2001-01-261-88/+125
* Change critical section protection for dummynet from splnet() toluigi2001-01-221-15/+45
* Some dummynet patches that I forgot to commit last summer.luigi2001-01-161-34/+71
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-10/+6
* Fixup (hopefully) bridging + ipfw + dummynet together...bmilekic2000-11-231-5/+5
* close PR 19544 - ipfw pipe delete causes panic when no pipes definedluigi2000-07-171-2/+2
* Fix behaviour of "ipfw pipe show" -- previous code gaveluigi2000-06-141-5/+10
* Implement WF2Q+ in dummynet.luigi2000-06-081-316/+1135
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-1/+10
* 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