summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* De-anonymity a couple of messages I missed in a previous sweep.maxim2003-01-201-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* o De-anonymity dummynet(4) and ipfw(4) messages, prepend themmaxim2002-12-241-30/+31
* o Trim EOL whitespaces.maxim2002-12-151-22/+22
* o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).maxim2002-12-151-7/+7
* track changes to not strip the Ethernet header from input packetssam2002-11-141-8/+5
* Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger thanmaxim2002-11-131-1/+6
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-121-2/+2
* Kernel support for a dummynet option:luigi2002-08-151-1/+1
* Fix a panic when doing "ipfw add pipe 1 log ..."luigi2002-07-171-5/+30
* Change one variable to make it easier to switch between ipfw and ipfw2luigi2002-07-091-5/+3
* Forgot to update one field name in one of the latest commits.luigi2002-07-081-2/+2
* The new ipfw code.luigi2002-06-271-30/+26
* Remove (almost all) global variables that were used to holdluigi2002-06-221-45/+40
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-131-5/+27
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-24/+38
* 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
OpenPOWER on IntegriCloud