diff options
19 files changed, 29 insertions, 29 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 75106235a38d..dd33abf44766 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -1888,7 +1888,7 @@ F: drivers/net/ethernet/broadcom/bnx2.* | |||
| 1888 | F: drivers/net/ethernet/broadcom/bnx2_* | 1888 | F: drivers/net/ethernet/broadcom/bnx2_* |
| 1889 | 1889 | ||
| 1890 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER | 1890 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
| 1891 | M: Ariel Elior <ariele@broadcom.com> | 1891 | M: Ariel Elior <ariel.elior@qlogic.com> |
| 1892 | L: netdev@vger.kernel.org | 1892 | L: netdev@vger.kernel.org |
| 1893 | S: Supported | 1893 | S: Supported |
| 1894 | F: drivers/net/ethernet/broadcom/bnx2x/ | 1894 | F: drivers/net/ethernet/broadcom/bnx2x/ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h index 4d8f8aba0ea5..4cab09d3f807 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | */ | 12 | */ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c index 9261d5313b5b..d18441ebe944 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | * UDP CSUM errata workaround by Arik Gendelman | 12 | * UDP CSUM errata workaround by Arik Gendelman |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h index 3448cc033ca5..571427c7226b 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | * UDP CSUM errata workaround by Arik Gendelman | 12 | * UDP CSUM errata workaround by Arik Gendelman |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c index 97ea5421dd96..51a952c51cb1 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Dmitry Kravkov | 16 | * Written by: Dmitry Kravkov |
| 17 | * | 17 | * |
| 18 | */ | 18 | */ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h index 804b8f64463e..c6939ecb02c5 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Dmitry Kravkov | 16 | * Written by: Dmitry Kravkov |
| 17 | * | 17 | * |
| 18 | */ | 18 | */ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c index 03224090ecf9..5203a8924edf 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | * UDP CSUM errata workaround by Arik Gendelman | 12 | * UDP CSUM errata workaround by Arik Gendelman |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h index f572ae164fce..8aafd9b5d6a2 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h | |||
| @@ -6,8 +6,8 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Vladislav Zolotarov <vladz@broadcom.com> | 10 | * Written by: Vladislav Zolotarov |
| 11 | * Based on the original idea of John Wright <john.wright@hp.com>. | 11 | * Based on the original idea of John Wright <john.wright@hp.com>. |
| 12 | */ | 12 | */ |
| 13 | 13 | ||
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h index c2dfea7968f4..bd90e50bd8e6 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h | |||
| @@ -7,9 +7,9 @@ | |||
| 7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
| 8 | * the Free Software Foundation. | 8 | * the Free Software Foundation. |
| 9 | * | 9 | * |
| 10 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 10 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 11 | * Written by: Eliezer Tamir | 11 | * Written by: Eliezer Tamir |
| 12 | * Modified by: Vladislav Zolotarov <vladz@broadcom.com> | 12 | * Modified by: Vladislav Zolotarov |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | #ifndef BNX2X_INIT_H | 15 | #ifndef BNX2X_INIT_H |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h index 8ab0dd900960..5669ed2e87d0 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h | |||
| @@ -8,8 +8,8 @@ | |||
| 8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation. | 9 | * the Free Software Foundation. |
| 10 | * | 10 | * |
| 11 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 11 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 12 | * Written by: Vladislav Zolotarov <vladz@broadcom.com> | 12 | * Written by: Vladislav Zolotarov |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | #ifndef BNX2X_INIT_OPS_H | 15 | #ifndef BNX2X_INIT_OPS_H |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c index 3b0d43154e67..ff2bdd80f0aa 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | * UDP CSUM errata workaround by Arik Gendelman | 12 | * UDP CSUM errata workaround by Arik Gendelman |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c index 31297266b743..736264b5fc3b 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Vladislav Zolotarov | 16 | * Written by: Vladislav Zolotarov |
| 17 | * | 17 | * |
| 18 | */ | 18 | */ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h index 80f6c790ed88..718ecd294661 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Vladislav Zolotarov | 16 | * Written by: Vladislav Zolotarov |
| 17 | * | 17 | * |
| 18 | */ | 18 | */ |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c index 02a23c2901c8..a93c7af7afe6 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | |||
| @@ -12,9 +12,9 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Shmulik Ravid <shmulikr@broadcom.com> | 16 | * Written by: Shmulik Ravid |
| 17 | * Ariel Elior <ariele@broadcom.com> | 17 | * Ariel Elior <ariel.elior@qlogic.com> |
| 18 | * | 18 | * |
| 19 | */ | 19 | */ |
| 20 | #include "bnx2x.h" | 20 | #include "bnx2x.h" |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h index cd4d624d8485..96c575e147a5 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h | |||
| @@ -12,9 +12,9 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Shmulik Ravid <shmulikr@broadcom.com> | 16 | * Written by: Shmulik Ravid |
| 17 | * Ariel Elior <ariele@broadcom.com> | 17 | * Ariel Elior <ariel.elior@qlogic.com> |
| 18 | */ | 18 | */ |
| 19 | #ifndef BNX2X_SRIOV_H | 19 | #ifndef BNX2X_SRIOV_H |
| 20 | #define BNX2X_SRIOV_H | 20 | #define BNX2X_SRIOV_H |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c index 3b75070411aa..ca47665f94bf 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | * UDP CSUM errata workaround by Arik Gendelman | 12 | * UDP CSUM errata workaround by Arik Gendelman |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h index f35845006cdd..2beceaefdeea 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
| 7 | * the Free Software Foundation. | 7 | * the Free Software Foundation. |
| 8 | * | 8 | * |
| 9 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 9 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 10 | * Written by: Eliezer Tamir | 10 | * Written by: Eliezer Tamir |
| 11 | * Based on code from Michael Chan's bnx2 driver | 11 | * Based on code from Michael Chan's bnx2 driver |
| 12 | * UDP CSUM errata workaround by Arik Gendelman | 12 | * UDP CSUM errata workaround by Arik Gendelman |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c index 784c7155b98a..d712d0ddd719 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c | |||
| @@ -12,9 +12,9 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Shmulik Ravid <shmulikr@broadcom.com> | 16 | * Written by: Shmulik Ravid |
| 17 | * Ariel Elior <ariele@broadcom.com> | 17 | * Ariel Elior <ariel.elior@qlogic.com> |
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #include "bnx2x.h" | 20 | #include "bnx2x.h" |
diff --git a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h index c922b81170e5..e21e706762c9 100644 --- a/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h +++ b/drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h | |||
| @@ -12,8 +12,8 @@ | |||
| 12 | * license other than the GPL, without Broadcom's express prior written | 12 | * license other than the GPL, without Broadcom's express prior written |
| 13 | * consent. | 13 | * consent. |
| 14 | * | 14 | * |
| 15 | * Maintained by: Eilon Greenstein <eilong@broadcom.com> | 15 | * Maintained by: Ariel Elior <ariel.elior@qlogic.com> |
| 16 | * Written by: Ariel Elior <ariele@broadcom.com> | 16 | * Written by: Ariel Elior <ariel.elior@qlogic.com> |
| 17 | */ | 17 | */ |
| 18 | #ifndef VF_PF_IF_H | 18 | #ifndef VF_PF_IF_H |
| 19 | #define VF_PF_IF_H | 19 | #define VF_PF_IF_H |
