summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman2017-07-051-1/+1
* ipv6: Do not leak throw route referencesSerhey Popovych2017-07-052-18/+7
* ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-07-051-3/+3
* net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-07-051-1/+1
* proc: snmp6: Use correct type in memsetChristian Perle2017-07-051-1/+1
* net: ipv6: Release route when device is unregisteringDavid Ahern2017-07-051-0/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-07-055-16/+17
* ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-241-0/+1
* net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-141-1/+5
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-142-2/+2
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-141-1/+3
* ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-141-0/+3
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-142-0/+4
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-06-072-14/+20
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-071-7/+8
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-073-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-074-6/+16
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-071-0/+2
* tcp: randomize timestamps on syncookiesEric Dumazet2017-05-142-14/+28
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-142-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-142-11/+17
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-141-0/+2
* net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-141-2/+3
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
* net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
* ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
* ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
* net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-211-0/+4
* ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0
* ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun2017-04-201-0/+3
* ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal2017-04-171-2/+5
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-9/+1
* ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
* ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
* net: ipv6: set route type for anycast routesDavid Ahern2017-03-161-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-152-8/+8
|\
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
* | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-131-3/+5
* | ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-131-1/+6
* | ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-131-0/+2
* | udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-091-1/+1
* | net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-091-1/+3
* | net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern2017-03-091-5/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-03-071-2/+6
|\ \
| * | vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-02-161-2/+6
* | | ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-03-071-5/+5
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-043-12/+32
|\ \