summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/sockfs
AgeCommit message (Expand)AuthorFilesLines
2010-08-116966638 shutdown() sometimes appears to shutdown the wrong channel in a full-...George Shepherd1-2/+11
2010-08-106972175 assertion failed: tcp->tcp_fin_sent, file: ../../common/inet/tcp/tcp_...Anders Persson2-10/+12
2010-08-096962670 MSG_EOR is set when a message is not completely receivedKacheong Poon3-8/+12
2010-07-286968539 sof_setsockopt_impl suffers from USE_AFTER_FREEAnil udupa2-2/+1
2010-07-156963859 ipcl_conn_create() triggers panic in snv_143 on a machine with solari...Anders Persson1-0/+1
2010-06-286878143 Assertion failure in sockfs:uri_deleteAnil udupa1-3/+3
2010-06-176939100 convert KSSL into a socket filterAnders Persson7-302/+46
2010-06-17PSARC/2009/590 Socket Filter FrameworkAnders Persson13-541/+2958
2010-06-16PSARC 2010/144 lofi(7D) in non global zonesJohn Levon1-8/+4
2010-04-266943440 race in solookup() can cause smod_refcnt to be bumped multiple times ...Anders Persson1-5/+17
2010-04-21PSARC/2010/043 Reliable Datagram Service v3Eiji Ota1-4/+3
2010-03-296821379 Cannot ftp get in binary mode of an Samfs offline fileBrian Utterback1-10/+40
2010-03-05PSARC/2009/354 Always on / no reboot Solaris AuditMarek Pospisil3-12/+13
2010-01-156916647 so_strioc_nread is waiting on the wrong condvarAnders Persson1-1/+1
2010-01-156886057 ksocket_sendmsg() must return the number of bytes sent even in case o...Anders Persson1-0/+1
2010-01-156638967 udp recv (think DNS) suffers from thundering herd problemAnders Persson3-17/+13
2010-01-124517853 debug.h should include macros to assert implication and equivalenceJonathan Adams1-5/+5
2010-01-066887210 accept() accesses freed sonode and trips the systemJayakara Kini1-2/+5
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni5-24/+18
2009-11-11PSARC/2009/331 IP Datapath RefactoringErik Nordmark4-209/+4
2009-10-266873752 improper cleanup of the accept queue for sctp and sdp sockets (fix lint)Anders Persson1-1/+1
2009-10-216873752 improper cleanup of the accept queue for sctp and sdp socketsAnders Persson3-20/+22
2009-10-216859820 Several SOL_SOCKET level options no longer work on SCTP socketAnders Persson1-0/+5
2009-09-24PSARC/2009/232 Solaris Packet CaptureDarren Reed1-0/+178
2009-08-316834314 Improper http response handlingAnil udupa1-5/+7
2009-07-286850754 flow-control does not get cleared on icmp socket, messing up rdisc.Rao Shoaib1-24/+45
2009-07-096844855 8.72% snv_115 vol25_09_loopback_32bit performance regression x86Anders Persson2-1/+5
2009-05-296837188 MSG_WAITALL skips over urgent markAnders Persson3-8/+14
2009-04-286813959 I/OAT should be removed from TCP and STREAMSAnders Persson10-664/+599
2009-04-106828834 snf_segmap could be more readableVasumathi Sundaram - Sun Microsystems1-92/+113
2009-04-076770331 sendfilev is no longer LSO-optimizedVasumathi Sundaram - Sun Microsystems1-54/+151
2009-03-266818549 socksctp: recursive mutex_enter, lp=cbec2e7c owner=cb56b100 thread=cb...Anders Persson2-3/+17
2009-03-166816063 panic in sockfs: recursive mutex_enter, lp=ffffff0187058050 owner=fff...Anders Persson1-5/+1
2009-03-046812512 namespace collision for sockfs kstatsAnders Persson1-15/+25
2009-03-026805727 assertion for non-null credential tripped in tcp_tpi_acceptAnders Persson1-2/+3
2009-02-116662959 sockfs need kstats to report usage infoAnders Persson3-1/+97
2009-02-126799655 sockets need better handling of STREAMS ioctlsAnders Persson4-72/+442
2009-02-286805286 clearing rcv side flow control on a SCTP socket may panic the systemAnders Persson1-3/+10
2009-02-196801736 sockets should handle POLLWRBANDRao Shoaib1-9/+22
2009-02-136801576 Race in accept path that can lead to a panicAnders Persson1-2/+9
2009-02-12PSARC 2007/670 db_credp updateErik Nordmark8-74/+122
2009-01-236796699 iscsi client broken: failed to receive login responseanders1-2/+5
2009-01-216789298 SO_{SND,RCV}TIMEO should be passed down to the protocolshenjian3-6/+11
2009-01-206794368 iscsi client broken: failed to receive login responseshenjian3-9/+19
2009-01-076788242 SO_{SND,RCV}TIMEO {set,get}sockopt fail with 32-bit binaries on a 64-...shenjian5-79/+149
2009-01-056789770 NULL pointer dereference panic in ip_helper_share_conn()Rao Shoaib2-2/+14
2008-12-296786163 read the 0 length message should return success instead of EWOULDBLOCKMike Cheng1-1/+1
2008-12-296786739 xtcp_rcvbuf/bind_bad tests failed with unexpected results.Yu Xiangning5-21/+62
2008-12-216786058 conn_helper_info NULL pointer dereference in ip_send_option_requestYu Xiangning1-4/+4
2008-12-206787347 dgram_peek sotest fails with unexpected resultanders3-8/+10