summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-091-6/+5
* | tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-091-11/+9
* | tcp: shortcut listeners in tcp_get_info()Eric Dumazet2016-11-091-17/+24
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-2/+0
|\
| * mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-2/+0
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-2/+1
|\ \ | |/ |/|
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-2/+1
* | tcp: export data delivery rateYuchung Cheng2016-09-211-1/+10
* | tcp: track application-limited rate samplesSoheil Hassas Yeganeh2016-09-211-0/+8
* | tcp: switch back to proper tcp_skb_cb size check in tcp_init()Eric Dumazet2016-09-211-2/+3
* | tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-211-1/+1
* | tcp: prepare skbs for better sack shiftingEric Dumazet2016-09-171-7/+24
* | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-2/+0
|\ \ | |/
| * net: diag: Fix refcnt leak in error path destroying socketDavid Ahern2016-08-231-2/+0
* | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-281-0/+6
* | tcp: md5: remove tcp_md5_hash_header()Eric Dumazet2016-08-191-17/+0
|/
* tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-011-0/+10
* tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+57
* tcp: guarantee forward progress in tcp_sendmsg()Eric Dumazet2016-05-041-2/+5
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-2/+6
* tcp: do not block bh during prequeue processingEric Dumazet2016-05-021-4/+0
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-1/+1
* tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau2016-04-281-2/+5
* tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-281-2/+3
* tcp: remove an unnecessary check in tcp_tx_timestampSoheil Hassas Yeganeh2016-04-281-1/+1
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-271-1/+1
* net: snmp: kill various STATS_USER() helpersEric Dumazet2016-04-271-6/+6
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-5/+15
* tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-22/+21
|\
| * tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau2016-03-141-0/+2
| * tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-14/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-3/+3
| |\
| * | tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-161-0/+6
| * | ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2016-02-071-4/+3
| * | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-071-1/+1
| * | ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2016-02-071-1/+2
| * | tcp: do not enqueue skb with SYN flagEric Dumazet2016-02-061-2/+6
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-15/+26
|\ \ \ | |_|/ |/| |
OpenPOWER on IntegriCloud