summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2018-01-011-4/+7
* ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett2018-01-011-8/+8
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2018-01-011-1/+2
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2018-01-011-6/+8
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-11-261-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-11-261-6/+19
* netfilter: Fix switch statement warnings with recent gcc.David Miller2017-11-111-0/+2
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-11-112-5/+8
* ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-11-111-1/+1
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-11-112-7/+26
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2017-11-113-7/+4
* ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-11-111-4/+2
* ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-11-111-0/+4
* dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings2017-11-112-2/+2
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-11-111-1/+1
* ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-11-111-8/+3
* net/route: enforce hoplimit max valuePaolo Abeni2017-10-121-1/+5
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-10-121-9/+9
* ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2017-10-121-2/+3
* net: account for current skb length when deciding about UFOMichal Kubeček2017-09-151-9/+8
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-09-151-1/+4
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-09-151-1/+5
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-09-152-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-09-152-11/+17
* ipv6: Do not leak throw route referencesSerhey Popovych2017-09-151-1/+2
* net: ping: do not abuse udp_poll()Eric Dumazet2017-09-152-2/+2
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-09-151-1/+3
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-09-152-0/+4
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-261-3/+4
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-261-1/+1
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-261-2/+6
* ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-08-261-0/+1
* ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-08-261-2/+2
* net: ipv6: send unsolicited NA on admin upDavid Ahern2017-08-261-0/+2
* ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-07-181-2/+4
* net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-07-181-1/+2
* net: ipv6: set route type for anycast routesDavid Ahern2017-07-181-0/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-07-181-3/+5
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-07-181-0/+2
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-07-181-1/+1
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-051-7/+8
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-051-0/+2
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-053-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-054-6/+16
* net: ipv6: check route protocol when deleting routesMantas M2017-06-051-0/+2
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-03-161-0/+1
* mld: do not remove mld souce list info when set link downHangbin Liu2017-03-161-21/+30
* sit: fix a double free on error pathWANG Cong2017-03-161-0/+1
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-03-161-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-03-161-12/+22