summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-261-0/+4
* ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-261-3/+0
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-06-261-1/+1
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-132-1/+8
* ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-131-1/+2
* sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-05-301-0/+7
* ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long2018-05-301-4/+8
* netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan2018-05-301-0/+1
* netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan2018-05-301-5/+10
* net: test tailroom before appending to linear skbWillem de Bruijn2018-05-251-1/+2
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-291-0/+2
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-131-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-131-4/+7
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-131-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-131-3/+5
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-131-2/+5
* net/ipv6: Fix route leaking between VRFsDavid Ahern2018-04-131-0/+3
* ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-04-131-4/+9
* ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2018-04-132-6/+14
* sit: reload iphdr in ipip6_rcvHaishuang Yan2018-04-131-0/+1
* ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2018-04-131-0/+3
* ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2018-04-131-1/+4
* Revert "ip6_vti: adjust vti mtu according to mtu of lower device"Greg Kroah-Hartman2018-04-081-20/+0
* ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi2018-03-311-1/+2
* ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev2018-03-241-0/+20
* net: ipv6: send unsolicited NA on admin upDavid Ahern2018-03-241-0/+2
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2018-03-181-3/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2018-03-181-4/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2018-03-181-3/+2
* netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal2018-03-181-0/+4
* netfilter: add back stackpointer size checksFlorian Westphal2018-03-181-0/+4
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-111-0/+5
* ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-03-111-1/+1
* ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2018-03-031-2/+7
* ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2018-03-031-0/+1
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-281-8/+2
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-02-252-18/+17
* ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-02-131-4/+7
* ip6mr: fix stale iteratorNikolay Aleksandrov2018-02-131-0/+1
* gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-312-0/+6
* ip6_gre: init dev->mtu and dev->hard_header_len correctlyAlexey Kodanev2018-01-311-7/+7
* ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet2018-01-311-0/+1
* ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-311-2/+4
* ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABELBen Hutchings2018-01-312-2/+2
* ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet2018-01-171-2/+3
* ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-171-4/+5
* adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2018-01-021-1/+1
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-021-1/+1
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-023-3/+11
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2018-01-021-10/+15