summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp
AgeCommit message (Expand)AuthorFilesLines
2022-07-1311328 Remove M_MULTIDATA supportGarrett D'Amore1-1/+1
2022-03-1014443 resection manual pages per IPD4Richard Lowe2-2/+2
2022-01-1014017 Add support for TCP_QUICKACKNils Nieuwejaar3-0/+17
2020-10-0113175 Add support for IP_RECVTOSAndy Fiddaman2-3/+43
2020-09-2813149 elide squeue wake-ups when prudentPatrick Mooney1-13/+20
2020-09-0212976 system panics with error in IP moduleDan McDonald2-11/+49
2020-04-0812466 Enable IPv6 TSO Support for vioifRobert Mustacchi1-2/+4
2020-03-0612173 ip: variable may be used uninitialized in this functionToomas Soome6-4/+11
2019-10-249531 Want netstat -u to show PIDs associated with socketsAndy Fiddaman1-28/+103
2019-10-2311849 listen of IPv6 address fails with EAFNOSUPPORTJohn Levon1-5/+5
2019-08-2911635 ip: passing argument 2 of 'cc_cong_signal' makes integer from pointer w...Toomas Soome1-6/+6
2019-08-2311554 Want TCP_CONGESTION socket optionCody Peter Mello1-1/+47
2019-08-2311553 Want pluggable TCP congestion control algorithmsSebastien Roy5-107/+303
2019-08-1911547 Want connstat(1M) command to display per-connection TCP statisticsSebastien Roy7-109/+108
2019-08-1911546 Track TCP round-trip time in nanosecondsSebastien Roy5-145/+121
2019-01-0410155 ip: cast between incompatible function typesToomas Soome4-48/+53
2018-11-269903 qinfo: add typed membersToomas Soome1-2/+4
2017-02-227812 Remove gender specific languageDaniel Hoffman4-4/+5
2017-01-317814 Accept TCP keepalives with missing timestampsSteve Gonczi2-2/+13
2017-01-307749 setsockopt(TCP_KEEPCNT) can return EINVAL spuriouslyBryan Cantrill1-7/+30
2016-08-027209 tcp_time_wait_collector() collecting all the CPU timePatrick Mooney1-13/+25
2016-06-107064 TCP_KEEPIDLE has needless 10sec minimumPatrick Mooney1-1/+1
2016-06-097062 Connections remain in TIME_WAIT too longPatrick Mooney3-296/+380
2015-07-305850 tcp timestamping behavior changed mid-connectionLauri Tirkkonen2-109/+89
2014-11-215295 remove maxburst logic from TCP's send algorithmSebastien Roy4-53/+11
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
2014-07-235011 fast localhost connections choke in TCP TIME_WAITJerry Jelinek1-15/+75
2014-07-18474 tcp_strong_iss should be 2 instead of 1Dan McDonald1-4/+1
2014-03-054596 Callers of ip_srcid_find_id() need to be more carefulDan McDonald1-4/+11
2013-11-164303 want local zone TCP kstats in the global zoneBill Pijewski1-2/+18
2013-08-053925 IP DCE does not scaleJerry Jelinek1-2/+4
2013-08-013942 inject sanity into ipadm tcp buffer size propertiesSebastien Roy2-37/+49
2013-07-193895 {tcp,udp}_{largest,smallest}_anon_port should reality-checkDan McDonald2-7/+53
2013-07-183869 tcp anon port calculation wrongMatt Barden1-1/+3
2013-03-283660 tcp_slow_start_* tunables should allow increasing the initial congestion...Theo Schlossnagle2-5/+2
2012-08-173065 some functions in the tcp module can be staticDavid Höppner3-8/+15
2011-12-211673 Panic in conn_ip_output()Bryan Cantrill1-10/+26
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
2011-09-09917 Make TCP's iss_incr a tunableJerry Jelinek3-6/+15
2011-09-021434 TCP_INIT_CWND setsockopt doesn't work on passive connections.Dan McDonald1-11/+21
2011-08-301426 1361 missed two codepathsDan McDonald1-0/+6
2011-08-181361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL ...Vineeth Pillai1-1/+1
2011-08-171361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVLGarrett D'Amore3-1/+112
2011-04-21916 False-sharing in TCP hash buckets, plus size increaseJerry Jelinek1-1/+2
2010-08-166956844 ipadm private properties should begin with '_' instead of leading pro...Girish Moodalbail1-60/+61
2010-08-106972175 assertion failed: tcp->tcp_fin_sent, file: ../../common/inet/tcp/tcp_...Anders Persson2-21/+14
2010-08-076970847 Special option handling can be pulled out of tcp_xmit_mp()Kacheong Poon1-188/+245