aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+1
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan1-8/+16
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-12/+2
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-0/+2
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-4/+7
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch1-2/+5
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek1-1/+3
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-2/+3
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-4/+7
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+2
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron1-0/+6
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-8/+11