| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remember to initialize the control block head mutex. | hsu | 2002-06-11 | 2 | -0/+2 |
* | Fix typo. | hsu | 2002-06-11 | 1 | -2/+2 |
* | Every array elt is initialized in the following loop, so remove | hsu | 2002-06-10 | 1 | -1/+1 |
* | Lock up inpcb. | hsu | 2002-06-10 | 14 | -117/+665 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 15 | -499/+120 |
* | Avoid unintentional trigraph. | wollman | 2002-05-30 | 1 | -1/+1 |
* | - Change the newly turned INVARIANTS #ifdef blocks (they were changed from | arr | 2002-05-21 | 3 | -24/+16 |
* | - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanity | arr | 2002-05-20 | 1 | -3/+3 |
* | - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Use | arr | 2002-05-20 | 1 | -2/+3 |
* | - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this line | arr | 2002-05-20 | 1 | -1/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 15 | -120/+499 |
* | Reset token-ring source routing control field on receipt of ethernet frame | kbyanc | 2002-05-15 | 1 | -0/+1 |
* | Modify the arguments to syncache_socket() to include the mbuf (m) that | rwatson | 2002-05-14 | 1 | -4/+6 |
* | Add ipfw hooks to ether_demux() and ether_output_frame(). | luigi | 2002-05-13 | 2 | -5/+29 |
* | Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags | luigi | 2002-05-13 | 2 | -12/+1 |
* | Add code to match MAC header fields (at the moment supported on | luigi | 2002-05-12 | 1 | -62/+108 |
* | s/demon/daemon/ | dd | 2002-05-12 | 2 | -3/+3 |
* | Remove some duplicate types that should have been removed as part of | mike | 2002-05-11 | 1 | -40/+0 |
* | Cleanup the interface to ip_fw_chk, two of the input arguments | luigi | 2002-05-09 | 4 | -104/+108 |
* | Move ISO88025 source routing information into sockaddr_dl's sdl_data | kbyanc | 2002-05-07 | 1 | -8/+7 |
* | Revised MLD-related definitions | ume | 2002-05-06 | 1 | -16/+40 |
* | Indentation and comments cleanup, no functional change. | luigi | 2002-05-05 | 1 | -51/+58 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 4 | -27/+1 |
* | Fix some edge cases where bad string handling could occur. | alfred | 2002-05-01 | 1 | -0/+4 |