summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
...
* Enable the following TCP options by default to give it more exposure:andre2004-01-061-2/+2
* Restructure a too broad ifdef which was disabling the setting of theandre2003-11-251-2/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-144/+200
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* dropwithreset is not needed in this case as tcp_drop() is already notifyingandre2003-11-121-1/+1
* o correct locking problem: the inpcb must be held across tcp_respondsam2003-11-081-3/+3
* speedup stream socket recv handling by tracking the tail ofsam2003-10-281-3/+3
* enclose IPv6 part with ifdef INET6.ume2003-10-201-2/+3
* correct linkmtu handling.ume2003-10-201-2/+11
* - add dom_if{attach,detach} framework.ume2003-10-171-2/+1
* A number of patches in the last years have created new return pathsharti2003-08-131-0/+21
* Unify the "send high" and "recover" variables as specified in thehsu2003-07-151-19/+24
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-071-1/+1
* Explicitly declare 'int' parameters.obrien2003-04-211-0/+1
* Observe conservation of packets when entering Fast Recovery whilehsu2003-04-011-3/+21
* Greatly simplify the unlocking logic by holding the TCP protocol lock untilhsu2003-03-131-8/+2
* Add support for RFC 3390, which allows for a variable-sizedhsu2003-03-131-2/+9
* Implement the Limited Transmit algorithm (RFC 3042).hsu2003-03-121-0/+14
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-081-4/+3
* In timewait state, if the incoming segment is a pure in-sequence ackjlemon2003-02-261-2/+4
* The TCP protocol lock may still be held if the reassembly queue dropped FIN.jlemon2003-02-261-1/+2
* tcp_twstart() need to be called with the TCP protocol lock held to avoidhsu2003-02-241-6/+8
* Pass the right function to callout_reset() for a compressedhsu2003-02-241-1/+1
* Yesterday just wasn't my day. Remove testing delta that crept into the diff.jlemon2003-02-231-1/+1
* Check to see if the TF_DELACK flag is set before returning fromjlemon2003-02-221-8/+7
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-30/+186
* Correct comments.jlemon2003-02-191-7/+4
* Clean up delayed acks and T/TCP interactions:jlemon2003-02-191-28/+27
* The protocol lock is always held in the dropafterack case, so we don'thsu2003-02-131-2/+2
* Add the TCP flags to the log message whenever log_in_vain is 1, notcjc2003-02-021-8/+3
* Fix NewReno.hsu2003-01-131-41/+44
* Remove the PAWS ack-on-ack debugging printf().dillon2002-12-301-5/+2
* Unravel a nested conditional.hsu2002-12-201-21/+12
* Fix syntax in last commit.dillon2002-12-171-3/+3
* Bruce forwarded this tidbit from an analysis Van Jacobson did on andillon2002-12-141-1/+6
* a better solution to building FAST_IPSEC w/o INET6sam2002-11-101-4/+0
* fixup FAST_IPSEC build w/o INET6sam2002-11-081-1/+4
* - Consistently update snd_wl1, snd_wl2, and rcv_up in the headerjeff2002-10-311-1/+15
* Don't need to check if SO_OOBINLINE is defined.hsu2002-10-301-13/+8
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+19
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Guido found another bug. There is a situation withdillon2002-09-301-0/+1
* Fix issue where shutdown(socket, SHUT_RD) was effectivelysilby2002-09-221-3/+10
* Guido reported an interesting bug where an FTP connection between adillon2002-09-171-5/+23
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Enclose IPv6 addresses in brackets when they are displayed printable with ajmallett2002-08-191-3/+7
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-171-0/+6
* Cosmetic-only changes for readability.hsu2002-08-171-326/+278
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-151-1/+1
OpenPOWER on IntegriCloud