summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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/+3
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-151-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-291-12/+2
* 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-151-1/+3
* | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-4/+7
|\ \ | |/
| * tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-221-4/+7
* | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-211-0/+2
* | tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron2015-05-211-0/+6
* | tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-211-8/+11
* | tcp: Return error instead of partial read for saved syn headersEric B Munson2015-05-191-1/+9
* | tcp: halves tcp_mem[] limitsEric Dumazet2015-05-171-4/+5
* | tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-171-2/+13
* | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-051-0/+35
|/
* tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-291-0/+21
* tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-291-0/+1
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-291-1/+5
* tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-211-1/+3
* tcp: tcp_get_info() should fetch socket fields onceEric Dumazet2015-04-171-4/+6
* new helper: msg_data_left()Al Viro2015-04-111-4/+4
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-6/+6
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* tcp: use C99 initializers in new_state[]Eric Dumazet2015-03-241-12/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-091-7/+3
|\
| * tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-051-7/+3
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* | net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger2015-03-021-2/+1
|/
* ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-041-127/+106
* Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-101-4/+4
|\
| * put iov_iter into msghdrAl Viro2014-12-091-3/+3
| * switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-1/+1
* | tcp: refine TSO autosizingEric Dumazet2014-12-091-39/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-1/+1
|\
| * net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-261-1/+1
* | new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-3/+2
|/
* tcp: md5: do not use alloc_percpu()Eric Dumazet2014-10-251-39/+20
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
OpenPOWER on IntegriCloud