summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Allocate memory when dumping pipes with M_WAITOK flag.pjd2004-08-251-9/+33
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-35/+7
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* When asserting non-Giant locks in the network stack, also assertrwatson2004-06-241-1/+4
* Add some missing DUMMYNET_UNLOCK() in config_pipe().mlaier2004-03-031-2/+7
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-91/+128
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-125/+91
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-91/+125
* o Fix a comment: softticks lives in sys/kern/kern_timeout.c.maxim2003-12-271-1/+1
* Do not panic when flushing dummynet firewall rulesemax2003-12-061-1/+1
* Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routinessam2003-11-231-1/+1
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-3/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-6/+5
* o add locking to protect routing table refcnt manipulationssam2003-10-291-16/+18
* Drop dummynet lock when calling back into the network stack to deliversam2003-10-161-0/+5
* Minor fixups + add locking.sam2003-09-171-65/+120
* o Fix a typo in previous commit.maxim2003-07-311-1/+1
* o Do not overwrite saved interrupt priority level by alloc_hash(),maxim2003-07-251-6/+8
* Remove a stale comment, fix indentation.luigi2003-06-281-8/+5
* Fix typo in a (commented out) debugging string.luigi2003-06-231-1/+1
* Change handling to support strong alignment architectures such as alpha andticso2003-06-041-0/+8
* Fix indentation.maxim2003-03-271-2/+2
* o Protect set_fs_param() by splimp(9).maxim2003-03-271-7/+17
* 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
OpenPOWER on IntegriCloud