Age | Commit message (Expand) | Author | Files | Lines |
2014-11-21 | 5295 remove maxburst logic from TCP's send algorithm | Sebastien Roy | 4 | -53/+11 |
2014-08-12 | 5045 use atomic_{inc,dec}_* instead of atomic_add_* | Josef 'Jeff' Sipek | 1 | -3/+3 |
2014-08-12 | 5042 stop using deprecated atomic functions | Josef 'Jeff' Sipek | 1 | -3/+4 |
2014-07-23 | 5011 fast localhost connections choke in TCP TIME_WAIT | Jerry Jelinek | 1 | -15/+75 |
2014-07-18 | 474 tcp_strong_iss should be 2 instead of 1 | Dan McDonald | 1 | -4/+1 |
2014-03-05 | 4596 Callers of ip_srcid_find_id() need to be more careful | Dan McDonald | 1 | -4/+11 |
2013-11-16 | 4303 want local zone TCP kstats in the global zone | Bill Pijewski | 1 | -2/+18 |
2013-08-05 | 3925 IP DCE does not scale | Jerry Jelinek | 1 | -2/+4 |
2013-08-01 | 3942 inject sanity into ipadm tcp buffer size properties | Sebastien Roy | 2 | -37/+49 |
2013-07-19 | 3895 {tcp,udp}_{largest,smallest}_anon_port should reality-check | Dan McDonald | 2 | -7/+53 |
2013-07-18 | 3869 tcp anon port calculation wrong | Matt Barden | 1 | -1/+3 |
2013-03-28 | 3660 tcp_slow_start_* tunables should allow increasing the initial congestion... | Theo Schlossnagle | 2 | -5/+2 |
2012-08-17 | 3065 some functions in the tcp module can be static | David Höppner | 3 | -8/+15 |
2011-12-21 | 1673 Panic in conn_ip_output() | Bryan Cantrill | 1 | -10/+26 |
2011-11-14 | 1775 1631's fix missed the case of data on the handshake's ACK | Dan McDonald | 1 | -0/+7 |
2011-10-28 | 1695 tcp_icmp_input sends packets with a closed connection | Robert Mustacchi | 1 | -0/+11 |
2011-10-24 | 1631 kernel panic in tcp_input_data | Dan McDonald | 1 | -11/+123 |
2011-09-09 | 917 Make TCP's iss_incr a tunable | Jerry Jelinek | 3 | -6/+15 |
2011-09-02 | 1434 TCP_INIT_CWND setsockopt doesn't work on passive connections. | Dan McDonald | 1 | -11/+21 |
2011-08-30 | 1426 1361 missed two codepaths | Dan McDonald | 1 | -0/+6 |
2011-08-18 | 1361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL ... | Vineeth Pillai | 1 | -1/+1 |
2011-08-17 | 1361 Add support for socket options TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL | Garrett D'Amore | 3 | -1/+112 |
2011-04-21 | 916 False-sharing in TCP hash buckets, plus size increase | Jerry Jelinek | 1 | -1/+2 |
2010-08-16 | 6956844 ipadm private properties should begin with '_' instead of leading pro... | Girish Moodalbail | 1 | -60/+61 |
2010-08-10 | 6972175 assertion failed: tcp->tcp_fin_sent, file: ../../common/inet/tcp/tcp_... | Anders Persson | 2 | -21/+14 |
2010-08-07 | 6970847 Special option handling can be pulled out of tcp_xmit_mp() | Kacheong Poon | 1 | -188/+245 |
2010-08-03 | 6972966 SYN-ACK-ACK is not handled properly when accepting connection from Li... | Kacheong Poon | 1 | -6/+20 |
2010-07-23 | PSARC/2010/111 exclusive IP for s10c | Baban Kenkre | 1 | -8/+23 |
2010-07-19 | 6910078 SCTP should have similar memory handling mechanism as TCP | Kacheong Poon | 5 | -124/+99 |
2010-07-16 | 6969639 missing tcp:::state-change probe in tcp_clean_death | Anders Persson | 1 | -3/+4 |
2010-07-15 | 6963859 ipcl_conn_create() triggers panic in snv_143 on a machine with solari... | Anders Persson | 2 | -18/+15 |
2010-07-12 | 6964207 the FireEngine project seems to have backed out the fix for 4840464 | George Shepherd | 1 | -2/+2 |
2010-06-17 | 6939100 convert KSSL into a socket filter | Anders Persson | 8 | -703/+90 |
2010-06-17 | PSARC/2009/590 Socket Filter Framework | Anders Persson | 7 | -708/+952 |
2010-06-03 | PSARC 2010/151 new socket options for TCP timers | Kacheong Poon | 5 | -78/+244 |
2010-05-27 | PSARC 2010/106 DTrace TCP and UDP providers | Alan Maguire | 5 | -16/+205 |
2010-05-27 | 6846669 squeue_synch_{enter,exit}() are unaware of squeue switching | Anders Persson | 1 | -24/+16 |
2010-05-19 | 6929733 Cascaded squeue_drain can still induce stack overflow | George Shepherd | 1 | -1/+1 |
2010-04-27 | 6940729 gate machine panic in ip.c: assertion failed: pkt_len == msgdsize(mp) | Erik Nordmark | 1 | -1/+9 |
2010-04-18 | 6943448 assertion failed: tcp_time_wait->tcp_time_wait_tid != 0 | Kacheong Poon | 1 | -2/+13 |
2010-04-01 | 6935348 tcp_sack_info should always be there | Kacheong Poon | 8 | -162/+122 |
2010-03-26 | PSARC 2009/306 Brussels II - ipadm and libipadm | Girish Moodalbail | 4 | -481/+494 |
2010-03-03 | 6929890 ixa_cred/ira_cred cleanup | Erik Nordmark | 2 | -0/+3 |
2010-02-26 | 6928514 ilb_nat_src_timer fires too early | Kacheong Poon | 1 | -7/+12 |
2010-02-26 | 6928798 NULL netstack_XX causes boot time panic | Kacheong Poon | 1 | -1/+18 |
2010-02-24 | 6925635 The file tcp.c is too big | Kacheong Poon | 1 | -0/+1992 |
2010-02-24 | PSARC 2010/042 increase max TCP_INIT_CWND | Kacheong Poon | 13 | -17157/+15468 |
2010-02-17 | 6923355 tcp leaves conn_ixa->ixa_cred unitialized causing confusion | Erik Nordmark | 1 | -0/+6 |
2010-01-25 | 6919534 panic Page fault occurred in module "ip" due to a NULL pointer derefe... | Kacheong Poon | 1 | -2/+4 |
2010-01-22 | 6910378 WARNING: Memory pressure: TCP defensive mode on | Kacheong Poon | 1 | -7/+14 |