forked from raspberrypi/linux
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Conflicts: drivers/net/ethernet/emulex/benet/be_main.c drivers/net/ethernet/intel/igb/igb_main.c drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c include/net/scm.h net/batman-adv/routing.c net/ipv4/tcp_input.c The e{uid,gid} --> {uid,gid} credentials fix conflicted with the cleanup in net-next to now pass cred structs around. The be2net driver had a bug fix in 'net' that overlapped with the VLAN interface changes by Patrick McHardy in net-next. An IGB conflict existed because in 'net' the build_skb() support was reverted, and in 'net-next' there was a comment style fix within that code. Several batman-adv conflicts were resolved by making sure that all calls to batadv_is_my_mac() are changed to have a new bat_priv first argument. Eric Dumazet's TS ECR fix in TCP in 'net' conflicted with the F-RTO rewrite in 'net-next', mostly overlapping changes. Thanks to Stephen Rothwell and Antonio Quartulli for help with several of these merge resolutions. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
345 changed files
with
3,679 additions
and
2,383 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
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 |
---|---|---|
|
@@ -4941,6 +4941,12 @@ W: logfs.org | |
S: Maintained | ||
F: fs/logfs/ | ||
|
||
LPC32XX MACHINE SUPPORT | ||
M: Roland Stigge <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/mach-lpc32xx/ | ||
|
||
LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | ||
M: Nagalakshmi Nandigama <[email protected]> | ||
M: Sreekanth Reddy <[email protected]> | ||
|
@@ -6627,7 +6633,7 @@ S: Supported | |
F: fs/reiserfs/ | ||
|
||
REGISTER MAP ABSTRACTION | ||
M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
M: Mark Brown <broonie@kernel.org> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git | ||
S: Supported | ||
F: drivers/base/regmap/ | ||
|
@@ -7375,7 +7381,7 @@ F: sound/ | |
|
||
SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) | ||
M: Liam Girdwood <[email protected]> | ||
M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
M: Mark Brown <broonie@kernel.org> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://alsa-project.org/main/index.php/ASoC | ||
|
@@ -7464,7 +7470,7 @@ F: drivers/clk/spear/ | |
|
||
SPI SUBSYSTEM | ||
M: Grant Likely <[email protected]> | ||
M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
M: Mark Brown <broonie@kernel.org> | ||
L: [email protected] | ||
Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | ||
T: git git://git.secretlab.ca/git/linux-2.6.git | ||
|
@@ -8709,7 +8715,7 @@ F: drivers/scsi/vmw_pvscsi.h | |
|
||
VOLTAGE AND CURRENT REGULATOR FRAMEWORK | ||
M: Liam Girdwood <[email protected]> | ||
M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
M: Mark Brown <broonie@kernel.org> | ||
W: http://opensource.wolfsonmicro.com/node/15 | ||
W: http://www.slimlogic.co.uk/?p=48 | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git | ||
|
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
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
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
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.