aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAge
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-26
|\|
| * tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-22
|\|
| * tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-21
* | net: ipv4: tcp: fixed comment coding style issueRohit Chavan2017-05-22
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-17
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-17
* | tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-17
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-17
|/
* tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-04-30
* tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-26
* net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
|\
| * tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-09
* | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-23
|\|
| * tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet2017-03-17
* | net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng2017-03-22
|/
* tcp: fix potential double free issue for fastopen_reqWei Wang2017-03-02
* tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet2017-02-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-07
|\
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-06
* | tcp: record pkts sent and retransmisttedYuchung Cheng2017-01-29
* | net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-25
* | net/tcp-fastopen: Add new API supportWei Wang2017-01-25
* | net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-20
* | tcp: remove thin_dupack featureYuchung Cheng2017-01-13
* | tcp: remove early retransmitYuchung Cheng2017-01-13
* | tcp: make TCP_INFO more consistentEric Dumazet2017-01-09
* | tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-01-05
* | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-29
* | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-29
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet2016-12-05
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-30
* tcp: export sender limits chronographs to TCP_INFOFrancis Yan2016-11-30
* tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan2016-11-30
* tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin2016-11-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\
| * tcp: fix return value for partial writesEric Dumazet2016-11-03
| * tcp: fix potential memory corruptionEric Dumazet2016-11-03
* | tcp: remove unaligned accesses from tcp_get_info()Eric Dumazet2016-11-09
* | tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-09
* | tcp: shortcut listeners in tcp_get_info()Eric Dumazet2016-11-09
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-08
|\
| * mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-07
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-07
|\ \ | |/ |/|
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-03
* | tcp: export data delivery rateYuchung Cheng2016-09-21
* | tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-21