summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-10 [illumos-gate merge]Dan McDonald1-0/+4
2022-01-1014017 Add support for TCP_QUICKACKNils Nieuwejaar1-0/+4
2020-10-02 [illumos-gate merge]Jerry Jelinek1-1/+29
2020-10-0113175 Add support for IP_RECVTOSAndy Fiddaman1-1/+29
2020-03-09 [illumos-gate merge]Jerry Jelinek1-0/+1
2020-03-0612173 ip: variable may be used uninitialized in this functionToomas Soome1-0/+1
2019-08-2311553 Want pluggable TCP congestion control algorithmsSebastien Roy1-66/+180
2019-08-20 [illumos-gate merge]Jerry Jelinek1-5/+5
2019-08-1911547 Want connstat(1M) command to display per-connection TCP statisticsSebastien Roy1-19/+27
2019-08-1911546 Track TCP round-trip time in nanosecondsSebastien Roy1-66/+67
2019-08-09OS-7329 Want pluggable TCP congestion control algorithmsSebastien Roy1-66/+180
2019-03-29OS-7327 Want connstat(1M) command to display per-connection TCP statisticsSebastien Roy1-19/+27
2019-03-29OS-7334 Track TCP round-trip time in nanosecondsSebastien Roy1-66/+67
2019-01-07 [illumos-gate merge]Jerry Jelinek1-8/+9
2019-01-0410155 ip: cast between incompatible function typesToomas Soome1-8/+9
2017-02-24OS-5978 ICMP-initiated TCP retransmits should trigger only when MTU decreasesPatrick Mooney1-9/+12
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+1
2017-01-317814 Accept TCP keepalives with missing timestampsSteve Gonczi1-1/+9
2016-06-097062 Connections remain in TIME_WAIT too longPatrick Mooney1-2/+2
2015-07-305850 tcp timestamping behavior changed mid-connectionLauri Tirkkonen1-101/+72
2014-11-215295 remove maxburst logic from TCP's send algorithmSebastien Roy1-17/+1
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-3/+3
2014-08-125042 stop using deprecated atomic functionsJosef 'Jeff' Sipek1-3/+4
2011-11-141775 1631's fix missed the case of data on the handshake's ACKDan McDonald1-0/+7
2011-10-281695 tcp_icmp_input sends packets with a closed connectionRobert Mustacchi1-0/+11
2011-10-241631 kernel panic in tcp_input_dataDan McDonald1-11/+123
2010-08-106972175 assertion failed: tcp->tcp_fin_sent, file: ../../common/inet/tcp/tcp_...Anders Persson1-0/+11
2010-08-036972966 SYN-ACK-ACK is not handled properly when accepting connection from Li...Kacheong Poon1-6/+20
2010-07-126964207 the FireEngine project seems to have backed out the fix for 4840464George Shepherd1-2/+2
2010-06-176939100 convert KSSL into a socket filterAnders Persson1-61/+7
2010-06-17PSARC/2009/590 Socket Filter FrameworkAnders Persson1-78/+108
2010-06-03PSARC 2010/151 new socket options for TCP timersKacheong Poon1-25/+7
2010-05-27PSARC 2010/106 DTrace TCP and UDP providersAlan Maguire1-12/+93
2010-05-196929733 Cascaded squeue_drain can still induce stack overflowGeorge Shepherd1-1/+1
2010-04-016935348 tcp_sack_info should always be thereKacheong Poon1-41/+20
2010-02-24PSARC 2010/042 increase max TCP_INIT_CWNDKacheong Poon1-0/+5648