summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-3/+2
|\
| * tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich2014-03-261-3/+2
* | tg3: remove open-coded skb_cow_head.françois romieu2014-03-291-2/+1
* | bnx2x: Fix possible memory leak on iov error flowYuval Mintz2014-03-281-0/+2
* | tg3: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0
* | net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwardingFlorian Fainelli2014-03-271-0/+9
* | bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz2014-03-271-1/+1
* | bnx2x: Don't allow VFs to become promiscuousYuval Mintz2014-03-251-32/+10
* | bnx2x: Don't show port statistics for VFsYuval Mintz2014-03-251-5/+6
* | bnx2x: Remove the sriov VFOP mechanismYuval Mintz2014-03-255-1954/+622
* | bnx2x: Create workqueue for IOV related tasksYuval Mintz2014-03-255-78/+147
* | bnx2x: Support mng. request for driver versionYuval Mintz2014-03-254-1/+163
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-254-60/+71
|\ \ | |/
| * cnic: Update version to 2.5.20 and copyright year.Michael Chan2014-03-184-6/+6
| * cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan2014-03-182-52/+62
| * cnic: Use proper ulp_ops for per device operations.Michael Chan2014-03-181-2/+3
* | ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* | net: bcmgenet: manipulate netdev_queue directlyFlorian Fainelli2014-03-201-4/+8
* | net: bcmgenet: remove bogus tx queue checksFlorian Fainelli2014-03-201-8/+0
* | net: bcmgenet: add skb_tx_timestamp callFlorian Fainelli2014-03-201-0/+2
* | net: bcmgenet: remove unused spinlock memberFlorian Fainelli2014-03-202-2/+0
* | bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+2
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-142-4/+38
|\ \ | |/
| * bnx2: Fix shutdown sequenceMichael Chan2014-03-092-4/+38
* | bcm63xx_enet: Stop pretending to support netpollEric W. Biederman2014-03-131-3/+0
* | bnx2: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-131-0/+3
* | tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-7/+7
* | bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-054-5/+27
|\ \ | |/
| * b44: always set duplex mode why phy changesHauke Mehrtens2014-03-021-1/+6
| * b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-021-0/+7
| * tg3: Don't check undefined error bits in RXBDMichael Chan2014-02-282-3/+6
| * bnx2x: Add missing bit in default Tx switchingYuval Mintz2014-02-271-1/+8
* | bnx2x: save RAM in kdump kernel by disabling TPAMichal Schmidt2014-02-261-0/+2
* | bnx2x: save RAM in kdump kernel by using a single queueMichal Schmidt2014-02-261-0/+5
* | bnx2x: clamp num_queues to prevent passing a negative valueMichal Schmidt2014-02-261-4/+3
* | bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macrosJoe Perches2014-02-254-89/+138
* | net: bcmgenet: remove unused bh_lock memberFlorian Fainelli2014-02-241-1/+0
* | net: bcmgenet: remove commented code in bcmgenet_xmit()Florian Fainelli2014-02-241-4/+0
* | net: bcmgenet: drop checks on priv->phydevFlorian Fainelli2014-02-241-11/+6
* | bcmgenet: Deleted unnecessary select_queue method.David S. Miller2014-02-241-7/+0
* | net: bcmgenet: Use devm_ioremap_resource()Fabio Estevam2014-02-241-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-192-3/+3
|\ \ | |/
| * netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-172-3/+3
* | tg3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-4/+2
* | bnx2x: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-26/+20
* | bnx2: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+4
* | net: bcmgenet: hook into the build systemFlorian Fainelli2014-02-143-0/+14
* | net: bcmgenet: add MDIO routinesFlorian Fainelli2014-02-141-0/+464
OpenPOWER on IntegriCloud