summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-01-09Merge 4.14.92 into android-4.14Greg Kroah-Hartman
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet
2019-01-09ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2019-01-09ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-17Merge 4.14.89 into android-4.14Greg Kroah-Hartman
2018-12-17netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac
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-23Merge 4.14.83 into android-4.14Greg Kroah-Hartman
2018-11-23ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-08Merge 4.14.79 into android-4.14Greg Kroah-Hartman
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/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-18Merge 4.14.77 into android-4.14Greg Kroah-Hartman
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-29Merge 4.14.73 into android-4.14Greg Kroah-Hartman
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
2018-09-26Merge 4.14.72 into android-4.14Greg Kroah-Hartman
2018-09-26net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern
2018-09-20Merge 4.14.71 into android-4.14Greg Kroah-Hartman
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-19net: sk_buff rbnode reorgEric Dumazet
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-09-19ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-09-19inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-09-19inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-09-19inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-09-19inet: frags: remove some helpersEric Dumazet
2018-09-19inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-09-19ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet
2018-09-19inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-09-19inet: frags: Convert timers to use timer_setup()Kees Cook
2018-09-19inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-09-19inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-09-15Merge 4.14.70 into android-4.14Greg Kroah-Hartman
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev