aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-2/+1
2016-06-30tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULTSeymour, Shane M1-1/+1
2016-06-10tcp: add in_flight to tcp_skb_cbLawrence Brakmo1-0/+2
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern1-1/+3
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo1-1/+6
2016-05-09tcp: refactor struct tcp_skb_cbLawrence Brakmo1-3/+8
2016-04-28tcp: Make use of MSG_EOR in tcp_sendmsgMartin KaFai Lau1-1/+7
2016-04-27net: snmp: kill STATS_BH macrosEric Dumazet1-1/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-1/+1
2016-04-27net: snmp: kill various STATS_USER() helpersEric Dumazet1-5/+4
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-2/+2
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau1-0/+2
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-2/+7
2016-04-04tcp: increment sk_drops for listenersEric Dumazet1-0/+13
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh1-1/+2
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng1-11/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+42
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+1
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau1-0/+10
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert1-0/+24
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov1-2/+2
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov1-2/+1
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov1-1/+0
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov1-1/+0
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov1-1/+0
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov1-1/+3
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-1/+0
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov1-1/+0
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov1-1/+0
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet1-0/+1
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet1-0/+1
2016-01-29tcp: Change reference to experimental CWND RFC.Jörg Thalheim1-1/+1
2016-01-27tcp: Use ahashHerbert Xu1-5/+1
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-2/+2
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-2/+3
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov1-2/+3
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov1-2/+3
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov1-2/+3
2015-12-22net: add inet_sk_transparent() helperFlorian Westphal1-0/+12
2015-12-15net: diag: Support destroying TCP sockets.Lorenzo Colitti1-0/+2
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet1-1/+3
2015-10-21tcp: use RACK to detect lossesYuchung Cheng1-0/+9
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+5
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng1-0/+7
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+1
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+4