summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp/tcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-22PSARC 2009/373 Clearview IP TunnelingSebastien Roy1-1/+1
2009-09-186877954 7410C: Kernel panic occurring due to a null pointer dereference in th...Anders Persson1-13/+32
2009-08-316874614 Reproducible assertion fail "peer_tcp->tcp_recv_hiwater != 0" in snv_122Rao Shoaib1-25/+20
2009-08-206826091 in.iked falls over trying to bind to the first non-global link localDan McDonald1-2/+4
2009-08-146848633 ftp put hangs over ibRao Shoaib1-57/+40
2009-07-096844855 8.72% snv_115 vol25_09_loopback_32bit performance regression x86Anders Persson1-0/+14
2009-07-096842365 system panics after buffer modified after being freedAnders Persson1-60/+69
2009-06-296826274 remove synchronous streams from tcpAnders Persson1-70/+8
2009-06-296846545 tcp urg data handling is broken for fused streams based endpointsAnders Persson1-18/+19
2009-06-156485039 TCP needs to perform shrunk window functionality robustly.Philip Kirk1-43/+105
2009-06-086373420 Panic during Network I/OThirumalai Srinivasan1-13/+5
2009-05-226304623 Initiator checks against wrong label for Mac-exempt read-down exchangesken Powell - Sun Microsystem1-45/+204
2009-05-086837719 TCP tx might hang when tcp_cork option is setRoamer1-7/+15
2009-05-076833089 race in TCP connect path leads to spurious ENOTCONN failuresRao Shoaib1-7/+18
2009-05-046831864 tcp loopback is not flow controlled when fusion is usedAnders Persson1-127/+63
2009-04-286813959 I/OAT should be removed from TCP and STREAMSAnders Persson1-461/+14
2009-04-186792479 tcp_tpi_bind() should call common functions to do bind()/listen().Rao Shoaib1-107/+129
2009-03-206812115 jurassic assertion fail in ipcl_conn_destroy: connp->conn_ref == 0Kacheong Poon1-6/+9
2009-03-184616660 status reports should not be exported by way of nddVasumathi Sundaram - Sun Microsystems1-671/+0
2009-03-166810425 System panic's while running snv_109 on WhiteBox QuadXeonAnders Persson1-1/+3
2009-03-036586787 TCP can end up passing an LSO packet to a non-LSO driver; panic ensuesRoamer1-4/+10
2009-02-126799655 sockets need better handling of STREAMS ioctlsAnders Persson1-111/+132
2009-03-026696124 Null mutex pointer crashing from ip_wput_ioctl()Philip Kirk1-0/+28
2009-02-17PSARC/2009/099 dladm show-usage modificationsVenugopal Iyer1-2/+3
2009-02-12PSARC 2007/670 db_credp updateErik Nordmark1-63/+209
2009-02-026796351 SCTP socket close() can cause a panicAnders Persson1-151/+105
2009-01-216747150 ip_restart_optmgmt can be scheduled without incrementing conn_refAnil udupa1-6/+19
2009-01-216789298 SO_{SND,RCV}TIMEO should be passed down to the protocolshenjian1-0/+7
2009-01-06PSARC/2007/272 Project Clearview: IPMP Rearchitecturemeem1-24/+2
2009-01-056789770 NULL pointer dereference panic in ip_helper_share_conn()Rao Shoaib1-3/+3
2008-12-296786739 xtcp_rcvbuf/bind_bad tests failed with unexpected results.Yu Xiangning1-5/+4
2008-12-236787918 system panics if ip_create_helper_stream() is interruptedRao Shoaib1-3/+2
2008-12-236783196 tcp_send_data() had wrong credRao Shoaib1-143/+16