aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-21tcp: fix tcp_send_syn_data()Eric Dumazet1-0/+1
2017-10-18tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet1-6/+3
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+3
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet1-63/+74
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet1-11/+31
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-18tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+2
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+9
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell1-9/+0
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell1-9/+5
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-07-31tcp: remove header predictionFlorian Westphal1-2/+0
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann1-2/+3
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng1-7/+10
2017-07-04net: reflect mark on tcp syn ack packetsJamal Hadi Salim1-0/+1
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo1-3/+5
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo1-0/+1
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo1-1/+6
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-8/+7
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet1-3/+4
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet1-2/+2
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet1-1/+1
2017-06-02tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet1-4/+2
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-8/+8
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet1-1/+1
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet1-3/+3
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet1-1/+1
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet1-4/+4
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet1-2/+2
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet1-10/+11
2017-05-16tcp: internal implementation for pacingEric Dumazet1-0/+80
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang1-1/+3
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-12/+8
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng1-2/+2
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng1-7/+5
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng1-5/+3
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scalingCui, Cheng1-2/+5
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov1-0/+2
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet1-0/+7
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-10/+4
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4