summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-01-13ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-11-10ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio
2018-11-10ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet
2018-11-10vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel
2018-11-10ipv6: orphan skbs in reassembly unitEric Dumazet
2018-11-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-10-20net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-20ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet
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-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-08-15ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIVThomas Egerer
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-22Revert "sit: reload iphdr in ipip6_rcv"David S. Miller
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-03tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-07-03xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet
2018-06-13ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long
2018-05-26net: test tailroom before appending to linear skbWillem de Bruijn
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni
2018-04-13net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill
2018-04-13vti6: better validate user provided tunnel namesEric Dumazet
2018-04-13ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-13ip6_gre: better validate user provided tunnel namesEric Dumazet
2018-04-13ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-04-13net/ipv6: Fix route leaking between VRFsDavid Ahern
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2018-04-13sit: reload iphdr in ipip6_rcvHaishuang Yan
2018-04-13ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar
2018-04-08Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-03-24ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2018-03-24net: ipv6: send unsolicited NA on admin upDavid Ahern
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2018-03-18netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal
2018-03-18netfilter: add back stackpointer size checksFlorian Westphal
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev