summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix build error if IPv6 is not enabledEric Dumazet2014-10-181-0/+2
* ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-181-0/+9
* ipv4: clean up cookie_v4_check()Cong Wang2014-10-171-3/+2Star
* ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2014-10-171-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-28/+57
|\
| * tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-301-1/+1
| * tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-34/+0Star
| * net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-291-1/+8
| * net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-291-2/+6
| * net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-291-17/+44
| * net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-291-1/+1
| * tcp: change tcp_skb_pcount() locationEric Dumazet2014-09-281-2/+21
| * tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet2014-09-281-6/+6
| * tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet2014-09-061-6/+7
| * tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-061-1/+6
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-9/+0Star
|\ \ | |/ |/|
| * net: make tcp_cleanup_rbuf privateDan Williams2014-09-281-1/+0Star
| * net_dma: simple removalDan Williams2014-09-281-8/+0Star
* | tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-141-1/+1
* | tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-141-0/+1
* | tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-141-1/+3
* | tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2014-08-061-1/+1
* | tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2014-07-161-1/+1
* | tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell2014-07-081-1/+1
* | tcp: add tcp_conn_requestOctavian Purdila2014-06-281-0/+3
* | tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-281-0/+2
* | tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-281-0/+1
* | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-281-0/+2
* | tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-281-0/+3
* | tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-281-0/+1
* | tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2014-06-281-0/+3
* | tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2014-06-281-14/+20
* | tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2014-06-281-0/+2
* | tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2014-06-281-2/+3
* | tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila2014-06-181-1/+2
* | tcp: add gfp parameter to tcp_fragmentOctavian Purdila2014-06-111-1/+1
* | tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell2014-05-221-3/+8
* | tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-131-7/+7
* | tcp: simplify fast open cookie processingYuchung Cheng2014-05-131-8/+1Star
* | tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng2014-05-131-2/+8
* | tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-041-5/+3Star
* | tcp: fix cwnd limited checking to improve congestion controlEric Dumazet2014-05-021-1/+21
* | tcp: make tcp_cwnd_application_limited() staticWeiping Pan2014-04-211-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-5/+6
|\ \
| * | tcp: syncookies: do not use getnstimeofday()Eric Dumazet2014-03-201-5/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-1/+2
|\|
| * net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-221-1/+2
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-3/+7
* | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-141-3/+0Star
|/
* tcp: make local functions staticstephen hemminger2013-12-291-3/+0Star