summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* move kernel ipfw-related sources to a separate directory,luigi2009-06-051-2371/+0
* Small changes (no actual code changes) in preparation of moving ipfw-relatedluigi2009-06-051-4/+6
* Add emulation of delay profiles, which lets you model variousluigi2009-04-091-18/+112
* curr_time is a 64 bit variable so SYSCTL_LONG is not appropriateluigi2009-03-021-0/+2
* remove unnecessary #include, and document some of the othersluigi2009-02-131-8/+8
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Consistently check IPFW and DUMMYNET privileges in the configurationrwatson2008-05-221-0/+5
* Dummynet has a limit of 100 slots queue size (or 1MB, if you givedwmalone2008-02-271-2/+9
* Workaround p->numbytes overflow, which can result in infinite loop insideoleg2007-12-251-7/+22
* - New sysctl variable: net.inet.ip.dummynet.io_fastoleg2007-11-171-3/+6
* 1) dummynet_io() declaration has changed.oleg2007-11-061-7/+37
* style(9) cleanup.oleg2007-11-061-340/+350
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-7/+1
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-1/+1
* Replace incorrect local OFFSET_OF macro with the correct and genericmjacob2007-06-171-1/+1
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-5/+7
* - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70oleg2006-10-291-34/+31
* - Convertoleg2006-10-271-5/+62
* Use separate thread for servicing dummynet(4).oleg2006-10-271-3/+32
* style(9) cleanup.oleg2006-10-271-330/+353
* Fix following rules: pipe X (tag|altq) Y ...oleg2006-06-081-0/+4
* Obey opt_inet6.h in kernel build directory.ume2006-02-201-2/+0
* When sending a packet from dummynet, indicate that we're forwardingru2006-02-141-5/+2
* Dropping the lock in the transmit_event() is not safe, because weglebius2006-02-031-94/+115
* Axe unused function.glebius2006-02-031-38/+0
* First step in removing welding between ipfw(4) and dummynet.glebius2005-11-291-285/+280
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-23/+0
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-2/+2
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-101-0/+10
* IPFW version 2 is the only option in HEAD and RELENG_5.glebius2005-05-041-19/+0
* Make DUMMYNET compile without INET6phk2005-04-191-0/+8
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-14/+69
* Use ACTION_PTR(r) instead of (r->cmd + r->act_ofs).brooks2005-04-061-2/+2
* Make dummynet_flush() match its prototype.brooks2005-04-051-1/+1
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-011-1/+1
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-161-4/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* 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
OpenPOWER on IntegriCloud