summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2017-07-04net: reflect mark on tcp syn ack packetsJamal Hadi Salim
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-07-01bpf: Add TCP connection BPF callbacksLawrence Brakmo
2017-07-01bpf: Support for setting initial receive windowLawrence Brakmo
2017-07-01bpf: Support for per connection SYN/SYN-ACK RTOsLawrence Brakmo
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet
2017-06-02tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-08tcp: make congestion control optionally skip slow start after idleWei Wang
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet
2017-01-29tcp: include locally failed retries in retransmission statsYuchung Cheng
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-13tcp: remove forward retransmit featureYuchung Cheng
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-21tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan
2016-11-30tcp: instrument how long TCP is limited by receive windowFrancis Yan
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan