| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | remove a leftover debugging message | Luigi Rizzo | 2010-03-29 | 1 | -1/+0 |
| * | Fix handling of set manipulations. | Luigi Rizzo | 2010-03-29 | 1 | -25/+36 |
| * | Honor ip.fw.one_pass when a packet comes out of a pipe without being delayed. | Luigi Rizzo | 2010-03-24 | 1 | -1/+5 |
| * | Add a priority-based packet scheduler. | Luigi Rizzo | 2010-03-21 | 2 | -1/+231 |
| * | no need for ipfw_flush_tables(), we just need ipfw_destroy_tables() | Luigi Rizzo | 2010-03-21 | 2 | -18/+6 |
| * | revise documentation | Luigi Rizzo | 2010-03-21 | 1 | -2/+21 |
| * | small fixes to estimate the buffer size when requesting all pipes/flows. | Luigi Rizzo | 2010-03-15 | 1 | -5/+9 |
| * | + implement (two lines) the kernel side of 'lookup dscp N' to use the | Luigi Rizzo | 2010-03-15 | 6 | -33/+59 |
| * | implement listing of a subset of pipes/queues/schedulers. | Luigi Rizzo | 2010-03-11 | 2 | -63/+147 |
| * | fix handling of commands issued by RELENG_7 version of /sbin/ipfw, | Luigi Rizzo | 2010-03-10 | 2 | -2/+4 |
| * | cosmetic changes and C++ compatibility | Luigi Rizzo | 2010-03-08 | 1 | -0/+18 |
| * | don't use C++ keywords as variable names | Luigi Rizzo | 2010-03-08 | 2 | -8/+8 |
| * | do not report an error unnecessarily | Luigi Rizzo | 2010-03-08 | 1 | -0/+1 |
| * | Not only flush the ipfw tables when unloading ipfw or tearing | Bjoern A. Zeeb | 2010-03-07 | 3 | -1/+17 |
| * | plug a memory leak on pipe's reconfiguration | Luigi Rizzo | 2010-03-05 | 1 | -20/+29 |
| * | fix a memory leak when deleting RED queues | Luigi Rizzo | 2010-03-05 | 1 | -0/+6 |
| * | portability fixes | Luigi Rizzo | 2010-03-04 | 2 | -2/+17 |
| * | don't use keywords as variable names. | Luigi Rizzo | 2010-03-04 | 1 | -7/+7 |
| * | use callout_drain() (outside the lock) when unloading the module. | Luigi Rizzo | 2010-03-04 | 1 | -4/+7 |
| * | improve compatibility with RELENG_7.2 | Luigi Rizzo | 2010-03-04 | 1 | -0/+14 |
| * | Bring in the most recent version of ipfw and dummynet, developed | Luigi Rizzo | 2010-03-02 | 25 | -1953/+8667 |
| * | remove recursive lock/unlock calls, we do them already before entering | Luigi Rizzo | 2010-02-17 | 1 | -6/+0 |
| * | Change 'me' to match any IPv6 address configured on an interface in | Hajimu UMEMOTO | 2010-01-17 | 1 | -8/+14 |
| * | we don't use dummynet_drain! | Luigi Rizzo | 2010-01-07 | 1 | -32/+5 |
| * | check that we have an ipv4 packet before swapping ip_len and ip_off. | Luigi Rizzo | 2010-01-07 | 1 | -2/+3 |
| * | Following up on a request from Ermal Luci to make | Luigi Rizzo | 2010-01-07 | 1 | -47/+1 |
| * | some header shuffling to help decoupling ip_divert from ipfw | Luigi Rizzo | 2010-01-07 | 5 | -11/+6 |
| * | put ip_len in correct order for ip_output(). | Luigi Rizzo | 2010-01-07 | 1 | -1/+2 |
| * | this file does not require ip_dummynet.h | Luigi Rizzo | 2010-01-05 | 1 | -1/+0 |
| * | Various cleanup done in ipfw3-head branch including: | Luigi Rizzo | 2010-01-04 | 8 | -245/+181 |
| * | we really need htonl() here, see the comment a few lines above in the code. | Luigi Rizzo | 2009-12-29 | 1 | -1/+1 |
| * | bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects | Luigi Rizzo | 2009-12-28 | 2 | -1/+1 |
| * | bring in several cleanups tested in ipfw3-head branch, namely: | Luigi Rizzo | 2009-12-28 | 8 | -433/+286 |
| * | readability fixes -- add braces on large blocks, remove unnecessary | Luigi Rizzo | 2009-12-28 | 1 | -28/+31 |
| * | explain details of operation of table lookups, and improve portability | Luigi Rizzo | 2009-12-28 | 1 | -4/+16 |
| * | diverted packet must re-enter _after_ the matching rule, | Luigi Rizzo | 2009-12-27 | 1 | -1/+1 |
| * | fix poor indentation resulting from a merge | Luigi Rizzo | 2009-12-24 | 1 | -14/+14 |
| * | mostly style changes, such as removal of trailing whitespace, | Luigi Rizzo | 2009-12-23 | 1 | -183/+152 |
| * | fix build with the new fast lookup structure. | Luigi Rizzo | 2009-12-23 | 1 | -79/+56 |
| * | fix build on 64-bit architectures. | Luigi Rizzo | 2009-12-23 | 1 | -15/+15 |
| * | merge code from ipfw3-head to reduce contention on the ipfw lock | Luigi Rizzo | 2009-12-22 | 6 | -387/+392 |
| * | some mostly cosmetic changes in preparation for upcoming work: | Luigi Rizzo | 2009-12-22 | 4 | -92/+89 |
| * | Added proper attribution. | Ruslan Ermilov | 2009-12-18 | 1 | -1/+1 |
| * | Add some experimental code to log traffic with tcpdump, | Luigi Rizzo | 2009-12-17 | 3 | -3/+79 |
| * | simplify and document lookup_next_rule() | Luigi Rizzo | 2009-12-17 | 1 | -43/+22 |
| * | simplify the code that finds the next rule after reinjections | Luigi Rizzo | 2009-12-17 | 1 | -18/+16 |
| * | remove a duplicate sysctl entry | Luigi Rizzo | 2009-12-16 | 1 | -4/+2 |
| * | bring back a couple of #include that are supplied by nesting, | Luigi Rizzo | 2009-12-16 | 2 | -1/+2 |
| * | Various cosmetic cleanup of the files: | Luigi Rizzo | 2009-12-16 | 9 | -143/+183 |
| * | Quick fix to make this compile: | Warner Losh | 2009-12-16 | 1 | -6/+0 |