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