| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a lot of duplicated code for NR-SACK handle. | tuexen | 2010-01-17 | 6 | -1945/+241 |
* | Bug fix: If the allocation of a socket failed and we | rrs | 2010-01-17 | 1 | -1/+7 |
* | Pulls out another leaked windows ifdef that somehow | rrs | 2010-01-17 | 1 | -6/+0 |
* | This change syncs up the socketAPI stream-reset | rrs | 2010-01-17 | 2 | -15/+18 |
* | More leaked ifdefs for APPLE and its mobility stuff. | rrs | 2010-01-17 | 1 | -12/+0 |
* | Remove another set of "leaked" ifdefs that somehow found | rrs | 2010-01-17 | 1 | -4/+0 |
* | Remove strange APPLE define that leaked | rrs | 2010-01-17 | 1 | -12/+0 |
* | Garbage collect references to the no longer implemented tcp_fasttimo(). | bz | 2010-01-17 | 1 | -1/+0 |
* | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | bz | 2010-01-17 | 1 | -0/+7 |
* | Change 'me' to match any IPv6 address configured on an interface in | ume | 2010-01-17 | 1 | -8/+14 |
* | Get rid of support of an old version of the SCTP-AUTH draft. | tuexen | 2010-01-16 | 6 | -535/+2 |
* | Ensure an address is removed from the interface address | qingli | 2010-01-08 | 1 | -1/+1 |
* | Complete the swap of carp(4) log levels and document the change. | ru | 2010-01-08 | 1 | -2/+2 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 4 | -4/+4 |
* | we don't use dummynet_drain! | luigi | 2010-01-07 | 1 | -32/+5 |
* | check that we have an ipv4 packet before swapping ip_len and ip_off. | luigi | 2010-01-07 | 1 | -2/+3 |
* | Following up on a request from Ermal Luci to make | luigi | 2010-01-07 | 4 | -77/+72 |
* | some header shuffling to help decoupling ip_divert from ipfw | luigi | 2010-01-07 | 5 | -11/+6 |
* | put ip_len in correct order for ip_output(). | luigi | 2010-01-07 | 1 | -1/+2 |
* | this file does not require ip_dummynet.h | luigi | 2010-01-05 | 1 | -1/+0 |
* | An existing incomplete ARP entry would expire a subsequent | qingli | 2010-01-05 | 1 | -10/+16 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 11 | -326/+225 |
* | Correct usage of parenthesis. | tuexen | 2010-01-04 | 1 | -2/+2 |
* | Avoid NULL dereference in arpresolve. | np | 2010-01-03 | 1 | -2/+2 |
* | Consolidate the route message generation code for when address | qingli | 2009-12-30 | 1 | -48/+49 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -8/+44 |
* | Make sure the multicast forwarding cache entry's stall queue is properly | syrinx | 2009-12-30 | 1 | -0/+9 |
* | we really need htonl() here, see the comment a few lines above in the code. | luigi | 2009-12-29 | 1 | -1/+1 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 2 | -3/+3 |
* | Make the compiler happy after r201125: | bz | 2009-12-28 | 1 | -1/+1 |
* | introduce a local variable rte acting as a cache of ro->ro_rt | luigi | 2009-12-28 | 1 | -18/+22 |
* | + remove an unused #define print_ip; | luigi | 2009-12-28 | 1 | -19/+13 |
* | bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects | luigi | 2009-12-28 | 2 | -1/+1 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 10 | -458/+318 |
* | readability fixes -- add braces on large blocks, remove unnecessary | luigi | 2009-12-28 | 1 | -28/+31 |
* | explain details of operation of table lookups, and improve portability | luigi | 2009-12-28 | 1 | -4/+16 |
* | diverted packet must re-enter _after_ the matching rule, | luigi | 2009-12-27 | 1 | -1/+1 |
* | fix poor indentation resulting from a merge | luigi | 2009-12-24 | 1 | -14/+14 |
* | mostly style changes, such as removal of trailing whitespace, | luigi | 2009-12-23 | 1 | -183/+152 |
* | fix build with the new fast lookup structure. | luigi | 2009-12-23 | 1 | -79/+56 |
* | fix build on 64-bit architectures. | luigi | 2009-12-23 | 1 | -15/+15 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 8 | -389/+395 |
* | - Rename the __tcpi_(snd|rcv)_mss fields of the tcp_info structure to remove | jhb | 2009-12-22 | 2 | -6/+8 |
* | some mostly cosmetic changes in preparation for upcoming work: | luigi | 2009-12-22 | 4 | -92/+89 |
* | Added proper attribution. | ru | 2009-12-18 | 1 | -1/+1 |
* | Add some experimental code to log traffic with tcpdump, | luigi | 2009-12-17 | 3 | -3/+79 |
* | simplify and document lookup_next_rule() | luigi | 2009-12-17 | 1 | -43/+22 |
* | simplify the code that finds the next rule after reinjections | luigi | 2009-12-17 | 1 | -18/+16 |
* | remove a duplicate sysctl entry | luigi | 2009-12-16 | 1 | -4/+2 |
* | bring back a couple of #include that are supplied by nesting, | luigi | 2009-12-16 | 2 | -1/+2 |