Age | Commit message (Expand) | Author | Files | Lines |
2014-07-16 | net: mvpp2: Fix a typo in the license | Ezequiel Garcia | 1 | -1/+1 |
2014-07-11 | ethernet: Add new driver for Marvell Armada 375 network unit | Marcin Wojtas | 3 | -0/+6402 |
2014-06-19 | skge: Added FS A8NE-FM to the list of 32bit DMA boards | Mirko Lindner | 1 | -0/+7 |
2014-06-03 | net: mv643xx_eth: Avoid unmapping the TSO header buffers | Ezequiel Garcia | 1 | -2/+6 |
2014-06-03 | net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path | Ezequiel Garcia | 1 | -2/+0 |
2014-06-03 | net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds | Ezequiel Garcia | 1 | -21/+42 |
2014-06-03 | net: mv643xx_eth: Count dropped packets properly | Ezequiel Garcia | 1 | -1/+4 |
2014-06-03 | net: mvneta: Avoid unmapping the TSO header buffers | Ezequiel Garcia | 1 | -3/+9 |
2014-06-03 | net: mvneta: Fix missing DMA region unmap | Ezequiel Garcia | 1 | -3/+2 |
2014-06-03 | net: mvneta: Limit the TSO segments and adjust stop/wake thresholds | Ezequiel Garcia | 1 | -4/+24 |
2014-06-03 | net: mvneta: Use default NAPI weight instead of a custom one | Ezequiel Garcia | 1 | -4/+1 |
2014-05-23 | net: mvneta: Remove unneeded 'weigth' field | Ezequiel Garcia | 1 | -6/+1 |
2014-05-23 | net: mvmdio: Use devm_* API to simplify the code | Ezequiel Garcia | 1 | -12/+6 |
2014-05-23 | net: mvneta: Change the number of default rx queues to one | Ezequiel Garcia | 1 | -1/+4 |
2014-05-23 | net: mvneta: Use prepare/commit API to simplify MAC address setting | Ezequiel Garcia | 1 | -12/+7 |
2014-05-23 | net: mvneta: Clean-up mvneta_init() | Ezequiel Garcia | 1 | -25/+11 |
2014-05-23 | net: mvneta: Check tx queue setup error in mvneta_change_mtu() | Ezequiel Garcia | 1 | -4/+8 |
2014-05-23 | net: mvneta: Clean-up mvneta_tx_frag_process() | Ezequiel Garcia | 1 | -8/+4 |
2014-05-23 | net: mv643xx_eth: Simplify mv643xx_eth_adjust_link() | Ezequiel Garcia | 1 | -10/+4 |
2014-05-22 | net: mv643xx_eth: Implement software TSO | Ezequiel Garcia | 1 | -4/+160 |
2014-05-22 | net: mv643xx_eth: Use dma_map_single() to map the skb fragments | Ezequiel Garcia | 1 | -12/+6 |
2014-05-22 | net: mv643xx_eth: Factorize feature setting | Ezequiel Garcia | 1 | -3/+5 |
2014-05-22 | net: mv643xx_eth: Avoid setting the initial TCP checksum | Ezequiel Garcia | 1 | -3/+6 |
2014-05-22 | net: mv643xx_eth: Factorize initial checksum and command preparation | Ezequiel Garcia | 1 | -48/+65 |
2014-05-22 | net: mvneta: Implement software TSO | Ezequiel Garcia | 1 | -1/+152 |
2014-05-22 | net: mvneta: Clean mvneta_tx() sk_buff handling | Ezequiel Garcia | 1 | -8/+7 |
2014-05-22 | net: mvneta: Factorize feature setting | Ezequiel Garcia | 1 | -2/+2 |
2014-05-17 | net: mvneta: add support for fixed links | Thomas Petazzoni | 1 | -3/+16 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 4 | -4/+4 |
2014-05-03 | net: mvmdio: Check for a valid interrupt instead of an error | Ezequiel Garcia | 1 | -1/+4 |
2014-04-16 | net: mvneta: properly configure the MAC <-> PHY connection in all situations | Thomas Petazzoni | 1 | -39/+34 |
2014-04-14 | Revert "net: mvneta: fix usage as a module on RGMII configurations" | Thomas Petazzoni | 1 | -8/+33 |
2014-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -34/+9 |
2014-03-29 | net: mvneta: use devm_ioremap_resource() instead of of_iomap() | Thomas Petazzoni | 1 | -7/+7 |
2014-03-28 | net: mvmdio: remove empty MDIO bus reset function | Florian Fainelli | 1 | -6/+0 |
2014-03-27 | net: mvneta: use devm_ioremap_resource() instead of of_iomap() | Thomas Petazzoni | 1 | -6/+11 |
2014-03-27 | net: mvneta: fix usage as a module on RGMII configurations | Thomas Petazzoni | 1 | -33/+8 |
2014-03-27 | net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE | Thomas Petazzoni | 1 | -2/+2 |
2014-03-25 | sky2: Call dev_kfree_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -1/+1 |
2014-03-25 | skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -2/+2 |
2014-03-25 | mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -2/+2 |
2014-03-15 | sky2: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 1 | -0/+3 |
2014-03-15 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 2 | -6/+6 |
2014-03-10 | sky2: allow mac to come from dt | Tim Harvey | 1 | -2/+13 |
2014-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2014-02-19 | net: ethernet: update dependency and help text of mvneta | Thomas Petazzoni | 1 | -3/+3 |
2014-02-15 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -8/+1 |
2014-01-28 | sky2: initialize napi before registering device | Stanislaw Gruszka | 1 | -2/+2 |
2014-01-17 | net: mvneta: make mvneta_txq_done() return void | Arnaud Ebalard | 1 | -5/+4 |
2014-01-17 | net: mvneta: mvneta_tx_done_gbe() cleanups | Arnaud Ebalard | 1 | -13/+4 |