summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
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
2015-12-22net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti
2015-12-18tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-23tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-06-15sock_diag: implement a get_info handler for inetCraig Gallek
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson
2015-05-17tcp: halves tcp_mem[] limitsEric Dumazet