aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-02-19ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru
2019-02-19ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-02-19ip6_gre: update version related info when changing linkHangbin Liu
2019-02-19erspan: build the header with the right proto according to erspan_verXin Long
2019-02-19ip6_gre: fix tunnel list corruption for x-netnsOlivier Matz
2019-02-19udp: with udp_segment release on error pathWillem de Bruijn
2019-02-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern
2019-02-05ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern
2019-02-05ipv6: make icmp6_send() robust against null skb->devEric Dumazet
2019-02-05ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-30multicast: remove useless parameter for group addHangbin Liu
2019-01-30ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-12ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio
2019-01-12net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET
2019-01-12ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu
2019-01-12ip: validate header length on virtual device xmitWillem de Bruijn
2019-01-12ipv6: tunnels: fix two use-after-freeEric Dumazet
2019-01-12ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2019-01-12ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-30netfilter: nat: fix double register in masquerade modulesTaehee Yoo
2018-12-30netfilter: add missing error handling code for register functionsTaehee Yoo
2018-12-30netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac
2018-12-30ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani
2018-12-30ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-30ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-12-04netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal
2018-12-04netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal
2018-12-04ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-12-04ipv6: 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-04ip6_tunnel: Fix encapsulation layoutStefano Brivio
2018-11-04udp6: fix encap return code for resubmittingPaolo Abeni
2018-11-04net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-11-04net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-11-04ipv6: rate-limit probes for neighbourless routesSabrina Dubroca
2018-11-04ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio
2018-11-04ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet
2018-11-04Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin
2018-11-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan
2018-11-04xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-10-18net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport
2018-10-18net/ipv6: Remove extra call to ip6_convert_metrics for multipath caseDavid Ahern
2018-10-18net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-18ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-29net/ipv6: do not copy dst flags on rt initPeter Oskolkov
2018-09-29ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen