aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-2/+2
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner1-0/+1
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-5/+5
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann1-0/+13
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-2/+2
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-2/+4
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet1-6/+7
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-1/+1
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-09tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-1/+5
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-11/+23
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-7/+7
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-10/+11
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-1/+1
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-2/+2
2015-03-24tcp: md5: fix rcu lockdep splatEric Dumazet1-9/+11
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-1/+0
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du1-2/+36
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du1-3/+11
2015-02-28tcp: tso: allow CA_CWR state in tcp_tso_should_defer()Eric Dumazet1-1/+1
2015-02-28tcp: tso: restore IW10 after TSO autosizingEric Dumazet1-2/+11
2015-02-28tcp: tso: remove tp->tso_deferredEric Dumazet1-9/+5
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du1-5/+3
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-3/+8
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-1/+9
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro1-3/+8
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+21
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-1/+1
2014-12-09tcp: refine TSO autosizingEric Dumazet1-18/+41
2014-12-09put iov_iter into msghdrAl Viro1-1/+1
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2014-11-13tcp: limit GSO packets to half cwndEric Dumazet1-4/+8
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-2/+11
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+1
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+25
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-4/+1
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal1-9/+9
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann1-0/+1
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-0/+4
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-7/+18