aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-01-20 01:19:31 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2015-01-20 01:19:31 -0500
commiteef8f4c2acac6fae84f2d959a145fa3cad4d00c9 (patch)
tree75bae5d1b2dbf7bd3f631f9e423a35f391163e1a /MAINTAINERS
parent2262889091c15ef0c790be0b99ea6dae73c86a0b (diff)
parenta8c1d28ac3925b99b5a939617d3fef1644298ee8 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller: 1) Socket addresses returned in the error queue need to be fully initialized before being passed on to userspace, fix from Willem de Bruijn. 2) Interrupt handling fixes to davinci_emac driver from Tony Lindgren. 3) Fix races between receive packet steering and cpu hotplug, from Eric Dumazet. 4) Allowing netlink sockets to subscribe to unknown multicast groups leads to crashes, don't allow it. From Johannes Berg. 5) One to many socket races in SCTP fixed by Daniel Borkmann. 6) Put in a guard against the mis-use of ipv6 atomic fragments, from Hagen Paul Pfeifer. 7) Fix promisc mode and ethtool crashes in sh_eth driver, from Ben Hutchings. 8) NULL deref and double kfree fix in sxgbe driver from Girish K.S and Byungho An. 9) cfg80211 deadlock fix from Arik Nemtsov. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (36 commits) s2io: use snprintf() as a safety feature r8152: remove sram_read r8152: remove generic_ocp_read before writing bgmac: activate irqs only if there is nothing to poll bgmac: register napi before the device sh_eth: Fix ethtool operation crash when net device is down sh_eth: Fix promiscuous mode on chips without TSU ipv6: stop sending PTB packets for MTU < 1280 net: sctp: fix race for one-to-many sockets in sendmsg's auto associate genetlink: synchronize socket closing and family removal genetlink: disallow subscribing to unknown mcast groups genetlink: document parallel_ops net: rps: fix cpu unplug net: davinci_emac: Add support for emac on dm816x net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address space net: davinci_emac: Fix incomplete code for getting the phy from device tree net: davinci_emac: Free clock after checking the frequency net: davinci_emac: Fix runtime pm calls for davinci_emac net: davinci_emac: Fix hangs with interrupts ip: zero sockaddr returned on error queue ...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e99241d148d..56de2e34c9f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2346,7 +2346,8 @@ CAN NETWORK LAYER
2346M: Oliver Hartkopp <socketcan@hartkopp.net> 2346M: Oliver Hartkopp <socketcan@hartkopp.net>
2347L: linux-can@vger.kernel.org 2347L: linux-can@vger.kernel.org
2348W: http://gitorious.org/linux-can 2348W: http://gitorious.org/linux-can
2349T: git git://gitorious.org/linux-can/linux-can-next.git 2349T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2350T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2350S: Maintained 2351S: Maintained
2351F: Documentation/networking/can.txt 2352F: Documentation/networking/can.txt
2352F: net/can/ 2353F: net/can/
@@ -2361,7 +2362,8 @@ M: Wolfgang Grandegger <wg@grandegger.com>
2361M: Marc Kleine-Budde <mkl@pengutronix.de> 2362M: Marc Kleine-Budde <mkl@pengutronix.de>
2362L: linux-can@vger.kernel.org 2363L: linux-can@vger.kernel.org
2363W: http://gitorious.org/linux-can 2364W: http://gitorious.org/linux-can
2364T: git git://gitorious.org/linux-can/linux-can-next.git 2365T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2366T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2365S: Maintained 2367S: Maintained
2366F: drivers/net/can/ 2368F: drivers/net/can/
2367F: include/linux/can/dev.h 2369F: include/linux/can/dev.h