summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-2/+6
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-171-16/+8
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-6/+2
* Brucification.bms2004-02-131-1/+1
* Remove an unnecessary initialization that crept in from the code whichbms2004-02-121-2/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-1/+16
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-2/+2
* Merge from DragonFlyBSD rev 1.10:hsu2004-01-201-6/+5
* Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-081-0/+60
* 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
OpenPOWER on IntegriCloud