aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-2/+0
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-2/+1
2016-09-21tcp: export data delivery rateYuchung Cheng1-1/+10
2016-09-21tcp: track application-limited rate samplesSoheil Hassas Yeganeh1-0/+8
2016-09-21tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet1-2/+3
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-1/+1
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet1-7/+24
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-2/+2
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2016-08-28tcp: Set read_sock and peek_len proto_opsTom Herbert1-0/+6
2016-08-23net: diag: Fix refcnt leak in error path destroying socketDavid Ahern1-2/+0
2016-08-19tcp: md5: remove tcp_md5_hash_header()Eric Dumazet1-17/+0
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-0/+10
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+57
2016-05-04tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet1-2/+5
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-2/+6
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet1-4/+0
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-1/+1
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau1-2/+5
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-2/+3
2016-04-28tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh1-1/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-1/+1
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-6/+6
2016-04-04sock: enable timestamping using control messagesSoheil Hassas Yeganeh1-5/+15
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh1-0/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-22/+21
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-15/+26
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+2
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert1-14/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun1-1/+1
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet1-0/+6
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov1-4/+3
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov1-1/+1
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov1-1/+2
2016-02-06tcp: do not enqueue skb with SYN flagEric Dumazet1-2/+6
2016-01-28tcp: beware of alignments in tcp_get_info()Eric Dumazet1-4/+8
2016-01-27tcp: Use ahashHerbert Xu1-15/+26
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-1/+2
2015-12-22net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti1-0/+5
2015-12-18tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet1-0/+9
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+32
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert1-2/+2
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+2
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-4/+3
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-10/+11