diff options
author | David S. Miller <davem@davemloft.net> | 2015-04-02 16:16:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-02 16:16:53 -0400 |
commit | 9f0d34bc344889c2e6c593bd949d7ab821f0f4a5 (patch) | |
tree | e5bfc776a09315afa4dbcae97ac04f2cca239c96 /MAINTAINERS | |
parent | e4a924f5768c55002c02ceba9b9f86824c35f956 (diff) | |
parent | 0a4812798fae4f6bfcaab51e31b3898ff5ea3108 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/usb/asix_common.c
drivers/net/usb/sr9800.c
drivers/net/usb/usbnet.c
include/linux/usb/usbnet.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c
The TCP conflicts were overlapping changes. In 'net' we added a
READ_ONCE() to the socket cached RX route read, whilst in 'net-next'
Eric Dumazet touched the surrounding code dealing with how mini
sockets are handled.
With USB, it's a case of the same bug fix first going into net-next
and then I cherry picked it back into net.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c2016557b294..0f0e582e98f7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1186,7 +1186,7 @@ M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | |||
1186 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1186 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1187 | S: Maintained | 1187 | S: Maintained |
1188 | F: arch/arm/mach-mvebu/ | 1188 | F: arch/arm/mach-mvebu/ |
1189 | F: drivers/rtc/armada38x-rtc | 1189 | F: drivers/rtc/rtc-armada38x.c |
1190 | 1190 | ||
1191 | ARM/Marvell Berlin SoC support | 1191 | ARM/Marvell Berlin SoC support |
1192 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 1192 | M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
@@ -1362,6 +1362,7 @@ F: drivers/i2c/busses/i2c-rk3x.c | |||
1362 | F: drivers/*/*rockchip* | 1362 | F: drivers/*/*rockchip* |
1363 | F: drivers/*/*/*rockchip* | 1363 | F: drivers/*/*/*rockchip* |
1364 | F: sound/soc/rockchip/ | 1364 | F: sound/soc/rockchip/ |
1365 | N: rockchip | ||
1365 | 1366 | ||
1366 | ARM/SAMSUNG EXYNOS ARM ARCHITECTURES | 1367 | ARM/SAMSUNG EXYNOS ARM ARCHITECTURES |
1367 | M: Kukjin Kim <kgene@kernel.org> | 1368 | M: Kukjin Kim <kgene@kernel.org> |
@@ -1675,8 +1676,8 @@ F: drivers/misc/eeprom/at24.c | |||
1675 | F: include/linux/platform_data/at24.h | 1676 | F: include/linux/platform_data/at24.h |
1676 | 1677 | ||
1677 | ATA OVER ETHERNET (AOE) DRIVER | 1678 | ATA OVER ETHERNET (AOE) DRIVER |
1678 | M: "Ed L. Cashin" <ecashin@coraid.com> | 1679 | M: "Ed L. Cashin" <ed.cashin@acm.org> |
1679 | W: http://support.coraid.com/support/linux | 1680 | W: http://www.openaoe.org/ |
1680 | S: Supported | 1681 | S: Supported |
1681 | F: Documentation/aoe/ | 1682 | F: Documentation/aoe/ |
1682 | F: drivers/block/aoe/ | 1683 | F: drivers/block/aoe/ |
@@ -3252,6 +3253,13 @@ S: Maintained | |||
3252 | F: Documentation/hwmon/dme1737 | 3253 | F: Documentation/hwmon/dme1737 |
3253 | F: drivers/hwmon/dme1737.c | 3254 | F: drivers/hwmon/dme1737.c |
3254 | 3255 | ||
3256 | DMI/SMBIOS SUPPORT | ||
3257 | M: Jean Delvare <jdelvare@suse.de> | ||
3258 | S: Maintained | ||
3259 | F: drivers/firmware/dmi-id.c | ||
3260 | F: drivers/firmware/dmi_scan.c | ||
3261 | F: include/linux/dmi.h | ||
3262 | |||
3255 | DOCKING STATION DRIVER | 3263 | DOCKING STATION DRIVER |
3256 | M: Shaohua Li <shaohua.li@intel.com> | 3264 | M: Shaohua Li <shaohua.li@intel.com> |
3257 | L: linux-acpi@vger.kernel.org | 3265 | L: linux-acpi@vger.kernel.org |
@@ -5128,22 +5136,21 @@ M: Deepak Saxena <dsaxena@plexity.net> | |||
5128 | S: Maintained | 5136 | S: Maintained |
5129 | F: drivers/char/hw_random/ixp4xx-rng.c | 5137 | F: drivers/char/hw_random/ixp4xx-rng.c |
5130 | 5138 | ||
5131 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf) | 5139 | INTEL ETHERNET DRIVERS |
5132 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 5140 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
5133 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> | 5141 | R: Jesse Brandeburg <jesse.brandeburg@intel.com> |
5134 | M: Bruce Allan <bruce.w.allan@intel.com> | 5142 | R: Shannon Nelson <shannon.nelson@intel.com> |
5135 | M: Carolyn Wyborny <carolyn.wyborny@intel.com> | 5143 | R: Carolyn Wyborny <carolyn.wyborny@intel.com> |
5136 | M: Don Skidmore <donald.c.skidmore@intel.com> | 5144 | R: Don Skidmore <donald.c.skidmore@intel.com> |
5137 | M: Greg Rose <gregory.v.rose@intel.com> | 5145 | R: Matthew Vick <matthew.vick@intel.com> |
5138 | M: Matthew Vick <matthew.vick@intel.com> | 5146 | R: John Ronciak <john.ronciak@intel.com> |
5139 | M: John Ronciak <john.ronciak@intel.com> | 5147 | R: Mitch Williams <mitch.a.williams@intel.com> |
5140 | M: Mitch Williams <mitch.a.williams@intel.com> | 5148 | L: intel-wired-lan@lists.osuosl.org |
5141 | M: Linux NICS <linux.nics@intel.com> | ||
5142 | L: e1000-devel@lists.sourceforge.net | ||
5143 | W: http://www.intel.com/support/feedback.htm | 5149 | W: http://www.intel.com/support/feedback.htm |
5144 | W: http://e1000.sourceforge.net/ | 5150 | W: http://e1000.sourceforge.net/ |
5145 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git | 5151 | Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/ |
5146 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git | 5152 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git |
5153 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git | ||
5147 | S: Supported | 5154 | S: Supported |
5148 | F: Documentation/networking/e100.txt | 5155 | F: Documentation/networking/e100.txt |
5149 | F: Documentation/networking/e1000.txt | 5156 | F: Documentation/networking/e1000.txt |