summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)AuthorFilesLines
2013-02-03bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar1-0/+6
2013-01-23bnx2x: SR-IOV version compatibility bugfixAriel Elior3-4/+5
2013-01-23bnx2x: Fix compilation with stop-on-errorYuval Mintz2-2/+2
2013-01-23cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_stateMichael Chan1-8/+6
2013-01-23bnx2x: correct memory release schemeYuval Mintz2-4/+3
2013-01-23bnx2x: Remove many sparse warningsYuval Mintz9-159/+195
2013-01-23bnx2x: Modify unload conditionsYuval Mintz1-3/+11
2013-01-23bnx2x: Correct memory preparation and releaseDmitry Kravkov2-44/+16
2013-01-23bnx2x: Add missing VFs reference in macrosYuval Mintz1-1/+3
2013-01-23bnx2x: Add additional debug informationYuval Mintz4-6/+38
2013-01-23bnx2x: correct usleep_range usageYuval Mintz4-10/+10
2013-01-23bnx2x: reorganization and beautificationYuval Mintz5-139/+122
2013-01-23bnx2x: Semantic renovationYuval Mintz9-105/+86
2013-01-17bnx2x: fix GRO parametersYuval Mintz1-24/+23
2013-01-16bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz24-26/+26
2013-01-16bnx2x: Added FW GRO bridging supportYuval Mintz1-2/+52
2013-01-16bnx2x: Clean previous IGU status before ackYuval Mintz2-7/+11
2013-01-16bnx2x: improve stop-on-errorYuval Mintz5-76/+79
2013-01-16bnx2x: add `ethtool -w' support.Miriam Shitrit4-1176/+2494
2013-01-16bnx2x: Added nvram personalities supportYuval Mintz2-0/+11
2013-01-16bnx2x: Fix rare self-test failuresYaniv Rosner1-7/+10
2013-01-16bnx2x: use SAN Mac for FCoE.Dmitry Kravkov1-1/+1
2013-01-16bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPTDmitry Kravkov2-0/+2
2013-01-16bnx2x: Clear dirty status when booting after UNDIYuval Mintz2-0/+4
2013-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+81
2013-01-11bnx2x: Allow management traffic after boot from SANBarak Witkowski1-8/+52
2013-01-11bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz1-2/+28
2013-01-11bnx2x: move debugging code before the returnDan Carpenter1-1/+1
2013-01-11bnx2x: align define usage to satisfy static checkersAriel Elior1-1/+1
2013-01-10bnx2x: NULL dereference on error in debug codeDan Carpenter1-2/+1
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-08bnx2x: Segregate SR-IOV codeAriel Elior9-844/+944
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-02bnx2x: Add VF device ids and enable featureAriel Elior3-10/+99
2013-01-02bnx2x: Support PF <-> VF Bulletin BoardAriel Elior8-2/+320
2013-01-02bnx2x: Support VF FLRAriel Elior6-7/+321
2013-01-02bnx2x: Support of PF driver of a VF release requestAriel Elior5-1/+170
2013-01-02bnx2x: Support of PF driver of a VF close requestAriel Elior3-0/+119
2013-01-02bnx2x: Support of PF driver of a VF q_teardown requestAriel Elior3-0/+295
2013-01-02bnx2x: Support of PF driver of a VF q_filters requestAriel Elior3-0/+589
2013-01-02bnx2x: Support of PF driver of a VF setup_q requestAriel Elior5-177/+1071
2013-01-02bnx2x: Support statistics collection for VFs by the PFAriel Elior6-93/+217
2013-01-02bnx2x: Support of PF driver of a VF init requestAriel Elior6-3/+190
2013-01-02bnx2x: Support of PF driver of a VF acquire requestAriel Elior6-11/+476
2013-01-02bnx2x: Infrastructure for VF <-> PF request on PF sideAriel Elior5-45/+664
2013-01-02bnx2x: Prepare device and initialize VF databaseAriel Elior8-51/+535
2013-01-02bnx2x: Allocate VF database in PF when VFs are presentAriel Elior6-1/+570
2013-01-02bnx2x: VF fastpathAriel Elior3-51/+50
2013-01-02bnx2x: Support ndo_set_rxmode in VF driverAriel Elior3-6/+179
2013-01-02bnx2x: Add teardown_q and close to VF <-> PF channelAriel Elior4-2/+112