summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Force link UP when the interface is in LOOPBACK modeMahesh Bandewar2013-02-031-0/+6
* bnx2x: SR-IOV version compatibility bugfixAriel Elior2013-01-233-4/+5
* bnx2x: Fix compilation with stop-on-errorYuval Mintz2013-01-232-2/+2
* cnic, bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_stateMichael Chan2013-01-231-8/+6Star
* bnx2x: correct memory release schemeYuval Mintz2013-01-232-4/+3Star
* bnx2x: Remove many sparse warningsYuval Mintz2013-01-239-159/+195
* bnx2x: Modify unload conditionsYuval Mintz2013-01-231-3/+11
* bnx2x: Correct memory preparation and releaseDmitry Kravkov2013-01-232-44/+16Star
* bnx2x: Add missing VFs reference in macrosYuval Mintz2013-01-231-1/+3
* bnx2x: Add additional debug informationYuval Mintz2013-01-234-6/+38
* bnx2x: correct usleep_range usageYuval Mintz2013-01-234-10/+10
* bnx2x: reorganization and beautificationYuval Mintz2013-01-235-139/+122Star
* bnx2x: Semantic renovationYuval Mintz2013-01-239-105/+86Star
* bnx2x: fix GRO parametersYuval Mintz2013-01-171-24/+23Star
* bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz2013-01-1524-26/+26
* bnx2x: Added FW GRO bridging supportYuval Mintz2013-01-151-2/+52
* bnx2x: Clean previous IGU status before ackYuval Mintz2013-01-152-7/+11
* bnx2x: improve stop-on-errorYuval Mintz2013-01-155-76/+79
* bnx2x: add `ethtool -w' support.Miriam Shitrit2013-01-154-1176/+2494
* bnx2x: Added nvram personalities supportYuval Mintz2013-01-152-0/+11
* bnx2x: Fix rare self-test failuresYaniv Rosner2013-01-151-7/+10
* bnx2x: use SAN Mac for FCoE.Dmitry Kravkov2013-01-151-1/+1
* bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPTDmitry Kravkov2013-01-152-0/+2
* bnx2x: Clear dirty status when booting after UNDIYuval Mintz2013-01-152-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-153-11/+81
|\
| * bnx2x: Allow management traffic after boot from SANBarak Witkowski2013-01-101-8/+52
| * bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz2013-01-101-2/+28
| * bnx2x: move debugging code before the returnDan Carpenter2013-01-101-1/+1
* | bnx2x: align define usage to satisfy static checkersAriel Elior2013-01-101-1/+1
* | bnx2x: NULL dereference on error in debug codeDan Carpenter2013-01-101-2/+1Star
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
* | bnx2x: Segregate SR-IOV codeAriel Elior2013-01-089-844/+944
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
* | bnx2x: Add VF device ids and enable featureAriel Elior2013-01-023-10/+99
* | bnx2x: Support PF <-> VF Bulletin BoardAriel Elior2013-01-028-2/+320
* | bnx2x: Support VF FLRAriel Elior2013-01-026-7/+321
* | bnx2x: Support of PF driver of a VF release requestAriel Elior2013-01-025-1/+170
* | bnx2x: Support of PF driver of a VF close requestAriel Elior2013-01-023-0/+119
* | bnx2x: Support of PF driver of a VF q_teardown requestAriel Elior2013-01-023-0/+295
* | bnx2x: Support of PF driver of a VF q_filters requestAriel Elior2013-01-023-0/+589
* | bnx2x: Support of PF driver of a VF setup_q requestAriel Elior2013-01-025-177/+1071
* | bnx2x: Support statistics collection for VFs by the PFAriel Elior2013-01-026-93/+217
* | bnx2x: Support of PF driver of a VF init requestAriel Elior2013-01-026-3/+190
* | bnx2x: Support of PF driver of a VF acquire requestAriel Elior2013-01-026-11/+476
* | bnx2x: Infrastructure for VF <-> PF request on PF sideAriel Elior2013-01-025-45/+664
* | bnx2x: Prepare device and initialize VF databaseAriel Elior2013-01-028-51/+535
* | bnx2x: Allocate VF database in PF when VFs are presentAriel Elior2013-01-026-1/+570
* | bnx2x: VF fastpathAriel Elior2013-01-023-51/+50Star
* | bnx2x: Support ndo_set_rxmode in VF driverAriel Elior2013-01-023-6/+179
* | bnx2x: Add teardown_q and close to VF <-> PF channelAriel Elior2013-01-024-2/+112