Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bnx2x: Introduce 2013 and advance version to 1.78.02

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yuval Mintz and committed by
David S. Miller
247fa82b 9969085e

+26 -26
+3 -3
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
··· 1 1 /* bnx2x.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by ··· 26 26 * (you will need to reboot afterwards) */ 27 27 /* #define BNX2X_STOP_ON_ERROR */ 28 28 29 - #define DRV_MODULE_VERSION "1.78.01-0" 30 - #define DRV_MODULE_RELDATE "2012/10/30" 29 + #define DRV_MODULE_VERSION "1.78.02-0" 30 + #define DRV_MODULE_RELDATE "2013/01/14" 31 31 #define BNX2X_BC_VER 0x040200 32 32 33 33 #if defined(CONFIG_DCB)
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
··· 1 1 /* bnx2x_cmn.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h
··· 1 1 /* bnx2x_cmn.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.c
··· 1 1 /* bnx2x_dcb.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright 2009-2012 Broadcom Corporation 3 + * Copyright 2009-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_dcb.h
··· 1 1 /* bnx2x_dcb.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright 2009-2012 Broadcom Corporation 3 + * Copyright 2009-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c
··· 1 1 /* bnx2x_ethtool.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_defs.h
··· 1 1 /* bnx2x_fw_defs.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_fw_file_hdr.h
··· 1 1 /* bnx2x_fw_file_hdr.h: FW binary file header structure. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h
··· 1 1 /* bnx2x_hsi.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_init.h
··· 1 1 /* bnx2x_init.h: Broadcom Everest network driver. 2 2 * Structures and macroes needed during the initialization. 3 3 * 4 - * Copyright (c) 2007-2012 Broadcom Corporation 4 + * Copyright (c) 2007-2013 Broadcom Corporation 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify 7 7 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_init_ops.h
··· 2 2 * Static functions needed during the initialization. 3 3 * This file is "included" in bnx2x_main.c. 4 4 * 5 - * Copyright (c) 2007-2012 Broadcom Corporation 5 + * Copyright (c) 2007-2013 Broadcom Corporation 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify 8 8 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.c
··· 1 - /* Copyright 2008-2012 Broadcom Corporation 1 + /* Copyright 2008-2013 Broadcom Corporation 2 2 * 3 3 * Unless you and Broadcom execute a separate written software license 4 4 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_link.h
··· 1 - /* Copyright 2008-2012 Broadcom Corporation 1 + /* Copyright 2008-2013 Broadcom Corporation 2 2 * 3 3 * Unless you and Broadcom execute a separate written software license 4 4 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
··· 1 1 /* bnx2x_main.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_mfw_req.h
··· 1 1 /* bnx2x_mfw_req.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2012 Broadcom Corporation 3 + * Copyright (c) 2012-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_reg.h
··· 1 1 /* bnx2x_reg.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
··· 1 1 /* bnx2x_sp.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2011-2012 Broadcom Corporation 3 + * Copyright (c) 2011-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
··· 1 1 /* bnx2x_sp.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2011-2012 Broadcom Corporation 3 + * Copyright (c) 2011-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
··· 1 1 /* bnx2x_sriov.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright 2009-2012 Broadcom Corporation 3 + * Copyright 2009-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h
··· 1 1 /* bnx2x_sriov.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright 2009-2012 Broadcom Corporation 3 + * Copyright 2009-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
··· 1 1 /* bnx2x_stats.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.h
··· 1 1 /* bnx2x_stats.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2007-2012 Broadcom Corporation 3 + * Copyright (c) 2007-2013 Broadcom Corporation 4 4 * 5 5 * This program is free software; you can redistribute it and/or modify 6 6 * it under the terms of the GNU General Public License as published by
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c
··· 1 1 /* bnx2x_vfpf.c: Broadcom Everest network driver. 2 2 * 3 - * Copyright 2009-2012 Broadcom Corporation 3 + * Copyright 2009-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you
+1 -1
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.h
··· 1 1 /* bnx2x_vfpf.h: Broadcom Everest network driver. 2 2 * 3 - * Copyright (c) 2011-2012 Broadcom Corporation 3 + * Copyright (c) 2011-2013 Broadcom Corporation 4 4 * 5 5 * Unless you and Broadcom execute a separate written software license 6 6 * agreement governing use of this software, this software is licensed to you