| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a comment that IP source routing is not SMP and PREEMPTION safe. | andre | 2004-08-09 | 1 | -0/+1 |
* | Make a comment that "ipfw forward" is not SMP and PREEMPTION safe. | andre | 2004-08-09 | 1 | -0/+1 |
* | New ipfw option "antispoof": | andre | 2004-08-09 | 2 | -0/+12 |
* | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | rwatson | 2004-08-06 | 2 | -4/+4 |
* | When iterating the UDP inpcb list processing an inbound broadcast | rwatson | 2004-08-06 | 1 | -10/+9 |
* | Now that IPv6 performs basic in6pcb and inpcb locking, enable inpcb | rwatson | 2004-08-04 | 1 | -15/+0 |
* | Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next | marcus | 2004-08-04 | 2 | -2/+2 |
* | o Delayed checksums are now calculated in divert_packet() for diverted packets | andre | 2004-08-03 | 1 | -10/+0 |
* | o Move the inflight sysctls to their own sub-tree under net.inet.tcp to be | andre | 2004-08-03 | 2 | -10/+18 |
* | o Move all parts of the IP reassembly process into the function ip_reass() to | andre | 2004-08-03 | 2 | -116/+131 |
* | Fix bug with tracking the previous element in a list. | hsu | 2004-08-03 | 1 | -1/+1 |
* | Disallow a particular kind of port theft described by the following scenario: | yar | 2004-07-28 | 1 | -10/+1 |
* | Fix a bug in the sack code that was causing data to be retransmitted | jayanth | 2004-07-28 | 1 | -4/+13 |
* | Fix for a SACK bug where the very last segment retransmitted | jayanth | 2004-07-26 | 1 | -1/+1 |
* | compare pointer against NULL, not 0 | jmg | 2004-07-26 | 1 | -2/+2 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 5 | -8/+8 |
* | Extend versrcreach by checking against the rt_flags for RTF_REJECT and | andre | 2004-07-21 | 1 | -0/+6 |
* | M_PREPEND() the IP header on to the front of an outgoing raw IP packet | rwatson | 2004-07-20 | 1 | -1/+1 |
* | Let IN_FASTREOCOVERY macro decide if we are in recovery mode. | jayanth | 2004-07-19 | 3 | -9/+1 |
* | Fix a potential panic in the SACK code that was causing | jayanth | 2004-07-19 | 1 | -8/+29 |
* | Fix the !INET6 build. | dwmalone | 2004-07-17 | 1 | -0/+4 |
* | The tcp syncache code was leaving the IPv6 flowlabel uninitialised | dwmalone | 2004-07-17 | 2 | -6/+32 |
* | Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated | mlaier | 2004-07-17 | 1 | -11/+5 |
* | Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything from | jmallett | 2004-07-17 | 1 | -12/+0 |
* | when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set on | ume | 2004-07-16 | 1 | -2/+10 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 3 | -0/+4 |
* | Remove erroneous semicolons. | stefanf | 2004-07-13 | 2 | -2/+2 |
* | After each label in tcp_input(), assert the inpcbinfo and inpcb lock | rwatson | 2004-07-12 | 2 | -2/+34 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 1 | -6/+5 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 1 | -5/+6 |
* | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the | des | 2004-07-06 | 1 | -1/+2 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | des | 2004-07-06 | 12 | -52/+77 |
* | Rewrite twowords() to access its argument through a char pointer and not | des | 2004-07-06 | 1 | -3/+10 |
* | Temporarily lower WARNS to 3 while I figure out the alignment issues on | des | 2004-07-06 | 1 | -1/+1 |
* | Make libalias WARNS?=6-clean. This mostly involves renaming variables | des | 2004-07-05 | 15 | -676/+721 |
* | Parenthesize return values. | des | 2004-07-05 | 6 | -120/+120 |
* | Mechanical whitespace cleanup. | des | 2004-07-05 | 6 | -126/+126 |
* | Add LibAliasOutTry() which checks a packet for a hit in the tables, but | phk | 2004-07-04 | 2 | -16/+29 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -7/+7 |
* | On receiving 3 duplicate acknowledgements, SACK recovery was not being entere... | jayanth | 2004-07-01 | 2 | -14/+40 |
* | Bumped document date. | ru | 2004-07-01 | 1 | -5/+7 |
* | Rwatson, write 100 times for tomorrow: | phk | 2004-06-27 | 1 | -1/+1 |
* | Those are unneeded too. | pjd | 2004-06-27 | 1 | -1/+0 |
* | Add two missing includes and remove two uneeded. | pjd | 2004-06-27 | 1 | -1/+0 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | rwatson | 2004-06-26 | 6 | -27/+51 |
* | Remove spl's from TCP protocol entry points. While not all locking | rwatson | 2004-06-26 | 1 | -32/+1 |
* | White space & spelling fixes | ps | 2004-06-25 | 2 | -6/+6 |
* | Whitespace. | bms | 2004-06-25 | 1 | -3/+3 |
* | Broaden scope of the socket buffer lock when processing an ACK so that | rwatson | 2004-06-24 | 2 | -4/+8 |
* | Protect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv), and broaden | rwatson | 2004-06-24 | 2 | -8/+6 |