summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen1-0/+1
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore3-95/+52
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-08-22ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
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