aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Ruslan's fix to IP fragment handling in dummynet to RELENG_5.Gleb Smirnoff2006-02-271-4/+1
* MFC if_bridge support codeAndrew Thompson2005-10-031-0/+10
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* Allocate memory when dumping pipes with M_WAITOK flag.Pawel Jakub Dawidek2004-09-141-9/+33
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-35/+7
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* When asserting non-Giant locks in the network stack, also assertRobert Watson2004-06-241-1/+4
* Add some missing DUMMYNET_UNLOCK() in config_pipe().Max Laier2004-03-031-2/+7
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-91/+128
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-125/+91
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-91/+125
* o Fix a comment: softticks lives in sys/kern/kern_timeout.c.Maxim Konovalov2003-12-271-1/+1
* Do not panic when flushing dummynet firewall rulesMaksim Yevmenkin2003-12-061-1/+1
* Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routinesSam Leffler2003-11-231-1/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-3/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-6/+5
* o add locking to protect routing table refcnt manipulationsSam Leffler2003-10-291-16/+18
* Drop dummynet lock when calling back into the network stack to deliverSam Leffler2003-10-161-0/+5
* Minor fixups + add locking.Sam Leffler2003-09-171-65/+120
* o Fix a typo in previous commit.Maxim Konovalov2003-07-311-1/+1
* o Do not overwrite saved interrupt priority level by alloc_hash(),Maxim Konovalov2003-07-251-6/+8
* Remove a stale comment, fix indentation.Luigi Rizzo2003-06-281-8/+5
* Fix typo in a (commented out) debugging string.Luigi Rizzo2003-06-231-1/+1
* Change handling to support strong alignment architectures such as alpha andBernd Walter2003-06-041-0/+8
* Fix indentation.Maxim Konovalov2003-03-271-2/+2
* o Protect set_fs_param() by splimp(9).Maxim Konovalov2003-03-271-7/+17
* De-anonymity a couple of messages I missed in a previous sweep.Maxim Konovalov2003-01-201-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* o De-anonymity dummynet(4) and ipfw(4) messages, prepend themMaxim Konovalov2002-12-241-30/+31
* o Trim EOL whitespaces.Maxim Konovalov2002-12-151-22/+22
* o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).Maxim Konovalov2002-12-151-7/+7
* track changes to not strip the Ethernet header from input packetsSam Leffler2002-11-141-8/+5
* Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger thanMaxim Konovalov2002-11-131-1/+6
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-121-2/+2
* Kernel support for a dummynet option:Luigi Rizzo2002-08-151-1/+1
* Fix a panic when doing "ipfw add pipe 1 log ..."Luigi Rizzo2002-07-171-5/+30
* Change one variable to make it easier to switch between ipfw and ipfw2Luigi Rizzo2002-07-091-5/+3
* Forgot to update one field name in one of the latest commits.Luigi Rizzo2002-07-081-2/+2
* The new ipfw code.Luigi Rizzo2002-06-271-30/+26
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-44/+39
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-131-5/+27
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-24/+38
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-61/+74
* Two main changes here:Luigi Rizzo2001-09-271-20/+20
* Include sys/proc.h for the definition of securelevel_ge().Brooks Davis2001-09-261-0/+1
* o Modify IPFW and DUMMYNET administrative setsockopt() calls to useRobert Watson2001-09-261-2/+5
* 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