summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnx2x
AgeCommit message (Expand)AuthorFilesLines
2016-04-11bnx2x: Add new device ids under the Qlogic vendorYuval Mintz1-0/+3
2016-03-03bnx2x: Don't notify about scratchpad paritiesManish Chopra2-10/+21
2015-04-09bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+4
2015-02-10bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2014-08-26bnx2x: Test nvram when interface is downYuval Mintz1-9/+10
2014-08-19bnx2x: fix crash during TSO tunnelingDmitry Kravkov2-0/+10
2014-07-29bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-05-29list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov1-3/+0
2014-02-06bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt1-4/+9
2013-10-22bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2-4/+1
2013-10-22bnx2x: Don't pretend during register dumpDmitry Kravkov3-205/+201
2013-10-22bnx2x: Lock DMAE when used by statistic flowAriel Elior4-10/+11
2013-10-22bnx2x: Prevent null pointer dereference on error flowYuval Mintz1-3/+3
2013-10-22bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior1-2/+3
2013-10-22bnx2x: Fix Coalescing configurationDmitry Kravkov1-1/+1
2013-10-22bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior1-9/+14
2013-10-22bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2-7/+29
2013-10-22bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz1-5/+5
2013-10-17bnx2x: record rx queue for LRO packetsEric Dumazet1-0/+1
2013-09-24bnx2x: handle known but unsupported VF messagesAriel Elior1-26/+24
2013-09-24bnx2x: prevent masked MCP parities from appearingYuval Mintz1-0/+8
2013-09-24bnx2x: prevent masking error from cnicYuval Mintz1-2/+1
2013-09-24bnx2x: add missing VF resource allocation during initAriel Elior1-0/+3
2013-09-24bnx2x: Fix support for VFs on some PFsAriel Elior1-1/+1
2013-09-24bnx2x: Prevent mistaken hangup between driver & FWEilon Greenstein1-9/+7
2013-09-23bnx2x: Fix 848xx duplex settingsYaniv Rosner1-24/+33
2013-09-23bnx2x: Specific Active-DAC is not detected on 57810Yaniv Rosner1-1/+6
2013-09-23bnx2x: 57840 non-external loopback test fail on 1GYaniv Rosner1-4/+13
2013-09-23bnx2x: KR2 disablement fixYaniv Rosner1-37/+39
2013-09-23bnx2x: Generalize KR work-aroundYaniv Rosner1-24/+8
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2-3/+37
2013-09-14bnx2x: Use pci_dev pm_capJon Mason4-12/+11
2013-09-11bnx2x: avoid atomic allocations during initializationMichal Schmidt1-15/+23
2013-09-10bnx2x: Fix configuration of doorbell blockAriel Elior2-3/+1
2013-09-06bnx2x: Restore a call to config_initEilon Greenstein1-6/+3
2013-09-06bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov1-0/+2
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-275/+1006
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-53/+65
2013-09-05bnx2x: Add missing braces in bnx2x:bnx2x_link_initializeDave Jones1-1/+2
2013-09-05bnx2x: VF RSS support - VF sideAriel Elior6-60/+145
2013-09-05bnx2x: VF RSS support - PF sideAriel Elior10-144/+513
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+2
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2-5/+3
2013-08-28bnx2x: Fix VF stats syncAriel Elior3-1/+39
2013-08-28bnx2x: Fix VF memory leak unloadAriel Elior2-4/+8
2013-08-28bnx2x: Fix functionality of configuring vlan listAriel Elior1-35/+2
2013-08-28bnx2x: Fix move FP memory deallocationsYuval Mintz1-0/+6
2013-08-28bnx2x: vf mark stats startedAriel Elior1-12/+8
2013-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-47/+108
2013-08-20bnx2x: set VF DMAE when first function has 0 supported VFsAriel Elior1-5/+2