summaryrefslogtreecommitdiff
path: root/net/ipv6/tcp_ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2017-11-24ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-06-26ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton1-3/+8
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell1-3/+5
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-07-12tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-02-15ipv6: tcp: add rcu locking in tcp_v6_send_synack()Eric Dumazet1-0/+2
2016-01-16net: fix IP early demux racesEric Dumazet1-2/+1
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet1-11/+17
2015-06-15tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-04-27net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev1-0/+11
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček1-1/+1
2015-01-27tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29
2014-12-16tcp: fix more NULL deref after prequeue changesEric Dumazet1-14/+14
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet1-1/+4
2014-10-23net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla1-2/+2
2014-10-18ipv6: introduce tcp_v6_iif()Eric Dumazet1-11/+15
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+22
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-12/+1
2014-09-29tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-0/+7
2014-09-29ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-2/+3
2014-09-28net_dma: simple removalDan Williams1-12/+1
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet1-0/+1
2014-09-10tcp: remove dst refcount false sharing for prequeue modeEric Dumazet1-6/+9
2014-09-06tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-2/+2
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+2
2014-08-07tcp: md5: check md5 signature without socket lockDmitry Popov1-6/+19
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert1-0/+4
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-2/+0
2014-06-28tcp: add tcp_conn_requestOctavian Purdila1-118/+2
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-1/+3
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-14/+1
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-6/+8
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-28tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-6/+20
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-1/+4
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-23/+32
2014-06-28net: remove inet6_reqsk_allocOctavian Purdila1-1/+1
2014-06-28tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila1-1/+2
2014-06-18tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-2/+1
2014-05-24net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti1-0/+1
2014-05-14net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti1-0/+1
2014-05-14tcp: IPv6 support for fastopen serverDaniel Lee1-12/+28
2014-05-14tcp: improve fastopen icmp handlingYuchung Cheng1-5/+17
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert1-20/+1
2014-04-12net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti1-1/+1