summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande2017-06-191-1/+2
* tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-151-2/+3
* tcp: ULP infrastructureDave Watson2017-06-151-0/+28
* tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-081-6/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-2/+4
|\
| * tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos2017-05-311-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-271-2/+5
|\|
| * tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-231-0/+4
|\|
| * tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
* | net: ipv4: tcp: fixed comment coding style issueRohit Chavan2017-05-221-2/+3
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-171-2/+2
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-171-1/+1
* | tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-171-1/+1
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-171-1/+1
|/
* tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-05-011-1/+1
* tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-261-1/+1
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-161-0/+1
|\
| * tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-101-0/+1
* | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-1/+2
|\|
| * tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet2017-03-171-1/+2
* | net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng2017-03-221-1/+1
|/
* tcp: fix potential double free issue for fastopen_reqWei Wang2017-03-021-3/+12
* tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet2017-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-0/+6
|\
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-071-0/+6
* | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-301-1/+5
* | net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-251-1/+1
* | net/tcp-fastopen: Add new API supportWei Wang2017-01-251-1/+34
* | net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-201-2/+0Star
* | tcp: remove thin_dupack featureYuchung Cheng2017-01-141-4/+2Star
* | tcp: remove early retransmitYuchung Cheng2017-01-141-3/+0Star
* | tcp: make TCP_INFO more consistentEric Dumazet2017-01-091-4/+4
* | tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-01-051-8/+10
* | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-291-2/+0Star
* | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-1/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet2016-12-051-2/+2
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+20
* tcp: export sender limits chronographs to TCP_INFOFrancis Yan2016-11-301-0/+20
* tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan2016-11-301-2/+8
* tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin2016-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-2/+2
|\
| * tcp: fix return value for partial writesEric Dumazet2016-11-031-1/+1
| * tcp: fix potential memory corruptionEric Dumazet2016-11-031-1/+1
* | tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet2016-11-101-6/+5Star
* | tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-091-11/+9Star
* | tcp: shortcut listeners in tcp_get_info()Eric Dumazet2016-11-091-17/+24
|/