summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some ISN generation code which has been unused since thesilby2002-04-101-2/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-7/+7
* Change the wording of the inline comments from the previous commit.cjc2002-02-271-8/+3
* The TCP code did not do sufficient checks on whether incoming packetscjc2002-02-251-7/+13
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-11/+11
* o Spelling fix in comment: tcp_ouput -> tcp_outputrwatson2002-01-041-1/+1
* Fix up tabs in comments.jlemon2001-12-131-4/+4
* Fix a bug with transmitter restart after receiving a 0 window. Thedillon2001-12-021-2/+7
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-470/+261
* Move initialization of snd_recover into tcp_sendseqinit().jlemon2001-11-211-1/+0
* KSE Milestone 2julian2001-09-121-2/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-3/+3
* when newreno is turned on, if dupacks = 1 or dupacks = 2 andjayanth2001-08-291-0/+2
* Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2dd2001-08-231-1/+1
OpenPOWER on IntegriCloud