aboutsummaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
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
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28tcp: 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-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell
2014-06-27tcp: add tcp_conn_requestOctavian Purdila
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-20tcp: syncookies: do not use getnstimeofday()Eric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2013-12-29tcp: make local functions staticstephen hemminger