summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2019-05-16ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-05-16ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2019-04-27inet: update the IP ID generation algorithm to higher standards.Amit Klein
2019-04-27ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato
2019-04-03tcp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-04-03ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa
2019-03-23net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal
2019-03-23net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-23ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-03-23sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-20xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-01-26ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
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-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-11-10ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-11-10net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-13ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-10-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-08-28netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-28ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu
2018-08-28netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-07-28ip: hash fragments consistentlyPaolo Abeni
2018-07-22netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
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-25net: 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-13ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-04-13vti6: 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-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld
2018-04-13ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar
2018-04-08ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-03-24net: ipv6: send unsolicited NA on admin upDavid Ahern
2018-03-18netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev
2018-03-11ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2018-03-03ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-16ip6mr: fix stale iteratorNikolay Aleksandrov