diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-18 01:26:41 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-18 01:26:41 -0500 |
commit | ccb19d263fd1c9e34948e2158c53eacbff369344 (patch) | |
tree | 6683e55f183920dcbf3e1a5b749e7f9780c465b3 /MAINTAINERS | |
parent | 6a488979f574cb4287880db2dbc8b13cee30c5be (diff) | |
parent | c3b5003b628d8e373262bee42c7260d6a799c73e (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (47 commits)
tg3: Fix single-vector MSI-X code
openvswitch: Fix multipart datapath dumps.
ipv6: fix per device IP snmp counters
inetpeer: initialize ->redirect_genid in inet_getpeer()
net: fix NULL-deref in WARN() in skb_gso_segment()
net: WARN if skb_checksum_help() is called on skb requiring segmentation
caif: Remove bad WARN_ON in caif_dev
caif: Fix typo in Vendor/Product-ID for CAIF modems
bnx2x: Disable AN KR work-around for BCM57810
bnx2x: Remove AutoGrEEEn for BCM84833
bnx2x: Remove 100Mb force speed for BCM84833
bnx2x: Fix PFC setting on BCM57840
bnx2x: Fix Super-Isolate mode for BCM84833
net: fix some sparse errors
net: kill duplicate included header
net: sh-eth: Fix build error by the value which is not defined
net: Use device model to get driver name in skb_gso_segment()
bridge: BH already disabled in br_fdb_cleanup()
net: move sock_update_memcg outside of CONFIG_INET
mwl8k: Fixing Sparse ENDIAN CHECK warning
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 341dee3b02c6..fa3f5e6a608b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1412,6 +1412,7 @@ F: net/ax25/ | |||
1412 | B43 WIRELESS DRIVER | 1412 | B43 WIRELESS DRIVER |
1413 | M: Stefano Brivio <stefano.brivio@polimi.it> | 1413 | M: Stefano Brivio <stefano.brivio@polimi.it> |
1414 | L: linux-wireless@vger.kernel.org | 1414 | L: linux-wireless@vger.kernel.org |
1415 | L: b43-dev@lists.infradead.org (moderated for non-subscribers) | ||
1415 | W: http://linuxwireless.org/en/users/Drivers/b43 | 1416 | W: http://linuxwireless.org/en/users/Drivers/b43 |
1416 | S: Maintained | 1417 | S: Maintained |
1417 | F: drivers/net/wireless/b43/ | 1418 | F: drivers/net/wireless/b43/ |
@@ -1588,6 +1589,13 @@ L: linux-scsi@vger.kernel.org | |||
1588 | S: Supported | 1589 | S: Supported |
1589 | F: drivers/scsi/bnx2fc/ | 1590 | F: drivers/scsi/bnx2fc/ |
1590 | 1591 | ||
1592 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) | ||
1593 | M: Rafał Miłecki <zajec5@gmail.com> | ||
1594 | L: linux-wireless@vger.kernel.org | ||
1595 | S: Maintained | ||
1596 | F: drivers/bcma/ | ||
1597 | F: include/linux/bcma/ | ||
1598 | |||
1591 | BROCADE BFA FC SCSI DRIVER | 1599 | BROCADE BFA FC SCSI DRIVER |
1592 | M: Jing Huang <huangj@brocade.com> | 1600 | M: Jing Huang <huangj@brocade.com> |
1593 | L: linux-scsi@vger.kernel.org | 1601 | L: linux-scsi@vger.kernel.org |
@@ -6117,13 +6125,6 @@ S: Maintained | |||
6117 | F: drivers/ssb/ | 6125 | F: drivers/ssb/ |
6118 | F: include/linux/ssb/ | 6126 | F: include/linux/ssb/ |
6119 | 6127 | ||
6120 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) | ||
6121 | M: Rafał Miłecki <zajec5@gmail.com> | ||
6122 | L: linux-wireless@vger.kernel.org | ||
6123 | S: Maintained | ||
6124 | F: drivers/bcma/ | ||
6125 | F: include/linux/bcma/ | ||
6126 | |||
6127 | SONY VAIO CONTROL DEVICE DRIVER | 6128 | SONY VAIO CONTROL DEVICE DRIVER |
6128 | M: Mattia Dongili <malattia@linux.it> | 6129 | M: Mattia Dongili <malattia@linux.it> |
6129 | L: platform-driver-x86@vger.kernel.org | 6130 | L: platform-driver-x86@vger.kernel.org |