summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_output.c
AgeCommit message (Expand)Author
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng
2017-11-11tcp: retire FACK loss detectionYuchung Cheng
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-05tcp: do not clear again skb->csum in tcp_init_nondata_skb()Eric Dumazet
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03tcp: tcp_fragment() should not assume rtx skbsEric Dumazet
2017-11-03tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-28tcp: Namespace-ify sysctl_tcp_min_tso_segsEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_limit_output_bytesEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet
2017-10-28tcp: Namespace-ify sysctl_tcp_tso_win_divisorEric Dumazet
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet
2017-10-26tcp: TCP experimental option for SMCUrsula Braun
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den
2017-10-21tcp: fix tcp_send_syn_data()Eric Dumazet
2017-10-18tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet
2017-09-18tcp: remove two unused functionsYuchung Cheng
2017-09-16tcp: fix data delivery rateEric Dumazet
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31tcp: remove header predictionFlorian Westphal
2017-07-29tcp: avoid bogus gcc-7 array-bounds warningArnd Bergmann
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng
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