summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: prepare skbs for better sack shiftingEric Dumazet2016-09-171-7/+24
* tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-2/+0Star
|\
| * net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-241-2/+0Star
* | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-291-0/+6
* | tcp: md5: remove tcp_md5_hash_header()Eric Dumazet2016-08-201-17/+0Star
|/
* tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-011-0/+10
* tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+57
* tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet2016-05-041-2/+5
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-2/+6
* tcp: do not block bh during prequeue processingEric Dumazet2016-05-021-4/+0Star
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-1/+1
* tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2016-04-281-2/+5
* tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-281-2/+3
* tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh2016-04-281-1/+1
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-281-2/+2
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-281-1/+1
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-281-6/+6
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-5/+15
* tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-22/+21Star
|\
| * tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-0/+2
| * tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-14/+1Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-3/+3
| |\
| * | tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-171-0/+6
| * | ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2016-02-071-4/+3Star
| * | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-071-1/+1
| * | ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2016-02-071-1/+2
| * | tcp: do not enqueue skb with SYN flagEric Dumazet2016-02-061-2/+6
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-15/+26
|\ \ \ | |_|/ |/| |
| * | tcp: Use ahashHerbert Xu2016-01-271-15/+26
* | | tcp: correctly crypto_alloc_hash return checkInsu Yun2016-02-181-1/+1
* | | net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-2/+2
| |/ |/|
* | tcp: beware of alignments in tcp_get_info()Eric Dumazet2016-01-291-4/+8
|/
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-151-1/+2
* net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2015-12-221-0/+5
* tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet2015-12-181-0/+9
* net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-161-0/+32
* tcp: Fix conditions to determine checksum offloadTom Herbert2015-12-151-2/+2
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+2
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+3Star
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-161-10/+11
* tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-211-0/+1
* net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan2015-10-071-8/+16
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-301-12/+2Star
* tcp: fix slow start after idle vs TSO/GSOEric Dumazet2015-08-251-0/+2
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-2/+5
|\
| * tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-06-231-2/+5
* | sock_diag: implement a get_info handler for inetCraig Gallek2015-06-161-1/+3