aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson1-1/+9
2015-05-17tcp: halves tcp_mem[] limitsEric Dumazet1-4/+5
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet1-2/+13
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+35
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-0/+1
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-1/+5
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com1-1/+3
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-04-11new helper: msg_data_left()Al Viro1-4/+4
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-6/+6
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-1/+1
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet1-12/+13
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+3
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet1-7/+3
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger1-2/+1
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-127/+106
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-4/+4
2014-12-09tcp: refine TSO autosizingEric Dumazet1-39/+21
2014-12-09put iov_iter into msghdrAl Viro1-3/+3
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro1-1/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1