aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher2-4/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2013-11-14net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter1-1/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+6
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2-0/+6
2013-11-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe1-0/+1
2013-10-29mvneta: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-29net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown1-5/+3
2013-10-29net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown1-6/+4
2013-10-29net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown1-21/+13
2013-10-29net: mvmdio: make orion_mdio_wait_ready consistentLeigh Brown1-22/+30
2013-10-21net: sky2: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-21net: skge: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2013-10-02net: mv643xx_eth: fix missing device_node for port devicesSebastian Hesselbarth1-0/+1
2013-10-02net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth1-1/+1
2013-10-02net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth1-3/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-24skge: fix invalid value passed to pci_unmap_sigleMikulas Patocka1-3/+6
2013-09-19skge: fix broken driverMikulas Patocka1-2/+3
2013-09-15net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+28
2013-09-05net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctlsThomas Petazzoni1-0/+16
2013-09-05net: mvneta: properly disable HW PHY polling and ensure adjust_link() worksThomas Petazzoni1-1/+12
2013-08-30net: pxa168_eth: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30net: mv643xx_eth: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-10/+9
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+53
2013-08-13skge: dma_sync the whole receive bufferstephen hemminger1-2/+4
2013-08-04skge: fix build on 32 bitStephen Hemminger1-7/+7
2013-08-04skge: add dma_mapping checkstephen hemminger1-6/+42
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+17
2013-07-30mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \(Rtp\)1-10/+14
2013-07-30mvneta: Fix hang when loading the mvneta driverArnaud Patard \(Rtp\)1-10/+9
2013-07-30net: mvneta: support big endianThomas Petazzoni1-3/+32
2013-07-30net: mvneta: move the RX and TX desc macros outside of the structsThomas Petazzoni1-11/+15
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2013-06-19mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel1-1/+1
2013-06-19pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel1-2/+2
2013-06-17pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata1-1/+1
2013-06-17mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata1-1/+1
2013-06-04net: mvneta: read MAC address from hardware when availableThomas Petazzoni1-9/+35
2013-06-04net: mv643xx_eth: add missing semicolonArnd Bergmann1-3/+5
2013-05-30net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth1-4/+149
2013-05-30net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth1-0/+11
2013-05-30net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth1-7/+18
2013-05-30net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth1-2/+1
2013-05-30net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko2-2/+2