summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu1-2/+1
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn1-2/+5
2018-07-28ip: hash fragments consistentlyPaolo Abeni1-0/+2
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal1-0/+2
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-07-11Revert "sit: reload iphdr in ipip6_rcv"David S. Miller1-1/+0
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-26xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-06-13vrf: check the original netdevice for generating redirectStephen Suryaputra2-1/+8
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-30ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long1-4/+8
2018-05-30netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan1-0/+1
2018-05-30netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan1-5/+10
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-13vti6: better validate user provided tunnel namesEric Dumazet1-2/+5
2018-04-13ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-4/+7
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-13net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill1-2/+5
2018-04-13net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-04-13ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-04-13ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2-6/+14
2018-04-13sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2018-04-13ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2018-04-13ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar1-1/+4
2018-04-08Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman1-20/+0
2018-03-31ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi1-1/+2
2018-03-24ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev1-0/+20
2018-03-24net: ipv6: send unsolicited NA on admin upDavid Ahern1-0/+2
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal1-3/+6
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal1-4/+1
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal1-3/+2
2018-03-18netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal1-0/+4
2018-03-18netfilter: add back stackpointer size checksFlorian 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-03ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
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-13ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau1-4/+7
2018-02-13ip6mr: fix stale iteratorNikolay Aleksandrov1-0/+1
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn2-0/+6
2018-01-31ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev1-7/+7
2018-01-31ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet1-0/+1
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-31ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2-2/+2