| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce two new sysctl's: | Matthew Dillon | 2002-07-18 | 4 | -6/+35 |
* | Move IPFW2 definition before including ip_fw.h | Luigi Rizzo | 2002-07-18 | 1 | -32/+30 |
* | I don't know how the minimum retransmit timeout managed to get set to | Matthew Dillon | 2002-07-17 | 1 | -1/+7 |
* | Fix a panic when doing "ipfw add pipe 1 log ..." | Luigi Rizzo | 2002-07-17 | 2 | -6/+31 |
* | Implement keepalives for dynamic rules, so they will not expire | Luigi Rizzo | 2002-07-14 | 2 | -107/+150 |
* | Avoid dereferencing a null pointer in ro_rt. | Luigi Rizzo | 2002-07-12 | 1 | -2/+3 |
* | Back out the previous change, since it looks like locking udbinfo provides | Don Lewis | 2002-07-12 | 1 | -8/+1 |
* | Lock inp while we're accessing it. | Don Lewis | 2002-07-12 | 1 | -1/+8 |
* | Defer calling SYSCTL_OUT() until after the locks have been released. | Don Lewis | 2002-07-11 | 3 | -5/+10 |
* | Reduce the nesting level of a code block that doesn't need to be in | Don Lewis | 2002-07-11 | 2 | -26/+20 |
* | Change one variable to make it easier to switch between ipfw and ipfw2 | Luigi Rizzo | 2002-07-09 | 1 | -5/+3 |
* | Fix a bug caused by dereferencing an invalid pointer when | Luigi Rizzo | 2002-07-08 | 1 | -62/+65 |
* | No functional changes, but: | Luigi Rizzo | 2002-07-08 | 1 | -279/+267 |
* | Remove one unused command name. | Luigi Rizzo | 2002-07-08 | 1 | -1/+0 |
* | Forgot to update one field name in one of the latest commits. | Luigi Rizzo | 2002-07-08 | 1 | -2/+2 |
* | Implement the last 2-3 missing instructions for ipfw, | Luigi Rizzo | 2002-07-05 | 2 | -36/+111 |
* | Remove trailing whitespace | Brian Somers | 2002-07-01 | 10 | -142/+142 |
* | Extend the effect of the sysctl net.inet.tcp.icmp_may_rst | Jesper Skriver | 2002-06-30 | 2 | -2/+2 |
* | One possible code path for syncache_respond() is: | Jonathan Lemon | 2002-06-28 | 1 | -1/+7 |
* | Fix warning. | Doug Rabson | 2002-06-28 | 1 | -1/+1 |
* | The new ipfw code. | Luigi Rizzo | 2002-06-27 | 4 | -276/+2952 |
* | Warning fixes for 64 bits platforms. With this last fix, | Maxime Henrion | 2002-06-27 | 2 | -2/+2 |
* | Just a comment on some additional consistency checks that could | Luigi Rizzo | 2002-06-26 | 1 | -0/+5 |
* | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -2/+44 |
* | Avoid unlocking the inp twice if badport_bandlim() returns -1. | Jeffrey Hsu | 2002-06-24 | 2 | -4/+8 |
* | Style bug: fix 4 space indentations that should have been tabs. | Jeffrey Hsu | 2002-06-24 | 2 | -10/+10 |
* | Slightly restructure the #ifdef INET6 sections to make the code | Luigi Rizzo | 2002-06-23 | 1 | -31/+19 |
* | Move two global variables to automatic variables within the | Luigi Rizzo | 2002-06-23 | 2 | -4/+6 |
* | Move some global variables in more appropriate places. | Luigi Rizzo | 2002-06-23 | 1 | -3/+28 |
* | fix bad indentation and whitespace resulting from cut&paste | Luigi Rizzo | 2002-06-23 | 2 | -26/+25 |
* | fix indentation of a comment | Luigi Rizzo | 2002-06-23 | 1 | -1/+1 |
* | fix a typo in a comment | Luigi Rizzo | 2002-06-23 | 1 | -1/+1 |
* | Remove ip_fw_fwd_addr (forgotten in previous commit) | Luigi Rizzo | 2002-06-23 | 1 | -7/+5 |
* | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 10 | -410/+442 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | Jeffrey Hsu | 2002-06-21 | 1 | -5/+2 |
* | TCP notify functions can change the pcb list. | Jeffrey Hsu | 2002-06-21 | 2 | -4/+4 |
* | Solve the 'unregistered netisr 18' information notice with a sledgehammer. | Peter Wemm | 2002-06-20 | 1 | -4/+7 |
* | Remove so*_locked(), which were backed out by mistake. | Seigo Tanimura | 2002-06-18 | 4 | -6/+6 |
* | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 7 | -40/+65 |
* | Re-commit w/fix: | Mike Silbersack | 2002-06-14 | 3 | -3/+18 |
* | Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :) | Mike Silbersack | 2002-06-14 | 3 | -20/+1 |
* | Ensure that the syn cache's syn-ack packets contain the same | Mike Silbersack | 2002-06-14 | 3 | -1/+20 |
* | Because we're holding an exclusive write lock on the head, references to | Jeffrey Hsu | 2002-06-13 | 1 | -3/+0 |
* | The UDP head was unlocked too early in one unicast case. | Jeffrey Hsu | 2002-06-12 | 1 | -10/+10 |
* | Fix logic which resulted in missing a call to INP_UNLOCK(). | Jeffrey Hsu | 2002-06-12 | 2 | -10/+4 |
* | Fix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK. | Jeffrey Hsu | 2002-06-12 | 1 | -4/+2 |
* | Remember to initialize the control block head mutex. | Jeffrey Hsu | 2002-06-11 | 2 | -0/+2 |
* | Fix typo. | Jeffrey Hsu | 2002-06-11 | 1 | -2/+2 |
* | Every array elt is initialized in the following loop, so remove | Jeffrey Hsu | 2002-06-10 | 1 | -1/+1 |
* | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 14 | -117/+665 |