Age | Commit message (Expand) | Author | Files | Lines |
2014-04-26 | net: systemport: hook SYSTEMPORT driver in the build | Florian Fainelli | 2 | -0/+12 |
2014-04-26 | net: systemport: add Broadcom SYSTEMPORT Ethernet MAC driver | Florian Fainelli | 2 | -0/+2291 |
2014-04-24 | bcm63xx_enet: Use ARRAY_SIZE instead of open coding it | Tobias Klauser | 1 | -2/+1 |
2014-04-19 | tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled | Ivan Vecera | 1 | -1/+3 |
2014-04-14 | bnx2: Don't build unused suspend/resume functions not enabled | Daniel J Blueman | 1 | -1/+1 |
2014-04-04 | net: bcmgenet: Remove unnecessary version.h inclusion | Sachin Kamat | 1 | -1/+0 |
2014-04-03 | net: bnx2x: include irq.h for irqreturn_t definitions | Josh Boyer | 1 | -0/+1 |
2014-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+2 |
2014-03-30 | tg3: remove open-coded skb_cow_head. | françois romieu | 1 | -2/+1 |
2014-03-29 | bnx2x: Fix possible memory leak on iov error flow | Yuval Mintz | 1 | -0/+2 |
2014-03-28 | tg3: remove empty MDIO bus reset function | Florian Fainelli | 1 | -6/+0 |
2014-03-27 | net: bcmgenet: set RBUF_SKIP_FCS based on UniMAC CRC forwarding | Florian Fainelli | 1 | -0/+9 |
2014-03-27 | bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not set | Yuval Mintz | 1 | -1/+1 |
2014-03-26 | tg3: Do not include vlan acceleration features in vlan_features | Vlad Yasevich | 1 | -3/+2 |
2014-03-26 | bnx2x: Don't allow VFs to become promiscuous | Yuval Mintz | 1 | -32/+10 |
2014-03-26 | bnx2x: Don't show port statistics for VFs | Yuval Mintz | 1 | -5/+6 |
2014-03-26 | bnx2x: Remove the sriov VFOP mechanism | Yuval Mintz | 5 | -1954/+622 |
2014-03-26 | bnx2x: Create workqueue for IOV related tasks | Yuval Mintz | 5 | -78/+147 |
2014-03-26 | bnx2x: Support mng. request for driver version | Yuval Mintz | 4 | -1/+163 |
2014-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -60/+71 |
2014-03-21 | ptp: drivers: set the number of programmable pins. | Richard Cochran | 1 | -0/+1 |
2014-03-21 | net: bcmgenet: manipulate netdev_queue directly | Florian Fainelli | 1 | -4/+8 |
2014-03-21 | net: bcmgenet: remove bogus tx queue checks | Florian Fainelli | 1 | -8/+0 |
2014-03-21 | net: bcmgenet: add skb_tx_timestamp call | Florian Fainelli | 1 | -0/+2 |
2014-03-21 | net: bcmgenet: remove unused spinlock member | Florian Fainelli | 2 | -2/+0 |
2014-03-19 | cnic: Update version to 2.5.20 and copyright year. | Michael Chan | 4 | -6/+6 |
2014-03-19 | cnic,bnx2i,bnx2fc: Fix inconsistent use of page size | Michael Chan | 2 | -52/+62 |
2014-03-19 | cnic: Use proper ulp_ops for per device operations. | Michael Chan | 1 | -2/+3 |
2014-03-15 | bnx2x: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 1 | -0/+2 |
2014-03-15 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -4/+4 |
2014-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+38 |
2014-03-13 | bcm63xx_enet: Stop pretending to support netpoll | Eric W. Biederman | 1 | -3/+0 |
2014-03-13 | bnx2: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 1 | -0/+3 |
2014-03-13 | tg3: Call dev_kfree_skby_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -7/+7 |
2014-03-13 | bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -3/+3 |
2014-03-10 | bnx2: Fix shutdown sequence | Michael Chan | 2 | -4/+38 |
2014-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -5/+27 |
2014-03-03 | b44: always set duplex mode why phy changes | Hauke Mehrtens | 1 | -1/+6 |
2014-03-03 | b44: add calls to phy_{start,stop} | Hauke Mehrtens | 1 | -0/+7 |
2014-03-01 | tg3: Don't check undefined error bits in RXBD | Michael Chan | 2 | -3/+6 |
2014-02-28 | bnx2x: Add missing bit in default Tx switching | Yuval Mintz | 1 | -1/+8 |
2014-02-27 | bnx2x: save RAM in kdump kernel by disabling TPA | Michal Schmidt | 1 | -0/+2 |
2014-02-27 | bnx2x: save RAM in kdump kernel by using a single queue | Michal Schmidt | 1 | -0/+5 |
2014-02-27 | bnx2x: clamp num_queues to prevent passing a negative value | Michal Schmidt | 1 | -4/+3 |
2014-02-26 | bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macros | Joe Perches | 4 | -89/+138 |
2014-02-25 | net: bcmgenet: remove unused bh_lock member | Florian Fainelli | 1 | -1/+0 |
2014-02-25 | net: bcmgenet: remove commented code in bcmgenet_xmit() | Florian Fainelli | 1 | -4/+0 |
2014-02-25 | net: bcmgenet: drop checks on priv->phydev | Florian Fainelli | 1 | -11/+6 |
2014-02-25 | bcmgenet: Deleted unnecessary select_queue method. | David S. Miller | 1 | -7/+0 |
2014-02-25 | net: bcmgenet: Use devm_ioremap_resource() | Fabio Estevam | 1 | -4/+3 |