summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet
2015-05-14tcp: syncookies: extend validity rangeEric Dumazet
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du
2015-03-06ipv4: Raise tcp PMTU probe mss base sizeFan Du
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04tcp: do not pace pure ack packetsEric Dumazet
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann
2014-11-04net: allow setting ecn via routing tableFlorian Westphal
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal
2014-10-29tcp: allow for bigger reordering levelEric Dumazet
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal