summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* tg3: Add support for new 577xx device idsNithin Sujir2014-08-262-2/+16
* bnx2x: Test nvram when interface is downYuval Mintz2014-08-261-9/+10
* bnx2x: fix crash during TSO tunnelingDmitry Kravkov2014-08-192-0/+10
* bnx2x: fix possible panic under memory stressEric Dumazet2014-07-291-1/+2
* tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera2014-05-291-1/+3
* list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2014-05-291-3/+0
* tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich2014-04-181-3/+2
* bnx2: Fix shutdown sequenceMichael Chan2014-04-182-4/+38
* tg3: Don't check undefined error bits in RXBDMichael Chan2014-03-132-3/+6
* tg3: Fix deadlock in tg3_change_mtu()Nithin Sujir2014-02-261-2/+2
* bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt2014-02-061-4/+9
* tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy2014-01-151-0/+3
* tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir2014-01-091-1/+1
* tg3: avoid double-freeing of rx data memoryIvan Vecera2013-12-111-6/+6
* bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron2013-10-212-4/+1
* bnx2x: Don't pretend during register dumpDmitry Kravkov2013-10-213-205/+201
* bnx2x: Lock DMAE when used by statistic flowAriel Elior2013-10-214-10/+11
* bnx2x: Prevent null pointer dereference on error flowYuval Mintz2013-10-211-3/+3
* bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior2013-10-211-2/+3
* bnx2x: Fix Coalescing configurationDmitry Kravkov2013-10-211-1/+1
* bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior2013-10-211-9/+14
* bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz2013-10-212-7/+29
* bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz2013-10-211-5/+5
* bnx2x: record rx queue for LRO packetsEric Dumazet2013-10-171-0/+1
* bnx2x: handle known but unsupported VF messagesAriel Elior2013-09-231-26/+24
* bnx2x: prevent masked MCP parities from appearingYuval Mintz2013-09-231-0/+8
* bnx2x: prevent masking error from cnicYuval Mintz2013-09-231-2/+1
* bnx2x: add missing VF resource allocation during initAriel Elior2013-09-231-0/+3
* bnx2x: Fix support for VFs on some PFsAriel Elior2013-09-231-1/+1
* bnx2x: Prevent mistaken hangup between driver & FWEilon Greenstein2013-09-231-9/+7
* bnx2x: Fix 848xx duplex settingsYaniv Rosner2013-09-231-24/+33
* bnx2x: Specific Active-DAC is not detected on 57810Yaniv Rosner2013-09-231-1/+6
* bnx2x: 57840 non-external loopback test fail on 1GYaniv Rosner2013-09-231-4/+13
* bnx2x: KR2 disablement fixYaniv Rosner2013-09-231-37/+39
* bnx2x: Generalize KR work-aroundYaniv Rosner2013-09-231-24/+8
* cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan2013-09-181-1/+2
* bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2013-09-183-4/+39
* bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-162-10/+30
* bgmac: allow bigger et_swtype nvram variableHauke Mehrtens2013-09-161-2/+2
* bgmac: fix internal switch initializationRafał Miłecki2013-09-162-2/+2
* tg3: Use pci_dev pm_capJon Mason2013-09-132-4/+2
* bnx2x: Use pci_dev pm_capJon Mason2013-09-134-12/+11
* tg3: Expand led off fix to include 5720Nithin Sujir2013-09-121-0/+1
* bcm63xx_enet: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-111-4/+4
* bnx2x: avoid atomic allocations during initializationMichal Schmidt2013-09-111-15/+23
* bnx2x: Fix configuration of doorbell blockAriel Elior2013-09-092-3/+1
* bnx2x: Restore a call to config_initEilon Greenstein2013-09-061-6/+3
* bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov2013-09-061-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-0523-641/+1418
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-057-55/+81
| |\