summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-12-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-17netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac
2018-12-17net: use skb_list_del_init() to remove from RX sublistsEdward Cree
2018-12-17ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-17ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-11-27netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-23ipv6: fix a dst leak when removing its exceptionXin Long
2018-11-04net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-11-04ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio
2018-10-20net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-10-18ip6_tunnel: Fix encapsulation layoutStefano Brivio
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-17udp6: fix encap return code for resubmittingPaolo Abeni
2018-10-15ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca
2018-10-11net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov
2018-10-10net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport
2018-10-05ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-09-26net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern
2018-09-21net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-09-19ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-18ipv6: fix memory leak on dst->_metricsWei Wang
2018-09-18Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan
2018-09-03ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu
2018-09-03xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-09-02net/ipv6: Only update MTU metric if it setDavid Ahern
2018-09-01ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev
2018-08-29ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca
2018-08-29ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2018-08-29vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-08-27erspan: set erspan_ver to 1 by default when adding an erspan devXin Long
2018-08-22net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu
2018-08-22addrconf: reduce unnecessary atomic allocationsCong Wang
2018-08-20net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern
2018-08-19ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan
2018-08-19ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan
2018-08-18ip6_vti: simplify stats handling in vti6_xmitHaishuang Yan
2018-08-16netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal