mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
bnx2x: Updating the Maintainer
I would like to thank Eliezer Tamir for writing and maintaining the driver for the past two years. I will take over maintaining the bnx2x driver from now on. Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: Eliezer Tamir <eliezert@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4bb073c0e3
commit
24e3fcefb9
4 changed files with 9 additions and 6 deletions
|
@ -995,8 +995,8 @@ L: netdev@vger.kernel.org
|
||||||
S: Supported
|
S: Supported
|
||||||
|
|
||||||
BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
|
BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
|
||||||
P: Eliezer Tamir
|
P: Eilon Greenstein
|
||||||
M: eliezert@broadcom.com
|
M: eilong@broadcom.com
|
||||||
L: netdev@vger.kernel.org
|
L: netdev@vger.kernel.org
|
||||||
S: Supported
|
S: Supported
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Eliezer Tamir <eliezert@broadcom.com>
|
* Maintained by: Eilon Greenstein <eilong@broadcom.com>
|
||||||
|
* Written by: Eliezer Tamir
|
||||||
* Based on code from Michael Chan's bnx2 driver
|
* Based on code from Michael Chan's bnx2 driver
|
||||||
* UDP CSUM errata workaround by Arik Gendelman
|
* UDP CSUM errata workaround by Arik Gendelman
|
||||||
* Slowpath rework by Vladislav Zolotarov
|
* Slowpath rework by Vladislav Zolotarov
|
||||||
|
@ -74,7 +75,7 @@ static char version[] __devinitdata =
|
||||||
"Broadcom NetXtreme II 5771X 10Gigabit Ethernet Driver "
|
"Broadcom NetXtreme II 5771X 10Gigabit Ethernet Driver "
|
||||||
DRV_MODULE_NAME " " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
|
DRV_MODULE_NAME " " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
|
||||||
|
|
||||||
MODULE_AUTHOR("Eliezer Tamir <eliezert@broadcom.com>");
|
MODULE_AUTHOR("Eliezer Tamir");
|
||||||
MODULE_DESCRIPTION("Broadcom NetXtreme II BCM57710 Driver");
|
MODULE_DESCRIPTION("Broadcom NetXtreme II BCM57710 Driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION(DRV_MODULE_VERSION);
|
MODULE_VERSION(DRV_MODULE_VERSION);
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Eliezer Tamir <eliezert@broadcom.com>
|
* Maintained by: Eilon Greenstein <eilong@broadcom.com>
|
||||||
|
* Written by: Eliezer Tamir
|
||||||
* Based on code from Michael Chan's bnx2 driver
|
* Based on code from Michael Chan's bnx2 driver
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation.
|
* the Free Software Foundation.
|
||||||
*
|
*
|
||||||
* Written by: Eliezer Tamir <eliezert@broadcom.com>
|
* Maintained by: Eilon Greenstein <eilong@broadcom.com>
|
||||||
|
* Written by: Eliezer Tamir
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BNX2X_INIT_H
|
#ifndef BNX2X_INIT_H
|
||||||
|
|
Loading…
Reference in a new issue