| Commit message (Expand) | Author | Age | Files | Lines |
* | net: mv643xx_eth: reclaim TX skbs only when released by the HW | Karl Beldan | 2014-11-06 | 1 | -8/+10 |
* | net: mvpp2: fix possible memory leak | Sudip Mukherjee | 2014-11-01 | 1 | -9/+18 |
* | net: pxa168_eth: PXA168_ETH should depend on HAS_DMA | Geert Uytterhoeven | 2014-10-10 | 1 | -1/+2 |
* | net: pxa168_eth: avoid using signed char for bitops | Antoine Ténart | 2014-10-06 | 1 | -6/+6 |
* | drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEM | Chen Gang | 2014-10-04 | 1 | -1/+1 |
* | net: pxa168_eth: allow to compile the pxa168_eth driver for tests | Antoine Ténart | 2014-09-30 | 1 | -1/+1 |
* | net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver | Antoine Ténart | 2014-09-30 | 1 | -1/+1 |
* | net: pxa168_eth: rework the MAC address setup | Antoine Ténart | 2014-09-30 | 1 | -2/+30 |
* | net: pxa168_eth: set the mac address on the Ethernet controller | Antoine Ténart | 2014-09-30 | 1 | -0/+13 |
* | net: pxa168_eth: fix Ethernet flow control status | Antoine Ténart | 2014-09-30 | 1 | -2/+2 |
* | net: pxa168_eth: add device tree support | Antoine Ténart | 2014-09-30 | 1 | -23/+47 |
* | net: pxa168_eth: clean up | Antoine Ténart | 2014-09-30 | 1 | -52/+50 |
* | drivers/net: Convert remaining uses of pr_warning to pr_warn | Joe Perches | 2014-09-10 | 2 | -4/+4 |
* | mvneta: Add missing if_vlan.h include. | David S. Miller | 2014-08-26 | 1 | -0/+1 |
* | mvneta: Fix TSO and checksum for non-acceleration vlan traffic | Vlad Yasevich | 2014-08-26 | 1 | -3/+4 |
* | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-15 | 2 | -2/+2 |
|\ |
|
| * | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 2 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-08-14 | 1 | -3/+6 |
|\ \
| |/
|/| |
|
| * | net: mvneta: Fix reference counting for phy_node | Uwe Kleine-König | 2014-08-08 | 1 | -3/+6 |
* | | sky2: use pci_zalloc_consistent | Joe Perches | 2014-08-09 | 1 | -3/+2 |
|/ |
|
* | net: mvpp2: implement ioctl() operation for PHY ioctls | Thomas Petazzoni | 2014-07-30 | 1 | -0/+16 |
* | net: mvpp2: fix 10 Mbit/s usage | Thomas Petazzoni | 2014-07-30 | 1 | -1/+1 |
* | net: mvpp2: Simplify BM pool buffers freeing | Ezequiel Garcia | 2014-07-23 | 1 | -13/+6 |
* | net: mvpp2: Fix the BM pool buffer release check | Ezequiel Garcia | 2014-07-23 | 1 | -3/+3 |
* | net: mvpp2: Enable proper PHY polling and fix port functionality | Marcin Wojtas | 2014-07-23 | 1 | -8/+32 |
* | net: mvpp2: Fix the periodic XON enable bit | Marcin Wojtas | 2014-07-23 | 1 | -1/+1 |
* | net: mvpp2: Fix error return code in mvpp2_probe() | Wei Yongjun | 2014-07-21 | 1 | -0/+1 |
* | net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe() | Wei Yongjun | 2014-07-21 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-16 | 1 | -2/+2 |
|\ |
|
| * | net: mvneta: Fix big endian issue in mvneta_txq_desc_csum() | Thomas Fitzsimmons | 2014-07-09 | 1 | -1/+1 |
| * | net: mvneta: fix operation in 10 Mbit/s mode | Thomas Petazzoni | 2014-07-09 | 1 | -1/+1 |
* | | net: mvpp2: Fix a typo in the license | Ezequiel Garcia | 2014-07-16 | 1 | -1/+1 |
* | | ethernet: Add new driver for Marvell Armada 375 network unit | Marcin Wojtas | 2014-07-11 | 3 | -0/+6402 |
|/ |
|
* | skge: Added FS A8NE-FM to the list of 32bit DMA boards | Mirko Lindner | 2014-06-19 | 1 | -0/+7 |
* | net: mv643xx_eth: Avoid unmapping the TSO header buffers | Ezequiel Garcia | 2014-06-03 | 1 | -2/+6 |
* | net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path | Ezequiel Garcia | 2014-06-03 | 1 | -2/+0 |
* | net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds | Ezequiel Garcia | 2014-06-03 | 1 | -21/+42 |
* | net: mv643xx_eth: Count dropped packets properly | Ezequiel Garcia | 2014-06-03 | 1 | -1/+4 |
* | net: mvneta: Avoid unmapping the TSO header buffers | Ezequiel Garcia | 2014-06-03 | 1 | -3/+9 |
* | net: mvneta: Fix missing DMA region unmap | Ezequiel Garcia | 2014-06-03 | 1 | -3/+2 |
* | net: mvneta: Limit the TSO segments and adjust stop/wake thresholds | Ezequiel Garcia | 2014-06-03 | 1 | -4/+24 |
* | net: mvneta: Use default NAPI weight instead of a custom one | Ezequiel Garcia | 2014-06-03 | 1 | -4/+1 |
* | net: mvneta: Remove unneeded 'weigth' field | Ezequiel Garcia | 2014-05-23 | 1 | -6/+1 |
* | net: mvmdio: Use devm_* API to simplify the code | Ezequiel Garcia | 2014-05-23 | 1 | -12/+6 |
* | net: mvneta: Change the number of default rx queues to one | Ezequiel Garcia | 2014-05-23 | 1 | -1/+4 |
* | net: mvneta: Use prepare/commit API to simplify MAC address setting | Ezequiel Garcia | 2014-05-23 | 1 | -12/+7 |
* | net: mvneta: Clean-up mvneta_init() | Ezequiel Garcia | 2014-05-23 | 1 | -25/+11 |
* | net: mvneta: Check tx queue setup error in mvneta_change_mtu() | Ezequiel Garcia | 2014-05-23 | 1 | -4/+8 |
* | net: mvneta: Clean-up mvneta_tx_frag_process() | Ezequiel Garcia | 2014-05-23 | 1 | -8/+4 |
* | net: mv643xx_eth: Simplify mv643xx_eth_adjust_link() | Ezequiel Garcia | 2014-05-23 | 1 | -10/+4 |