summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorLines
2014-01-15bnx2x: Don't release PCI bars on shutdownYuval Mintz-14/+15
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang-2/+4
2014-01-10bnx2x: fix DMA unmapping of TSO split BDsMichal Schmidt-4/+9
2014-01-09bnx2x: prevent WARN during driver unloadYuval Mintz-18/+38
2014-01-05bnx2x: fix VLAN configuration for VFs.Yuval Mintz-112/+174
2014-01-05bnx2x: fix AFEX memory overflowYuval Mintz-1/+4
2014-01-05bnx2x: Clean before update RSS arrivesMichal Kalderon-1/+7
2014-01-05bnx2x: Correct number of MSI-X vectors for VFsMichal Kalderon-3/+6
2014-01-05bnx2x: limit number of interrupt vectors for 57711Dmitry Kravkov-3/+5
2014-01-01bnx2x: Fix KR2 work-around detection of BCM8073Yaniv Rosner-1/+1
2014-01-01bnx2x: Fix incorrect link-up reportYaniv Rosner-0/+4
2014-01-01bnx2x: Fix Duplex setting for 54618seYaniv Rosner-26/+28
2014-01-01bnx2x: Fix passive DAC cable detectionYaniv Rosner-9/+12
2014-01-01bnx2x: Fix 578xx-KR 1G linkYaniv Rosner-0/+14
2013-12-27tg3: Expand 4g_overflow_test workaround to skb fragments of any size.Nithin Sujir-1/+1
2013-12-19bnx2x: downgrade "valid ME register value" message levelMichal Schmidt-1/+1
2013-12-10tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy-0/+3
2013-12-05bnx2x: avoid null pointer dereference when enabling SR-IOVMichal Kalderon-0/+5
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki-7/+19
2013-11-28tg3: Convert to use hwmon_device_register_with_groupsGuenter Roeck-19/+6
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-21/+35
2013-11-18bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov-11/+4
2013-11-18bnx2x: prevent CFC attentionDmitry Kravkov-1/+1
2013-11-18bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov-0/+19
2013-11-18bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov-0/+4
2013-11-14tg3: Validate hwtstamp_config completely before applying itBen Hutchings-9/+7
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-8/+3
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-251/+397
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov-3/+0
2013-11-07tg3: avoid double-freeing of rx data memoryIvan Vecera-6/+6
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+34
2013-10-30bgmac: pass received packet to the netif instead of copying itRafał Miłecki-27/+39
2013-10-29bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz-6/+14
2013-10-29bgmac: separate RX descriptor setup code into a new functionRafał Miłecki-19/+22
2013-10-29bnx2x: Disable VF access on PF removalAriel Elior-1/+15
2013-10-29bnx2x: prevent FW assert on low mem during unloadDmitry Kravkov-5/+5
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-246/+269
2013-10-21bnx2x: add TSO support for SIT tunnelsEric Dumazet-1/+2
2013-10-21bnx2x: Set NETIF_F_HIGHDMA unconditionallyMerav Sicron-4/+1
2013-10-21bnx2x: Don't pretend during register dumpDmitry Kravkov-205/+201
2013-10-21bnx2x: Lock DMAE when used by statistic flowAriel Elior-10/+11
2013-10-21bnx2x: Prevent null pointer dereference on error flowYuval Mintz-3/+3
2013-10-21bnx2x: Fix config when SR-IOV and iSCSI are enabledAriel Elior-2/+3
2013-10-21bnx2x: Fix Coalescing configurationDmitry Kravkov-1/+1
2013-10-21bnx2x: Unlock VF-PF channel on MAC/VLAN config errorAriel Elior-9/+14
2013-10-21bnx2x: Prevent an illegal pointer dereference during panicYuval Mintz-7/+29
2013-10-21bnx2x: Fix Maximum CoS estimation for VFsYuval Mintz-5/+5
2013-10-19bnx2x: add TSO support for IPIPEric Dumazet-1/+3
2013-10-18net: tg3: remove unnecessary pci_set_drvdata()Jingoo Han-2/+0
2013-10-18net: bnx2x: remove unnecessary pci_set_drvdata()Jingoo Han-3/+0