summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-09-27ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca
2017-09-27ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-27ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-09-27ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-08-11ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-08-11ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek
2017-07-21ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
2017-07-21ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-07-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-26ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-26ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-14ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-06-14ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-15ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-08ip6mr: fix notification device destructionNikolay Aleksandrov
2017-04-22net: ipv6: check route protocol when deleting routesMantas M
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell
2017-04-18vti6: return GRE_KEY for vti6David Forster
2017-04-18ipv6: correctly add local routes when lo goes upNicolas Dichtel
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-04-18ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet
2017-04-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-04-18sit: fix a double free on error pathWANG Cong
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-02-08Fix "tunnels: Don't apply GRO to multiple layers of encapsulation."Greg Kroah-Hartman
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-11-19udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-10-05ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-12netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-12netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-12netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-12netfilter: x_tables: kill check_entry helperFlorian Westphal