summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14Reset to 3.12.19Scott Wood
2013-12-08net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter
2013-12-08net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe
2013-10-02net: mv643xx_eth: fix missing device_node for port devicesSebastian Hesselbarth
2013-10-02net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth
2013-10-02net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth
2013-09-24skge: fix invalid value passed to pci_unmap_sigleMikulas Patocka
2013-09-19skge: fix broken driverMikulas Patocka
2013-09-16net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctlsThomas Petazzoni
2013-09-05net: mvneta: properly disable HW PHY polling and ensure adjust_link() worksThomas Petazzoni
2013-08-30net: pxa168_eth: use dev_get_platdata()Jingoo Han
2013-08-30net: mv643xx_eth: use dev_get_platdata()Jingoo Han
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-13skge: dma_sync the whole receive bufferstephen hemminger
2013-08-05skge: fix build on 32 bitStephen Hemminger
2013-08-05skge: add dma_mapping checkstephen hemminger
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-31mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \(Rtp\)
2013-07-31mvneta: Fix hang when loading the mvneta driverArnaud Patard \(Rtp\)
2013-07-30net: mvneta: support big endianThomas Petazzoni
2013-07-30net: mvneta: move the RX and TX desc macros outside of the structsThomas Petazzoni
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-20mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-20pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-18pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata
2013-06-18mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata
2013-06-05net: mvneta: read MAC address from hardware when availableThomas Petazzoni
2013-06-05net: mv643xx_eth: add missing semicolonArnd Bergmann
2013-05-31net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth
2013-05-31net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth
2013-05-31net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth
2013-05-31net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth
2013-05-31net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-28net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
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-23Merge 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