summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reset dupack count in header prediction.hsu2002-08-151-0/+1
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+13
* Don't shrink socket buffers in tcp_mss(), application might have alreadyru2002-07-221-2/+4
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+1
* Avoid unlocking the inp twice if badport_bandlim() returns -1.hsu2002-06-241-2/+4
* Style bug: fix 4 space indentations that should have been tabs.hsu2002-06-241-5/+5
* Move two global variables to automatic variables within theluigi2002-06-231-2/+3
* Remove (almost all) global variables that were used to holdluigi2002-06-221-9/+14
* Remove so*_locked(), which were backed out by mistake.tanimura2002-06-181-1/+1
* Lock up inpcb.hsu2002-06-101-4/+45
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-86/+16
* Lock down a socket, milestone 1.tanimura2002-05-201-16/+86
* Redo the sigio locking.alfred2002-05-011-6/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-6/+9
* Add a global sx sigio_lock to protect the pointer to the sigio objecttanimura2002-04-271-1/+5
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-0/+2
OpenPOWER on IntegriCloud