diff options
author | David S. Miller <davem@davemloft.net> | 2014-05-24 00:32:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-24 00:32:30 -0400 |
commit | 54e5c4def0614ab540fbdf68e45342a4af141702 (patch) | |
tree | 95a2f61c72336932e83d9e4180cd9739106d624b /MAINTAINERS | |
parent | be65de7174123e02477bd488db1a657caf0f9947 (diff) | |
parent | 1ee1ceafb572f1a925809168267a7962a4289de8 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/bonding/bond_alb.c
drivers/net/ethernet/altera/altera_msgdma.c
drivers/net/ethernet/altera/altera_sgdma.c
net/ipv6/xfrm6_output.c
Several cases of overlapping changes.
The xfrm6_output.c has a bug fix which overlaps the renaming
of skb->local_df to skb->ignore_df.
In the Altera TSE driver cases, the register access cleanups
in net-next overlapped with bug fixes done in net.
Similarly a bug fix to send ALB packets in the bonding driver using
the right source address overlaps with cleanups in net-next.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 40 |
1 files changed, 23 insertions, 17 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f5de16eb1955..75106235a38d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -537,7 +537,7 @@ L: linux-alpha@vger.kernel.org | |||
537 | F: arch/alpha/ | 537 | F: arch/alpha/ |
538 | 538 | ||
539 | ALTERA TRIPLE SPEED ETHERNET DRIVER | 539 | ALTERA TRIPLE SPEED ETHERNET DRIVER |
540 | M: Vince Bridgers <vbridgers2013@gmail.com | 540 | M: Vince Bridgers <vbridgers2013@gmail.com> |
541 | L: netdev@vger.kernel.org | 541 | L: netdev@vger.kernel.org |
542 | L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) | 542 | L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) |
543 | S: Maintained | 543 | S: Maintained |
@@ -1893,14 +1893,15 @@ L: netdev@vger.kernel.org | |||
1893 | S: Supported | 1893 | S: Supported |
1894 | F: drivers/net/ethernet/broadcom/bnx2x/ | 1894 | F: drivers/net/ethernet/broadcom/bnx2x/ |
1895 | 1895 | ||
1896 | BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE | 1896 | BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE |
1897 | M: Christian Daudt <bcm@fixthebug.org> | 1897 | M: Christian Daudt <bcm@fixthebug.org> |
1898 | M: Matt Porter <mporter@linaro.org> | 1898 | M: Matt Porter <mporter@linaro.org> |
1899 | L: bcm-kernel-feedback-list@broadcom.com | 1899 | L: bcm-kernel-feedback-list@broadcom.com |
1900 | T: git git://git.github.com/broadcom/bcm11351 | 1900 | T: git git://github.com/broadcom/mach-bcm |
1901 | S: Maintained | 1901 | S: Maintained |
1902 | F: arch/arm/mach-bcm/ | 1902 | F: arch/arm/mach-bcm/ |
1903 | F: arch/arm/boot/dts/bcm113* | 1903 | F: arch/arm/boot/dts/bcm113* |
1904 | F: arch/arm/boot/dts/bcm216* | ||
1904 | F: arch/arm/boot/dts/bcm281* | 1905 | F: arch/arm/boot/dts/bcm281* |
1905 | F: arch/arm/configs/bcm_defconfig | 1906 | F: arch/arm/configs/bcm_defconfig |
1906 | F: drivers/mmc/host/sdhci_bcm_kona.c | 1907 | F: drivers/mmc/host/sdhci_bcm_kona.c |
@@ -2250,12 +2251,6 @@ L: linux-usb@vger.kernel.org | |||
2250 | S: Maintained | 2251 | S: Maintained |
2251 | F: drivers/usb/host/ohci-ep93xx.c | 2252 | F: drivers/usb/host/ohci-ep93xx.c |
2252 | 2253 | ||
2253 | CIRRUS LOGIC CS4270 SOUND DRIVER | ||
2254 | M: Timur Tabi <timur@tabi.org> | ||
2255 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) | ||
2256 | S: Odd Fixes | ||
2257 | F: sound/soc/codecs/cs4270* | ||
2258 | |||
2259 | CIRRUS LOGIC AUDIO CODEC DRIVERS | 2254 | CIRRUS LOGIC AUDIO CODEC DRIVERS |
2260 | M: Brian Austin <brian.austin@cirrus.com> | 2255 | M: Brian Austin <brian.austin@cirrus.com> |
2261 | M: Paul Handrigan <Paul.Handrigan@cirrus.com> | 2256 | M: Paul Handrigan <Paul.Handrigan@cirrus.com> |
@@ -4823,6 +4818,14 @@ L: linux-kernel@vger.kernel.org | |||
4823 | S: Maintained | 4818 | S: Maintained |
4824 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | 4819 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core |
4825 | F: kernel/irq/ | 4820 | F: kernel/irq/ |
4821 | |||
4822 | IRQCHIP DRIVERS | ||
4823 | M: Thomas Gleixner <tglx@linutronix.de> | ||
4824 | M: Jason Cooper <jason@lakedaemon.net> | ||
4825 | L: linux-kernel@vger.kernel.org | ||
4826 | S: Maintained | ||
4827 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | ||
4828 | T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core | ||
4826 | F: drivers/irqchip/ | 4829 | F: drivers/irqchip/ |
4827 | 4830 | ||
4828 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) | 4831 | IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY) |
@@ -5495,15 +5498,15 @@ F: Documentation/hwmon/ltc4261 | |||
5495 | F: drivers/hwmon/ltc4261.c | 5498 | F: drivers/hwmon/ltc4261.c |
5496 | 5499 | ||
5497 | LTP (Linux Test Project) | 5500 | LTP (Linux Test Project) |
5498 | M: Shubham Goyal <shubham@linux.vnet.ibm.com> | ||
5499 | M: Mike Frysinger <vapier@gentoo.org> | 5501 | M: Mike Frysinger <vapier@gentoo.org> |
5500 | M: Cyril Hrubis <chrubis@suse.cz> | 5502 | M: Cyril Hrubis <chrubis@suse.cz> |
5501 | M: Caspar Zhang <caspar@casparzhang.com> | ||
5502 | M: Wanlong Gao <gaowanlong@cn.fujitsu.com> | 5503 | M: Wanlong Gao <gaowanlong@cn.fujitsu.com> |
5504 | M: Jan Stancek <jstancek@redhat.com> | ||
5505 | M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> | ||
5506 | M: Alexey Kodanev <alexey.kodanev@oracle.com> | ||
5503 | L: ltp-list@lists.sourceforge.net (subscribers-only) | 5507 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
5504 | W: http://ltp.sourceforge.net/ | 5508 | W: http://linux-test-project.github.io/ |
5505 | T: git git://github.com/linux-test-project/ltp.git | 5509 | T: git git://github.com/linux-test-project/ltp.git |
5506 | T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev | ||
5507 | S: Maintained | 5510 | S: Maintained |
5508 | 5511 | ||
5509 | M32R ARCHITECTURE | 5512 | M32R ARCHITECTURE |
@@ -6516,10 +6519,10 @@ T: git git://openrisc.net/~jonas/linux | |||
6516 | F: arch/openrisc/ | 6519 | F: arch/openrisc/ |
6517 | 6520 | ||
6518 | OPENVSWITCH | 6521 | OPENVSWITCH |
6519 | M: Jesse Gross <jesse@nicira.com> | 6522 | M: Pravin Shelar <pshelar@nicira.com> |
6520 | L: dev@openvswitch.org | 6523 | L: dev@openvswitch.org |
6521 | W: http://openvswitch.org | 6524 | W: http://openvswitch.org |
6522 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git | 6525 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git |
6523 | S: Maintained | 6526 | S: Maintained |
6524 | F: net/openvswitch/ | 6527 | F: net/openvswitch/ |
6525 | 6528 | ||
@@ -9112,6 +9115,9 @@ F: arch/um/os-Linux/drivers/ | |||
9112 | 9115 | ||
9113 | TURBOCHANNEL SUBSYSTEM | 9116 | TURBOCHANNEL SUBSYSTEM |
9114 | M: "Maciej W. Rozycki" <macro@linux-mips.org> | 9117 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
9118 | M: Ralf Baechle <ralf@linux-mips.org> | ||
9119 | L: linux-mips@linux-mips.org | ||
9120 | Q: http://patchwork.linux-mips.org/project/linux-mips/list/ | ||
9115 | S: Maintained | 9121 | S: Maintained |
9116 | F: drivers/tc/ | 9122 | F: drivers/tc/ |
9117 | F: include/linux/tc.h | 9123 | F: include/linux/tc.h |
@@ -9965,7 +9971,7 @@ F: drivers/net/hamradio/*scc.c | |||
9965 | F: drivers/net/hamradio/z8530.h | 9971 | F: drivers/net/hamradio/z8530.h |
9966 | 9972 | ||
9967 | ZBUD COMPRESSED PAGE ALLOCATOR | 9973 | ZBUD COMPRESSED PAGE ALLOCATOR |
9968 | M: Seth Jennings <sjenning@linux.vnet.ibm.com> | 9974 | M: Seth Jennings <sjennings@variantweb.net> |
9969 | L: linux-mm@kvack.org | 9975 | L: linux-mm@kvack.org |
9970 | S: Maintained | 9976 | S: Maintained |
9971 | F: mm/zbud.c | 9977 | F: mm/zbud.c |
@@ -10010,7 +10016,7 @@ F: mm/zsmalloc.c | |||
10010 | F: include/linux/zsmalloc.h | 10016 | F: include/linux/zsmalloc.h |
10011 | 10017 | ||
10012 | ZSWAP COMPRESSED SWAP CACHING | 10018 | ZSWAP COMPRESSED SWAP CACHING |
10013 | M: Seth Jennings <sjenning@linux.vnet.ibm.com> | 10019 | M: Seth Jennings <sjennings@variantweb.net> |
10014 | L: linux-mm@kvack.org | 10020 | L: linux-mm@kvack.org |
10015 | S: Maintained | 10021 | S: Maintained |
10016 | F: mm/zswap.c | 10022 | F: mm/zswap.c |