summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-10-02ip6_offload: fix compiler warningMax Krummenacher
2017-09-10net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-09-10ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-09-10ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-07-31ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
2017-07-31ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-07-31ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-25ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing
2017-06-25ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-25ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-25net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-25ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-06-25ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-06-24ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-06-24ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-06-24ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-06-13ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-06-13ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-06-13ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-06-13ipv6: check raw payload size correctly in ioctlJamie Bainbridge
2017-06-13ip6mr: fix notification device destructionNikolay Aleksandrov
2017-06-13net: ipv6: check route protocol when deleting routesMantas M
2017-05-28udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2017-01-13tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross
2016-12-23net: add recursion limit to GROSabrina Dubroca
2016-10-02ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-10netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-07-10netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-07-10netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-07-10netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal
2016-07-10netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-07-10netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-07-10netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-07-10netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-07-10netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-07-10netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-07-10netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-07-10netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-07-10netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-07-10tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-07-10ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-07-10ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-07-10udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-07-10ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-07-10mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-07-10tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-03-14ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa
2016-03-04rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-04ipv6: fix a lockdep splatEric Dumazet