| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Various cosmetic cleanup of the files: | luigi | 2009-12-16 | 9 | -143/+183 |
* | Quick fix to make this compile: | imp | 2009-12-16 | 1 | -6/+0 |
* | more splitting of ip_fw2.c, now extract the 'table' routines | luigi | 2009-12-15 | 4 | -1209/+1398 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 9 | -1531/+1853 |
* | implement a new match option, | luigi | 2009-12-15 | 1 | -0/+31 |
* | Throughout the network stack we have a few places of | bz | 2009-12-13 | 1 | -2/+2 |
* | use div64 when converting back the burst value for userland | luigi | 2009-12-10 | 1 | -1/+1 |
* | when draining a flowset free the entire chain, not just one packet. | luigi | 2009-12-10 | 1 | -1/+1 |
* | centralize the code to free a packet (or a chain) while in dummynet. | luigi | 2009-12-10 | 1 | -32/+27 |
* | Fix burst processing for WF2Q pipes - do not increase available burst size | oleg | 2009-12-05 | 1 | -1/+3 |
* | adjust comment in previous commit after Julian's explanation | luigi | 2009-12-05 | 1 | -8/+9 |
* | remove a dead block of code, document how the ipfw clients are | luigi | 2009-12-05 | 1 | -27/+28 |
* | fix build with VNET enabled | luigi | 2009-12-05 | 1 | -1/+1 |
* | Use INET_ADDRSTRLEN and INET6_ADDRSTRLEN rather than hard | ume | 2009-12-04 | 1 | -5/+23 |
* | preparation work to replace the monster switch in ipfw_chk() with | luigi | 2009-12-03 | 1 | -137/+203 |
* | Teach an IPv6 to the debug prints. | ume | 2009-12-03 | 1 | -14/+62 |
* | - initialize src_ip in the main loop to prevent a compiler warning | luigi | 2009-12-02 | 1 | -5/+8 |
* | Dispatch sockopt calls to ipfw and dummynet | luigi | 2009-12-02 | 1 | -0/+4 |
* | small changes for portability and diff reduction wrt/ FreeBSD 7. | luigi | 2009-12-02 | 1 | -15/+38 |
* | Teach an IPv6 to send_pkt() and ipfw_tick(). | ume | 2009-12-02 | 1 | -112/+166 |
* | Until this moment carp(4) used a strange logging priority. It used debug | glebius | 2009-12-02 | 1 | -16/+16 |
* | Add new sockopt names for ipfw and dummynet. | luigi | 2009-12-02 | 1 | -0/+8 |
* | change the type of the opcode from enum *:8 to u_int8_t | luigi | 2009-12-02 | 1 | -1/+1 |
* | Use the default stack size for the iterator thread. | tuexen | 2009-11-27 | 1 | -1/+1 |
* | Correct a comment. | bms | 2009-11-19 | 1 | -1/+1 |
* | Fix a bug where the system panics when a SHUTDOWN is received with an | tuexen | 2009-11-18 | 1 | -0/+3 |
* | Get rid of unused fields addr_over which is never really used, | tuexen | 2009-11-17 | 3 | -10/+0 |
* | Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY, | tuexen | 2009-11-17 | 4 | -10/+9 |