| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 4 | -6/+4 |
* | Replace memcpy() and ovbcopy() with bcopy(); ditch some caddr_t usage. | des | 2003-04-04 | 1 | -7/+6 |
* | Back out support for RFC3514. | mdodd | 2003-04-02 | 6 | -49/+1 |
* | - Use the correct constant define. | mdodd | 2003-04-02 | 1 | -2/+3 |
* | Sync constant define with NetBSD. | mdodd | 2003-04-02 | 3 | -6/+7 |
* | Observe conservation of packets when entering Fast Recovery while | hsu | 2003-04-01 | 3 | -6/+43 |
* | Implement support for RFC 3514 (The Security Flag in the IPv4 Header). | mdodd | 2003-04-01 | 6 | -1/+47 |
* | Fix indentation. | maxim | 2003-03-27 | 1 | -2/+2 |
* | o Protect set_fs_param() by splimp(9). | maxim | 2003-03-27 | 2 | -8/+18 |
* | Modify the mac_init_ipq() MAC Framework entry point to accept an | rwatson | 2003-03-26 | 1 | -1/+4 |
* | Try to make the MBUF_FRAG_TEST code work better. | mux | 2003-03-25 | 1 | -12/+10 |
* | Add the MBUF_FRAG_TEST option. When compiled in, this option | silby | 2003-03-25 | 1 | -0/+30 |
* | Use __packed instead of __attribute__((__packed__)). | mux | 2003-03-22 | 1 | -1/+3 |
* | Add a sysctl node allowing the specification of an address mask to use | mdodd | 2003-03-21 | 1 | -2/+9 |
* | Add comments regarding the ICMP timestamp fields. | mdodd | 2003-03-21 | 1 | -4/+4 |
* | Add a 'verrevpath' option that verifies the interface that a packet | cjc | 2003-03-15 | 2 | -0/+52 |
* | Greatly simplify the unlocking logic by holding the TCP protocol lock until | hsu | 2003-03-13 | 2 | -16/+4 |
* | Add support for RFC 3390, which allows for a variable-sized | hsu | 2003-03-13 | 2 | -4/+18 |
* | Implement the Limited Transmit algorithm (RFC 3042). | hsu | 2003-03-12 | 2 | -0/+28 |
* | correct two more flag misuses; m_tag* use malloc flags | sam | 2003-03-12 | 1 | -1/+1 |
* | Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure. | jlemon | 2003-03-08 | 1 | -13/+15 |
* | Remove a panic(); if the zone allocator can't provide more timewait | jlemon | 2003-03-08 | 7 | -73/+116 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 2 | -24/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 6 | -92/+46 |
* | 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 |