Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet
2015-03-25tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet
2015-03-25tcp: 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-10ipv4: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05tcp: do not pace pure ack packetsEric Dumazet
2015-01-29tcp: stretch ACK fixes prepNeal Cardwell
2015-01-06net: tcp: add per route congestion controlDaniel Borkmann
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-06net: tcp: add key management to congestion controlDaniel Borkmann
2014-11-05net: allow setting ecn via routing tableFlorian Westphal
2014-11-05syncookies: 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-18ipv6: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-01tcp: 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
2014-09-29tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-29tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams
2014-09-28net_dma: simple removalDan Williams
2014-09-06tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet
2014-09-06tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet
2014-08-15tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-06tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell
2014-07-16tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell
2014-06-28tcp: add tcp_conn_requestOctavian Purdila