summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2016-04-25Merge remote-tracking branch 'common/android-4.4' into android-hikey-linaro-4...Dmitry Shmidt
2016-04-25Revert "misc: uidstat: Adding uid stat driver to collect network statistics."Amit Pundir
2016-04-22Revert "net: socket ioctl to reset connections matching local address"Dmitry Shmidt
2016-04-21Revert "net: fix iterating over hashtable in tcp_nuke_addr()"Dmitry Shmidt
2016-04-21Revert "net: fix crash in tcp_nuke_addr()"Dmitry Shmidt
2016-04-21Revert "Don't kill IPv4 sockets when killing IPv6 sockets was requested."Dmitry Shmidt
2016-04-21Revert "tcp: Fix IPV6 module build errors"Dmitry Shmidt
2016-03-31Merge tag 'v4.4.6' into android-4.4-stable-mergeJohn Stultz
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-03tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-02-25net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti
2016-02-25tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet
2016-02-25net: diag: Support destroying TCP sockets.Lorenzo Colitti
2016-02-16tcp: Fix IPV6 module build errorsTushar Behera
2016-02-16Don't kill IPv4 sockets when killing IPv6 sockets was requested.Lorenzo Colitti
2016-02-16net: kuid/kguid build fixesJohn Stultz
2016-02-16misc: uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2016-02-16net: fix crash in tcp_nuke_addr()Dmitry Torokhov
2016-02-16net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov
2016-02-16net: socket ioctl to reset connections matching local addressRobert Love
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
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet
2015-04-11new helper: msg_data_left()Al Viro
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller