Age | Commit message (Expand) | Author | Files | Lines |
2015-06-30 | net: mvneta: disable IP checksum with jumbo frames for Armada 370 | Simon Guinot | 1 | -1/+25 |
2015-06-30 | net: mvneta: introduce compatible string "marvell, armada-xp-neta" | Simon Guinot | 1 | -0/+1 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -3/+1 |
2015-06-23 | mvneta: add forgotten initialization of autonegotiation bits | Stas Sergeev | 1 | -0/+6 |
2015-06-01 | net: mv643xx_eth: Use setup_timer | Vaishali Thakkar | 1 | -6/+3 |
2015-05-12 | mvneta: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag | Alexander Duyck | 1 | -1/+1 |
2015-04-26 | pxa168: fix double deallocation of managed resources | Alexey Khoroshilov | 1 | -11/+5 |
2015-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+1 |
2015-04-06 | mvneta: dont call mvneta_adjust_link() manually | Stas Sergeev | 1 | -6/+1 |
2015-04-03 | mvneta: implement SGMII-based in-band link state signaling | Stas Sergeev | 1 | -11/+95 |
2015-03-09 | ethernet: codespell comment spelling fixes | Joe Perches | 1 | -2/+2 |
2015-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+49 |
2015-01-27 | net: mv643xx_eth: Fix highmem support in non-TSO egress path | Ezequiel Garcia | 1 | -10/+49 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -3/+3 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -6/+7 |
2014-12-09 | net: mvneta: fix race condition in mvneta_tx() | Eric Dumazet | 1 | -1/+2 |
2014-12-09 | net: mvneta: fix Tx interrupt delay | willy tarreau | 1 | -1/+1 |
2014-12-06 | sky2: avoid pci write posting after disabling irqs | Lino Sanfilippo | 1 | -1/+2 |
2014-12-06 | skge: Unmask interrupts in case of spurious interrupts | Lino Sanfilippo | 1 | -2/+1 |
2014-12-06 | pxa168: close race between napi and irq activation | Lino Sanfilippo | 1 | -1/+1 |
2014-11-26 | sky2: Fix crash inside sky2_rx_clean | Mirko Lindner | 1 | -1/+3 |
2014-11-21 | sky2: use new netdev_rss_key_fill() helper | Ian Morris | 1 | -9/+4 |
2014-11-12 | net: pxa168_eth: move SET_NETDEV_DEV a bit earlier | Jisheng Zhang | 1 | -1/+1 |
2014-11-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -17/+28 |
2014-11-06 | net: mv643xx_eth: reclaim TX skbs only when released by the HW | Karl Beldan | 1 | -8/+10 |
2014-11-01 | net: mvpp2: fix possible memory leak | Sudip Mukherjee | 1 | -9/+18 |
2014-10-31 | ethernet: mvneta: Use PHY status standard message | Ezequiel Garcia | 1 | -2/+1 |
2014-10-28 | ethernet: marvell: remove unnecessary check | Varka Bhadram | 1 | -4/+2 |
2014-10-24 | net: pxa168_eth: Remove in-driver PHY mangling | Sebastian Hesselbarth | 1 | -126/+0 |
2014-10-24 | net: pxa168_eth: Remove HW auto-negotiaion | Sebastian Hesselbarth | 1 | -15/+85 |
2014-10-24 | net: pxa168_eth: Prepare proper libphy handling | Sebastian Hesselbarth | 1 | -15/+23 |
2014-10-20 | net: ethernet: marvell: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -2/+0 |
2014-10-10 | net: pxa168_eth: PXA168_ETH should depend on HAS_DMA | Geert Uytterhoeven | 1 | -1/+2 |
2014-10-06 | net: pxa168_eth: avoid using signed char for bitops | Antoine Ténart | 1 | -6/+6 |
2014-10-04 | drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEM | Chen Gang | 1 | -1/+1 |
2014-10-01 | net: pxa168_eth: allow to compile the pxa168_eth driver for tests | Antoine Ténart | 1 | -1/+1 |
2014-10-01 | net: pxa168_eth: allow Berlin SoCs to use the pxa168_eth driver | Antoine Ténart | 1 | -1/+1 |
2014-10-01 | net: pxa168_eth: rework the MAC address setup | Antoine Ténart | 1 | -2/+30 |
2014-10-01 | net: pxa168_eth: set the mac address on the Ethernet controller | Antoine Ténart | 1 | -0/+13 |
2014-10-01 | net: pxa168_eth: fix Ethernet flow control status | Antoine Ténart | 1 | -2/+2 |
2014-10-01 | net: pxa168_eth: add device tree support | Antoine Ténart | 1 | -23/+47 |
2014-10-01 | net: pxa168_eth: clean up | Antoine Ténart | 1 | -52/+50 |
2014-09-10 | drivers/net: Convert remaining uses of pr_warning to pr_warn | Joe Perches | 2 | -4/+4 |
2014-08-26 | mvneta: Add missing if_vlan.h include. | David S. Miller | 1 | -0/+1 |
2014-08-26 | mvneta: Fix TSO and checksum for non-acceleration vlan traffic | Vlad Yasevich | 1 | -3/+4 |
2014-08-15 | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2014-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -3/+6 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2 | -2/+2 |