summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net: systemport: use the new fixed PHY helpersFlorian Fainelli2014-05-222-2/+16
* net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli2014-05-221-8/+13
* net: systemport: wait for packet in umac_enable_set()Florian Fainelli2014-05-161-0/+6
* net: systemport: fix dma_unmap_single() lenFlorian Fainelli2014-05-161-1/+1
* net: systemport: pad packets to a minimum of 68 bytesFlorian Fainelli2014-05-152-7/+23
* net: systemport: only update UMAC_CMD if something changedFlorian Fainelli2014-05-151-5/+6
* net: systemport: Use devm_ioremap_resource()Jingoo Han2014-05-141-4/+3Star
* tg3: Update copyright and version to 3.137Michael Chan2014-05-142-4/+4
* tg3: Prevent page allocation failure during TSO workaroundMichael Chan2014-05-141-7/+26
* tg3: Don't modify ip header fields when doing GSOMichael Chan2014-05-141-7/+5Star
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-136-10/+8Star
* bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap2014-05-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-18/+58
|\
| * bnx2x: Fix UNDI driver unloadYuval Mintz2014-05-091-3/+7
| * bnx2x: Fix failure to configure VF multicast filtersNarender Kumar2014-04-261-0/+1
| * bnx2x: Fix vlan credit issues for VFsYuval Mintz2014-04-263-11/+37
| * bnx2x: Memory leak during VF removalYuval Mintz2014-04-263-4/+13
* | net: systemport: hook SYSTEMPORT driver in the buildFlorian Fainelli2014-04-262-0/+12
* | net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driverFlorian Fainelli2014-04-262-0/+2291
* | bcm63xx_enet: Use ARRAY_SIZE instead of open coding itTobias Klauser2014-04-241-2/+1Star
|/
* tg3: update rx_jumbo_pending ring param only when jumbo frames are enabledIvan Vecera2014-04-191-1/+3
* bnx2: Don't build unused suspend/resume functions not enabledDaniel J Blueman2014-04-141-1/+1
* net: bcmgenet: Remove unnecessary version.h inclusionSachin Kamat2014-04-041-1/+0Star
* net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-3/+2Star
|\
| * tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich2014-03-261-3/+2Star
* | tg3: remove open-coded skb_cow_head.françois romieu2014-03-291-2/+1Star
* | 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/+0Star
* | 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-261-32/+10Star
* | bnx2x: Don't show port statistics for VFsYuval Mintz2014-03-261-5/+6
* | bnx2x: Remove the sriov VFOP mechanismYuval Mintz2014-03-265-1954/+622Star
* | bnx2x: Create workqueue for IOV related tasksYuval Mintz2014-03-265-78/+147
* | bnx2x: Support mng. request for driver versionYuval Mintz2014-03-264-1/+163
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-264-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/+0Star
* | net: bcmgenet: add skb_tx_timestamp callFlorian Fainelli2014-03-201-0/+2
* | net: bcmgenet: remove unused spinlock memberFlorian Fainelli2014-03-202-2/+0Star
* | bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+2
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-151-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-152-4/+38
|\|
| * bnx2: Fix shutdown sequenceMichael Chan2014-03-102-4/+38
* | bcm63xx_enet: Stop pretending to support netpollEric W. Biederman2014-03-131-3/+0Star