| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to make the MBUF_FRAG_TEST code work better. | Maxime Henrion | 2003-03-25 | 1 | -12/+10 |
* | Add the MBUF_FRAG_TEST option. When compiled in, this option | Mike Silbersack | 2003-03-25 | 1 | -0/+30 |
* | Use __packed instead of __attribute__((__packed__)). | Maxime Henrion | 2003-03-22 | 1 | -1/+3 |
* | Add a sysctl node allowing the specification of an address mask to use | Matthew N. Dodd | 2003-03-21 | 1 | -2/+9 |
* | Add comments regarding the ICMP timestamp fields. | Matthew N. Dodd | 2003-03-21 | 1 | -4/+4 |
* | Add a 'verrevpath' option that verifies the interface that a packet | Crist J. Clark | 2003-03-15 | 2 | -0/+52 |
* | Greatly simplify the unlocking logic by holding the TCP protocol lock until | Jeffrey Hsu | 2003-03-13 | 2 | -16/+4 |
* | Add support for RFC 3390, which allows for a variable-sized | Jeffrey Hsu | 2003-03-13 | 2 | -4/+18 |
* | Implement the Limited Transmit algorithm (RFC 3042). | Jeffrey Hsu | 2003-03-12 | 2 | -0/+28 |
* | correct two more flag misuses; m_tag* use malloc flags | Sam Leffler | 2003-03-12 | 1 | -1/+1 |
* | Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure. | Jonathan Lemon | 2003-03-08 | 1 | -13/+15 |
* | Remove a panic(); if the zone allocator can't provide more timewait | Jonathan Lemon | 2003-03-08 | 7 | -73/+116 |
* | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 2 | -24/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 6 | -92/+46 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 2 | -2/+2 |
* | In timewait state, if the incoming segment is a pure in-sequence ack | Jonathan Lemon | 2003-02-26 | 2 | -4/+8 |
* | The TCP protocol lock may still be held if the reassembly queue dropped FIN. | Jonathan Lemon | 2003-02-26 | 2 | -2/+4 |
* | Fix a condition so that ip reassembly queues are emptied immediately | Mike Silbersack | 2003-02-26 | 1 | -1/+1 |
* | When generating a TCP response to a connection, not only test if the | Robert Watson | 2003-02-25 | 2 | -2/+2 |
* | style(9): join lines. | Maxim Konovalov | 2003-02-25 | 1 | -4/+2 |
* | Ip reassembly queue structure has ipq_nfrags now. Count a number of | Maxim Konovalov | 2003-02-25 | 1 | -7/+15 |
* | Hold the TCP protocol lock while modifying the connection hash table. | Jeffrey Hsu | 2003-02-25 | 1 | -4/+4 |
* | Fix a comment which didn't match the new cookie behavior. | Mike Silbersack | 2003-02-24 | 1 | -1/+1 |
* | tcp_twstart() need to be called with the TCP protocol lock held to avoid | Jeffrey Hsu | 2003-02-24 | 2 | -12/+16 |
* | Pass the right function to callout_reset() for a compressed | Jeffrey Hsu | 2003-02-24 | 2 | -2/+2 |
* | Improve the security and performance of syncookies: | Mike Silbersack | 2003-02-23 | 1 | -26/+47 |
* | Yesterday just wasn't my day. Remove testing delta that crept into the diff. | Jonathan Lemon | 2003-02-23 | 2 | -2/+2 |
* | Add a new config option IPSEC_FILTERGIF to control whether or not | Sam Leffler | 2003-02-23 | 1 | -0/+7 |
* | Check to see if the TF_DELACK flag is set before returning from | Jonathan Lemon | 2003-02-22 | 2 | -16/+14 |
* | Add the ability to limit the number of IP fragments allowed per packet, | Mike Silbersack | 2003-02-22 | 2 | -4/+29 |
* | - m = m_gethdr(M_NOWAIT, MT_HEADER); | Poul-Henning Kamp | 2003-02-21 | 2 | -2/+2 |
* | The ancient and outdated concept of "privileged ports" in UNIX-type | Crist J. Clark | 2003-02-21 | 1 | -2/+15 |
* | Remove unused variables in the IPSEC case. | Jonathan Lemon | 2003-02-20 | 1 | -1/+0 |
* | Unbreak non-IPV6 compilation. | Jonathan Lemon | 2003-02-19 | 2 | -8/+20 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | Jonathan Lemon | 2003-02-19 | 11 | -162/+984 |
* | Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so the | Jonathan Lemon | 2003-02-19 | 5 | -82/+71 |
* | Correct comments. | Jonathan Lemon | 2003-02-19 | 2 | -14/+8 |
* | Clean up delayed acks and T/TCP interactions: | Jonathan Lemon | 2003-02-19 | 3 | -59/+58 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 19 | -43/+43 |
* | o Fix ipfw uid rules: socheckuid() returns 0 when uid matches a socket | Maxim Konovalov | 2003-02-17 | 1 | -2/+2 |
* | Take advantage of pre-existing lock-free synchronization and type stable memory | Jeffrey Hsu | 2003-02-15 | 3 | -11/+10 |
* | The protocol lock is always held in the dropafterack case, so we don't | Jeffrey Hsu | 2003-02-13 | 2 | -4/+4 |
* | in_pcbnotifyall() requires an exclusive protocol lock for notify functions | Jeffrey Hsu | 2003-02-12 | 1 | -7/+7 |
* | Properly document that syncache timer processing requires an | Jeffrey Hsu | 2003-02-12 | 1 | -3/+3 |
* | s/IPSSEC/IPSEC/ | Seigo Tanimura | 2003-02-11 | 1 | -1/+1 |
* | Get cosmetic changes out of the way before I add routing table SMP locks. | Jeffrey Hsu | 2003-02-10 | 1 | -56/+47 |
* | Avoid multiply for preemptive arp calculation since it hits every | Orion Hodson | 2003-02-08 | 1 | -6/+7 |
* | MFS 1.64.2.22: Re-enable non pre-emptive ARP requests. | Orion Hodson | 2003-02-04 | 1 | -14/+15 |
* | Add the TCP flags to the log message whenever log_in_vain is 1, not | Crist J. Clark | 2003-02-02 | 2 | -16/+6 |
* | Move a comment and optimize the frag timeout code a slight bit. | Mike Silbersack | 2003-02-01 | 1 | -3/+3 |