aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnx2x (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-17bnx2x: fix GRO parametersYuval Mintz1-24/+23
2013-01-15bnx2x: Introduce 2013 and advance version to 1.78.02Yuval Mintz24-26/+26
2013-01-15bnx2x: Added FW GRO bridging supportYuval Mintz1-2/+52
2013-01-15bnx2x: Clean previous IGU status before ackYuval Mintz2-7/+11
2013-01-15bnx2x: improve stop-on-errorYuval Mintz5-76/+79
2013-01-15bnx2x: add `ethtool -w' support.Miriam Shitrit4-1176/+2494
2013-01-15bnx2x: Added nvram personalities supportYuval Mintz2-0/+11
2013-01-15bnx2x: Fix rare self-test failuresYaniv Rosner1-7/+10
2013-01-15bnx2x: use SAN Mac for FCoE.Dmitry Kravkov1-1/+1
2013-01-15bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPTDmitry Kravkov2-0/+2
2013-01-15bnx2x: Clear dirty status when booting after UNDIYuval Mintz2-0/+4
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+81
2013-01-10bnx2x: Allow management traffic after boot from SANBarak Witkowski1-8/+52
2013-01-10bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz1-2/+28
2013-01-10bnx2x: move debugging code before the returnDan Carpenter1-1/+1
2013-01-10bnx2x: align define usage to satisfy static checkersAriel Elior1-1/+1
2013-01-09bnx2x: NULL dereference on error in debug codeDan Carpenter1-2/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior9-844/+944
2013-01-03net: 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
2013-01-02bnx2x: Add init, setup_q, set_mac to VF <-> PF channelAriel Elior4-0/+310
2013-01-02bnx2x: Separate VF and PF logicAriel Elior6-266/+525
2013-01-02bnx2x: Add to VF <-> PF channel the release requestAriel Elior3-0/+59
2013-01-02bnx2x: VF <-> PF channel 'acquire' at vf probeAriel Elior7-1/+407
2013-01-02bnx2x: Support probing and removing of VF deviceAriel Elior7-158/+353
2012-12-27bnx2x: use ARRAY_SIZE where possibleSasha Levin1-7/+7
2012-12-17bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-11bnx2x: use netdev_alloc_frag()Eric Dumazet2-13/+32
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 Witkowski5-3/+34
2012-12-07cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan2-1/+4
2012-12-05cnic: Reset iSCSI EQ during shutdown.Michael Chan1-0/+5