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-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (24 commits) usbnet: Remove over-broad module alias from zaurus. MAINTAINERS: drop Michael from bfin_mac driver net/can: activate bit-timing calculation and netlink based drivers by default rionet: fix NULL pointer dereference in rionet_remove net+crypto: Use vmalloc for zlib inflate buffers. netfilter: Fix ip_route_me_harder triggering ip_rt_bug ipv4: Fix IPsec slowpath fragmentation problem ipv4: Fix packet size calculation in __ip_append_data cxgb3: skb_record_rx_queue now records the queue index relative to the net_device. bridge: Only flood unregistered groups to routers qlge: Add maintainer. MAINTAINERS: mark socketcan-core lists as subscribers-only MAINTAINERS: Remove Sven Eckelmann from BATMAN ADVANCED r8169: fix wrong register use. net/usb/kalmia: signedness bug in kalmia_bind() net/usb: kalmia: Various fixes for better support of non-x86 architectures. rtl8192cu: Fix missing firmware load udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet ipv6/udp: Use the correct variable to determine non-blocking condition netconsole: fix build when CONFIG_NETCONSOLE_DYNAMIC is turned on ...
- Loading branch information
Showing
22 changed files
with
155 additions
and
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1392,7 +1392,6 @@ F: include/linux/backlight.h | |
BATMAN ADVANCED | ||
M: Marek Lindner <[email protected]> | ||
M: Simon Wunderlich <[email protected]> | ||
M: Sven Eckelmann <[email protected]> | ||
L: [email protected] | ||
W: http://www.open-mesh.org/ | ||
S: Maintained | ||
|
@@ -1425,7 +1424,6 @@ S: Supported | |
F: arch/blackfin/ | ||
|
||
BLACKFIN EMAC DRIVER | ||
M: Michael Hennerich <[email protected]> | ||
L: [email protected] | ||
W: http://blackfin.uclinux.org | ||
S: Supported | ||
|
@@ -1641,7 +1639,7 @@ CAN NETWORK LAYER | |
M: Oliver Hartkopp <[email protected]> | ||
M: Oliver Hartkopp <[email protected]> | ||
M: Urs Thuermann <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (subscribers-only) | ||
L: [email protected] | ||
W: http://developer.berlios.de/projects/socketcan/ | ||
S: Maintained | ||
|
@@ -1653,7 +1651,7 @@ F: include/linux/can/raw.h | |
|
||
CAN NETWORK DRIVERS | ||
M: Wolfgang Grandegger <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (subscribers-only) | ||
L: [email protected] | ||
W: http://developer.berlios.de/projects/socketcan/ | ||
S: Maintained | ||
|
@@ -5183,6 +5181,7 @@ S: Supported | |
F: drivers/net/qlcnic/ | ||
|
||
QLOGIC QLGE 10Gb ETHERNET DRIVER | ||
M: Jitendra Kalsaria <[email protected]> | ||
M: Ron Mercer <[email protected]> | ||
M: [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
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.