summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-1014017 Add support for TCP_QUICKACKNils Nieuwejaar1-0/+2
2020-09-0212976 system panics with error in IP moduleDan McDonald1-7/+33
2020-04-0812466 Enable IPv6 TSO Support for vioifRobert Mustacchi1-2/+4
2019-10-2311849 listen of IPv6 address fails with EAFNOSUPPORTJohn Levon1-5/+5
2019-08-2311553 Want pluggable TCP congestion control algorithmsSebastien Roy1-5/+28
2019-08-1911547 Want connstat(1M) command to display per-connection TCP statisticsSebastien Roy1-17/+2
2019-08-1911546 Track TCP round-trip time in nanosecondsSebastien Roy1-19/+8
2019-01-0410155 ip: cast between incompatible function typesToomas Soome1-16/+16
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+1
2014-11-215295 remove maxburst logic from TCP's send algorithmSebastien Roy1-2/+1
2014-03-054596 Callers of ip_srcid_find_id() need to be more carefulDan McDonald1-4/+11
2013-08-053925 IP DCE does not scaleJerry Jelinek1-2/+4
2013-08-013942 inject sanity into ipadm tcp buffer size propertiesSebastien Roy1-6/+7
2011-09-09917 Make TCP's iss_incr a tunableJerry Jelinek1-2/+3
2011-08-301426 1361 missed two codepathsDan McDonald1-0/+6
2011-08-171361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVLGarrett D'Amore1-0/+3
2011-04-21916 False-sharing in TCP hash buckets, plus size increaseJerry Jelinek1-1/+2
2010-07-196910078 SCTP should have similar memory handling mechanism as TCPKacheong Poon1-11/+6
2010-07-166969639 missing tcp:::state-change probe in tcp_clean_deathAnders Persson1-3/+4
2010-06-176939100 convert KSSL into a socket filterAnders Persson1-68/+1
2010-06-17PSARC/2009/590 Socket Filter FrameworkAnders Persson1-388/+67
2010-06-03PSARC 2010/151 new socket options for TCP timersKacheong Poon1-29/+64
2010-05-27PSARC 2010/106 DTrace TCP and UDP providersAlan Maguire1-1/+53
2010-04-016935348 tcp_sack_info should always be thereKacheong Poon1-49/+15
2010-03-26PSARC 2009/306 Brussels II - ipadm and libipadmGirish Moodalbail1-373/+14
2010-03-036929890 ixa_cred/ira_cred cleanupErik Nordmark1-0/+2
2010-02-24PSARC 2010/042 increase max TCP_INIT_CWNDKacheong Poon1-17145/+114
2010-02-176923355 tcp leaves conn_ixa->ixa_cred unitialized causing confusionErik Nordmark1-0/+6
2010-01-256919534 panic Page fault occurred in module "ip" due to a NULL pointer derefe...Kacheong Poon1-2/+4
2010-01-226910378 WARNING: Memory pressure: TCP defensive mode onKacheong Poon1-7/+14
2010-01-196912829 panic in ipsq_xopq_mp_cleanup/RD due to NULL ill->ill_wq on lo0 durin...Brian Ruthven1-3/+1
2010-01-18PSARC 2009/686 Improving the use and debugging of the basic privilege set.Casper H.S. Dik1-0/+6
2010-01-116910514 TCP might send down non-LSO packets with LSO flagsRoamer1-3/+7
2010-01-076913254 TCP does not initialise TH_ACK and TH_URG fields when TH_SYN set.Mark Fenwick1-1/+3
2009-12-226812856 Pending ioctl is not cleaned from ipsq during tcp_closeBrian Ruthven1-8/+73
2009-12-196905952 Assertion panic on i86,Sun-Fire-X4140 - ixa->ixa_curthread == NULL, ....Erik Nordmark1-20/+55
2009-12-186910716 Unable to map shares from Windows 2008 R2 or Vista UltimateKacheong Poon1-1/+1
2009-12-106759500 [CVE-2008-4609] FICORA #193744 TCP vulnerabilitiesKacheong Poon1-84/+573
2009-11-226903544 NULL pointer dereference in tcp_xmit_end/tcp_close_outputErik Nordmark1-5/+2
2009-11-196901936 tickless clock slows down the IP input and output pathsErik Nordmark1-11/+12
2009-11-186901962 Tickless clock made tcp confuse 32 and 64 bit timestampsRafael Vanoni1-2/+2
2009-11-186902309 redzone violation due to tcp_ack_mp scribbling tcp_ts_recent past end...Erik Nordmark1-7/+27
2009-11-176901158 Sending 4 NS instead of 3 before giving upErik Nordmark1-13/+3
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-33/+45
2009-11-125031055 TCP receive windows should be increasedKacheong Poon1-1/+1
2009-11-11PSARC/2009/331 IP Datapath RefactoringErik Nordmark1-8935/+3194
2009-11-02PSARC/2008/252 Labeled IPsec phase 1Bill Sommerfeld1-25/+31
2009-10-216872588 tcp_sendmsg leaks mblks when ancillary data is passed alongAnders Persson1-2/+3
2009-10-216867122 writes on tcp sockets can return ENOTCONN after receiving a RSTAnders Persson1-9/+17
2009-09-24PSARC/2009/232 Solaris Packet CaptureDarren Reed1-9/+26