aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-6/+8
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-3/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng1-6/+0
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+1
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-1/+1
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-7/+15
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet1-9/+15
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet1-7/+3
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet1-8/+7
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-21tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-0/+2
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell1-3/+3
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-8/+4
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet1-1/+1
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell1-4/+2
2015-06-11tcp: remove obsolete check in tcp_set_skb_tso_segs()Eric Dumazet1-3/+0
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet1-8/+4
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet1-16/+14
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet1-3/+1
2015-06-04tcp: double default TSQ output bytes limitWei Liu1-2/+2
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-2/+2
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-5/+5
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann1-0/+13
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-2/+2
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-2/+4
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet1-6/+7
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-1/+1
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-09tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-1/+5
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-11/+23
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-7/+7
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-10/+11
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-1/+1
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-2/+2
2015-03-24tcp: md5: fix rcu lockdep splatEric Dumazet1-9/+11
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-1/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt1-5/+1