| Commit message (Expand) | Author | Age | Files | Lines |
| * | move kernel ipfw-related sources to a separate directory, | Luigi Rizzo | 2009-06-05 | 1 | -2371/+0 |
| * | Small changes (no actual code changes) in preparation of moving ipfw-related | Luigi Rizzo | 2009-06-05 | 1 | -4/+6 |
| * | Add emulation of delay profiles, which lets you model various | Luigi Rizzo | 2009-04-09 | 1 | -18/+112 |
| * | curr_time is a 64 bit variable so SYSCTL_LONG is not appropriate | Luigi Rizzo | 2009-03-02 | 1 | -0/+2 |
| * | remove unnecessary #include, and document some of the others | Luigi Rizzo | 2009-02-13 | 1 | -8/+8 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
| * | Consistently check IPFW and DUMMYNET privileges in the configuration | Robert Watson | 2008-05-22 | 1 | -0/+5 |
| * | Dummynet has a limit of 100 slots queue size (or 1MB, if you give | David Malone | 2008-02-27 | 1 | -2/+9 |
| * | Workaround p->numbytes overflow, which can result in infinite loop inside | Oleg Bulyzhin | 2007-12-25 | 1 | -7/+22 |
| * | - New sysctl variable: net.inet.ip.dummynet.io_fast | Oleg Bulyzhin | 2007-11-17 | 1 | -3/+6 |
| * | 1) dummynet_io() declaration has changed. | Oleg Bulyzhin | 2007-11-06 | 1 | -7/+37 |
| * | style(9) cleanup. | Oleg Bulyzhin | 2007-11-06 | 1 | -332/+342 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -2/+3 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -7/+1 |
| * | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | Robert Watson | 2007-07-28 | 1 | -1/+1 |
| * | Replace incorrect local OFFSET_OF macro with the correct and generic | Matt Jacob | 2007-06-17 | 1 | -1/+1 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -5/+7 |
| * | - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70 | Oleg Bulyzhin | 2006-10-29 | 1 | -34/+31 |
| * | - Convert | Oleg Bulyzhin | 2006-10-27 | 1 | -5/+62 |
| * | Use separate thread for servicing dummynet(4). | Oleg Bulyzhin | 2006-10-27 | 1 | -3/+32 |
| * | style(9) cleanup. | Oleg Bulyzhin | 2006-10-27 | 1 | -326/+349 |
| * | Fix following rules: pipe X (tag|altq) Y ... | Oleg Bulyzhin | 2006-06-08 | 1 | -0/+4 |
| * | Obey opt_inet6.h in kernel build directory. | Hajimu UMEMOTO | 2006-02-20 | 1 | -2/+0 |
| * | When sending a packet from dummynet, indicate that we're forwarding | Ruslan Ermilov | 2006-02-14 | 1 | -5/+2 |
| * | Dropping the lock in the transmit_event() is not safe, because we | Gleb Smirnoff | 2006-02-03 | 1 | -94/+115 |
| * | Axe unused function. | Gleb Smirnoff | 2006-02-03 | 1 | -38/+0 |
| * | First step in removing welding between ipfw(4) and dummynet. | Gleb Smirnoff | 2005-11-29 | 1 | -281/+276 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -23/+0 |
| * | Use monotonic 'time_uptime' instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -2/+2 |
| * | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | Andrew Thompson | 2005-06-10 | 1 | -0/+10 |
| * | IPFW version 2 is the only option in HEAD and RELENG_5. | Gleb Smirnoff | 2005-05-04 | 1 | -19/+0 |
| * | Make DUMMYNET compile without INET6 | Poul-Henning Kamp | 2005-04-19 | 1 | -0/+8 |
| * | Add IPv6 support to IPFW and Dummynet. | Brooks Davis | 2005-04-18 | 1 | -14/+69 |
| * | Use ACTION_PTR(r) instead of (r->cmd + r->act_ofs). | Brooks Davis | 2005-04-06 | 1 | -2/+2 |
| * | Make dummynet_flush() match its prototype. | Brooks Davis | 2005-04-05 | 1 | -1/+1 |
| * | Use NET_CALLOUT_MPSAFE macro. | Gleb Smirnoff | 2005-03-01 | 1 | -1/+1 |
| * | - Reduce number of arguments passed to dummynet_io(), we already have cookie | Gleb Smirnoff | 2005-01-16 | 1 | -4/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Allocate memory when dumping pipes with M_WAITOK flag. | Pawel Jakub Dawidek | 2004-08-25 | 1 | -9/+33 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -35/+7 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+1 |
| * | When asserting non-Giant locks in the network stack, also assert | Robert Watson | 2004-06-24 | 1 | -1/+4 |
| * | Add some missing DUMMYNET_UNLOCK() in config_pipe(). | Max Laier | 2004-03-03 | 1 | -2/+7 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -91/+128 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -125/+91 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -91/+125 |
| * | o Fix a comment: softticks lives in sys/kern/kern_timeout.c. | Maxim Konovalov | 2003-12-27 | 1 | -1/+1 |
| * | Do not panic when flushing dummynet firewall rules | Maksim Yevmenkin | 2003-12-06 | 1 | -1/+1 |
| * | Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routines | Sam Leffler | 2003-11-23 | 1 | -1/+1 |
| * | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | Sam Leffler | 2003-11-08 | 1 | -3/+1 |