summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-18bnx2x: Prevent UNDI FW illegal host accessDmitry Kravkov1-0/+4
2013-04-10bnx2x: Prevent null pointer dereference in AFEX modeYuval Mintz1-1/+2
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-470/+796
2013-01-23cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_stateMichael Chan1-8/+6
2013-01-23bnx2x: correct memory release schemeYuval Mintz1-4/+2
2013-01-23bnx2x: Remove many sparse warningsYuval Mintz1-67/+81
2013-01-23bnx2x: Add additional debug informationYuval Mintz1-2/+19
2013-01-23bnx2x: correct usleep_range usageYuval Mintz1-5/+5
2013-01-23bnx2x: reorganization and beautificationYuval Mintz1-79/+64
2013-01-23bnx2x: Semantic renovationYuval Mintz1-26/+25
2013-01-16bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz1-1/+1
2013-01-16bnx2x: Clean previous IGU status before ackYuval Mintz1-6/+11
2013-01-16bnx2x: improve stop-on-errorYuval Mintz1-67/+72
2013-01-16bnx2x: Added nvram personalities supportYuval Mintz1-0/+7
2013-01-16bnx2x: use SAN Mac for FCoE.Dmitry Kravkov1-1/+1
2013-01-16bnx2x: Clear dirty status when booting after UNDIYuval Mintz1-0/+2
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+52
2013-01-11bnx2x: Allow management traffic after boot from SANBarak Witkowski1-8/+52
2013-01-11bnx2x: align define usage to satisfy static checkersAriel Elior1-1/+1
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-08bnx2x: Segregate SR-IOV codeAriel Elior1-697/+32
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2013-01-02bnx2x: Add VF device ids and enable featureAriel Elior1-6/+77
2013-01-02bnx2x: Support PF <-> VF Bulletin BoardAriel Elior1-2/+92
2013-01-02bnx2x: Support VF FLRAriel Elior1-7/+12
2013-01-02bnx2x: Support of PF driver of a VF release requestAriel Elior1-0/+1
2013-01-02bnx2x: Support statistics collection for VFs by the PFAriel Elior1-72/+5
2013-01-02bnx2x: Support of PF driver of a VF init requestAriel Elior1-1/+1
2013-01-02bnx2x: Infrastructure for VF <-> PF request on PF sideAriel Elior1-41/+159
2013-01-02bnx2x: Prepare device and initialize VF databaseAriel Elior1-48/+9
2013-01-02bnx2x: Allocate VF database in PF when VFs are presentAriel Elior1-0/+28
2013-01-02bnx2x: VF fastpathAriel Elior1-11/+2
2013-01-02bnx2x: Support ndo_set_rxmode in VF driverAriel Elior1-6/+167
2013-01-02bnx2x: Add teardown_q and close to VF <-> PF channelAriel Elior1-0/+85
2013-01-02bnx2x: Add init, setup_q, set_mac to VF <-> PF channelAriel Elior1-0/+163
2013-01-02bnx2x: Separate VF and PF logicAriel Elior1-57/+99
2013-01-02bnx2x: Add to VF <-> PF channel the release requestAriel Elior1-0/+43
2013-01-02bnx2x: VF <-> PF channel 'acquire' at vf probeAriel Elior1-0/+185
2013-01-02bnx2x: Support probing and removing of VF deviceAriel Elior1-146/+244
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-11/+6
2012-12-07bnx2x: Prevent link flaps when booting from SAN.Barak Witkowski1-3/+25
2012-12-07cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan1-1/+3
2012-12-04Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller1-33/+33
2012-12-03bnx2x: remove __dev* attributesBill Pemberton1-33/+33
2012-12-03bnx2x: recognize fan failureYaniv Rosner1-0/+8
2012-12-03bnx2x: fix 'Ethtool -A' when autonegYuval Mintz1-22/+27
2012-12-03bnx2x: prevent DCB if disabled in nvramBarak Witkowski1-2/+9
2012-12-03bnx2x: Handle a rarely missed interruptYaniv Rosner1-0/+15
2012-12-03bnx2x: mask CPL_OF interruptYuval Mintz1-11/+10