forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ...
- Loading branch information
Showing
58 changed files
with
429 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1412,6 +1412,7 @@ F: net/ax25/ | |
B43 WIRELESS DRIVER | ||
M: Stefano Brivio <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://linuxwireless.org/en/users/Drivers/b43 | ||
S: Maintained | ||
F: drivers/net/wireless/b43/ | ||
|
@@ -1588,6 +1589,13 @@ L: [email protected] | |
S: Supported | ||
F: drivers/scsi/bnx2fc/ | ||
|
||
BROADCOM SPECIFIC AMBA DRIVER (BCMA) | ||
M: Rafał Miłecki <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/bcma/ | ||
F: include/linux/bcma/ | ||
|
||
BROCADE BFA FC SCSI DRIVER | ||
M: Jing Huang <[email protected]> | ||
L: [email protected] | ||
|
@@ -6117,13 +6125,6 @@ S: Maintained | |
F: drivers/ssb/ | ||
F: include/linux/ssb/ | ||
|
||
BROADCOM SPECIFIC AMBA DRIVER (BCMA) | ||
M: Rafał Miłecki <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/bcma/ | ||
F: include/linux/bcma/ | ||
|
||
SONY VAIO CONTROL DEVICE DRIVER | ||
M: Mattia Dongili <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.