summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2015-12-09net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard
2014-12-16net: mvneta: fix Tx interrupt delaywilly tarreau
2014-08-07net: mvneta: replace Tx timer with a real interruptwilly tarreau
2014-08-07net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau
2014-08-07net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau
2014-08-07net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau
2014-08-07net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau
2014-07-28net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons
2014-07-28net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni
2014-04-03net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLEThomas Petazzoni
2013-11-04net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth
2013-11-04net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth
2013-09-14net: mvneta: properly disable HW PHY polling and ensure adjust_link() worksThomas Petazzoni
2013-06-19mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-19pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-05-16NET: mv643xx_eth: avoid lockdep dump on interface downRussell King
2013-05-14mv643xx_eth: fix NAPI weight being > 64Andrew Lunn
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-15net: mvneta: fix improper tx queue usage in mvneta_tx()Willy Tarreau
2013-04-13net: mvmdio: add select PHYLIBThomas Petazzoni
2013-04-12net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth
2013-04-11net: mv643xx_eth: Add GRO supportSebastian Hesselbarth
2013-04-11net: mv643xx_eth: use managed devm_kzallocSebastian Hesselbarth
2013-04-11net: mv643xx_eth: add shared clk and cleanup existing clk handlingSebastian Hesselbarth
2013-04-08net: mvmdio: get and enable optional clockSebastian Hesselbarth
2013-04-08net: mvneta: enable features before registering the driverwilly tarreau
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-29sky2: Threshold for Pause Packet is set wrongMirko Lindner
2013-03-29sky2: Receive Overflows not countedMirko Lindner
2013-03-24mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz
2013-03-24net: mvmdio: define module alias for platform deviceSimon Baatz
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli
2013-03-22net: mvmdio: enhance driver to support SMI error/done interruptsFlorian Fainelli
2013-03-22net: mvmdio: rename base register cookie from smireg to regsFlorian Fainelli
2013-03-22net: mvmdio: allow platform device style registrationFlorian Fainelli
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-12mv643xx_eth with 88E1318S: support Wake on LANMichael Stapelberg
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-29net: mvneta: remove unneeded version.h includeJesper Juhl
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-12-22Drivers: network: more __dev* removalGreg KH