aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2017-09-20tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-07-21tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong
2017-06-07tcp: avoid fastopen API to be used on AF_UNSPECWei Wang
2017-05-03tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-02-18tcp: avoid infinite loop in tcp_splice_read()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
2016-08-19tcp: md5: remove tcp_md5_hash_header()Eric Dumazet
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-01-27tcp: Use ahashHerbert Xu
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner