aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)Author
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet
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-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-28net_dma: simple removalDan Williams
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-06tcp: md5: check md5 signature without socket lockDmitry Popov
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
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: move around a few calls in tcp_v6_conn_requestOctavian 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-27net: remove inet6_reqsk_allocOctavian Purdila
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen
2014-03-31ipv6: tcp_ipv6 do some cleanupWang Yufen
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet