summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2019-03-23sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+1
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu1-1/+2
2019-02-20xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing1-0/+3
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern1-0/+3
2019-01-26ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern1-2/+4
2018-11-10ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio1-2/+1
2018-11-10ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet1-8/+8
2018-11-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo1-0/+2
2018-11-10ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+12
2018-11-10net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-10-13ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-1/+2
2018-10-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-08-28netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-08-28ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-08-28netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-22netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-06-13ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca1-1/+2
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long1-0/+7
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn1-1/+2
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-04-13ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-13vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-13ip6_gre: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-13ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2-6/+14
2018-04-13ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2018-04-08ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-24net: ipv6: send unsolicited NA on admin upDavid Ahern1-0/+2
2018-03-18netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal1-0/+4
2018-03-11udplite: fix partial checksum initializationAlexey Kodanev1-0/+5
2018-03-11ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
2018-03-03ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-8/+2
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2-18/+17
2018-02-16ip6mr: fix stale iteratorNikolay Aleksandrov1-0/+1
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2018-01-02ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-16ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-12-16sit: update frag_off infoHangbin Liu1-0/+1
2017-12-09vti6: fix device register to report IFLA_INFO_KINDDavid Forster1-1/+1
2017-11-30ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong1-1/+5
2017-11-24ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-11-18ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7