| Commit message (Expand) | Author | Age | Files | Lines |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 2 | -2/+2 |
* | In timewait state, if the incoming segment is a pure in-sequence ack | jlemon | 2003-02-26 | 2 | -4/+8 |
* | The TCP protocol lock may still be held if the reassembly queue dropped FIN. | jlemon | 2003-02-26 | 2 | -2/+4 |
* | Fix a condition so that ip reassembly queues are emptied immediately | silby | 2003-02-26 | 1 | -1/+1 |
* | When generating a TCP response to a connection, not only test if the | rwatson | 2003-02-25 | 2 | -2/+2 |
* | style(9): join lines. | maxim | 2003-02-25 | 1 | -4/+2 |
* | Ip reassembly queue structure has ipq_nfrags now. Count a number of | maxim | 2003-02-25 | 1 | -7/+15 |
* | Hold the TCP protocol lock while modifying the connection hash table. | hsu | 2003-02-25 | 1 | -4/+4 |
* | Fix a comment which didn't match the new cookie behavior. | silby | 2003-02-24 | 1 | -1/+1 |
* | tcp_twstart() need to be called with the TCP protocol lock held to avoid | hsu | 2003-02-24 | 2 | -12/+16 |
* | Pass the right function to callout_reset() for a compressed | hsu | 2003-02-24 | 2 | -2/+2 |
* | Improve the security and performance of syncookies: | silby | 2003-02-23 | 1 | -26/+47 |
* | Yesterday just wasn't my day. Remove testing delta that crept into the diff. | jlemon | 2003-02-23 | 2 | -2/+2 |
* | Add a new config option IPSEC_FILTERGIF to control whether or not | sam | 2003-02-23 | 1 | -0/+7 |
* | Check to see if the TF_DELACK flag is set before returning from | jlemon | 2003-02-22 | 2 | -16/+14 |
* | Add the ability to limit the number of IP fragments allowed per packet, | silby | 2003-02-22 | 2 | -4/+29 |
* | - m = m_gethdr(M_NOWAIT, MT_HEADER); | phk | 2003-02-21 | 2 | -2/+2 |
* | The ancient and outdated concept of "privileged ports" in UNIX-type | cjc | 2003-02-21 | 1 | -2/+15 |
* | Remove unused variables in the IPSEC case. | jlemon | 2003-02-20 | 1 | -1/+0 |
* | Unbreak non-IPV6 compilation. | jlemon | 2003-02-19 | 2 | -8/+20 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 11 | -162/+984 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | jlemon | 2003-02-19 | 5 | -82/+71 |
* | Correct comments. | jlemon | 2003-02-19 | 2 | -14/+8 |
* | Clean up delayed acks and T/TCP interactions: | jlemon | 2003-02-19 | 3 | -59/+58 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 19 | -43/+43 |
* | o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socket | maxim | 2003-02-17 | 1 | -2/+2 |
* | Take advantage of pre-existing lock-free synchronization and type stable memory | hsu | 2003-02-15 | 3 | -11/+10 |
* | The protocol lock is always held in the dropafterack case, so we don't | hsu | 2003-02-13 | 2 | -4/+4 |
* | in_pcbnotifyall() requires an exclusive protocol lock for notify functions | hsu | 2003-02-12 | 1 | -7/+7 |
* | Properly document that syncache timer processing requires an | hsu | 2003-02-12 | 1 | -3/+3 |
* | s/IPSSEC/IPSEC/ | tanimura | 2003-02-11 | 1 | -1/+1 |
* | Get cosmetic changes out of the way before I add routing table SMP locks. | hsu | 2003-02-10 | 1 | -56/+47 |
* | Avoid multiply for preemptive arp calculation since it hits every | orion | 2003-02-08 | 1 | -6/+7 |
* | MFS 1.64.2.22: Re-enable non pre-emptive ARP requests. | orion | 2003-02-04 | 1 | -14/+15 |
* | Add the TCP flags to the log message whenever log_in_vain is 1, not | cjc | 2003-02-02 | 2 | -16/+6 |
* | Move a comment and optimize the frag timeout code a slight bit. | silby | 2003-02-01 | 1 | -3/+3 |
* | FAST_IPSEC bandaid: act like KAME and ignore ENOENT error codes from | sam | 2003-01-30 | 1 | -0/+9 |
* | remove the restriction on build a kernel with FAST_IPSEC and INET6; | sam | 2003-01-30 | 1 | -3/+0 |
* | Fix a bug with syncookies; previously, the syncache's MSS size was not | silby | 2003-01-29 | 1 | -2/+2 |
* | Check bounds for index before dereferencing memory past end of array. | phk | 2003-01-28 | 1 | -1/+1 |
* | Avoid lock order reversal by expanding the scope of the | hsu | 2003-01-28 | 1 | -15/+5 |
* | A few fixes to rev 1.221 | silby | 2003-01-28 | 1 | -9/+17 |
* | Merge the best parts of maxfragpackets and maxnipq together. (Both | silby | 2003-01-26 | 1 | -13/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 19 | -43/+43 |
* | De-anonymity a couple of messages I missed in a previous sweep. | maxim | 2003-01-20 | 1 | -2/+2 |
* | If the first action is O_LOG adjust a pointer to the real one, unbreaks | maxim | 2003-01-20 | 1 | -0/+2 |
* | Optimize away call to bzero() in the common case by directly checking | hsu | 2003-01-18 | 1 | -6/+3 |
* | Fix long-standing bug predating FreeBSD where calling connect() twice | hsu | 2003-01-18 | 1 | -1/+3 |
* | SMP locking for ARP. | hsu | 2003-01-17 | 1 | -6/+21 |
* | Introduce the ability to flag a sysctl for operation at secure level 2 or 3 | dillon | 2003-01-14 | 1 | -3/+3 |