aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+4
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-2/+0
2014-06-27tcp: add tcp_conn_requestOctavian Purdila1-118/+2
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-1/+3
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-14/+1
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-6/+8
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-27tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-6/+20
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-1/+4
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-23/+32
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila1-1/+1
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila1-1/+2
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-2/+1
2014-05-23net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti1-0/+1
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti1-0/+1
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee1-12/+28
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng1-5/+17
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert1-20/+1
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen1-7/+11
2014-03-31ipv6: tcp_ipv6 do some cleanupWang Yufen1-13/+11
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng1-1/+3
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)1-1/+0
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot1-1/+11
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-6/+11
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen1-11/+11
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+2
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa1-0/+3
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot1-1/+0
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot1-5/+1
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot1-0/+4
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-2/+2
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-0/+1
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-30/+31
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-23/+21
2013-10-08tcp/dccp: remove twchainEric Dumazet1-4/+5
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-09-04net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann1-1/+1
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+1
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-2/+2
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa1-1/+2
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-0/+1
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng1-2/+0
2013-07-10net: rename ll methods to busy-pollEliezer Tamir1-1/+1