aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-21tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng
2017-03-16tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-01-29tcp: record pkts sent and retransmisttedYuchung Cheng
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet
2017-01-13tcp: remove thin_dupack featureYuchung Cheng
2017-01-13tcp: remove early retransmitYuchung Cheng
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet
2017-01-05tcp: provide timestamps for partial writesSoheil Hassas Yeganeh
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet
2016-11-09tcp: shortcut listeners in tcp_get_info()Eric Dumazet
2016-11-03tcp: fix return value for partial writesEric Dumazet
2016-11-03tcp: fix potential memory corruptionEric Dumazet
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03skb_splice_bits(): get rid of callbackAl Viro
2016-09-21tcp: export data delivery rateYuchung Cheng
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert
2016-08-23net: diag: Fix refcnt leak in error path destroying socketDavid Ahern