summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe2013-11-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-4/+3
|\
| * net: mv643xx_eth: fix missing device_node for port devicesSebastian Hesselbarth2013-10-021-0/+1
| * net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth2013-10-021-1/+1
| * net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth2013-10-021-3/+1
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
|/
* net: mv643xx_eth: use dev_get_platdata()Jingoo Han2013-08-301-2/+2
* net: mv643xx_eth: do not use port number as platform device idJonas Gorski2013-07-091-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
|\
| * mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-191-1/+1
* | mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata2013-06-171-1/+1
* | net: mv643xx_eth: add missing semicolonArnd Bergmann2013-06-041-3/+5
* | net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth2013-05-301-4/+149
* | net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth2013-05-301-0/+11
* | net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth2013-05-301-7/+18
* | net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth2013-05-301-2/+1
* | net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth2013-05-301-1/+1
* | net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-271-2/+0
|/
* NET: mv643xx_eth: avoid lockdep dump on interface downRussell King2013-05-161-2/+2
* mv643xx_eth: fix NAPI weight being > 64Andrew Lunn2013-05-141-1/+1
* net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth2013-04-121-94/+3
* net: mv643xx_eth: Add GRO supportSebastian Hesselbarth2013-04-111-1/+1
* net: mv643xx_eth: use managed devm_kzallocSebastian Hesselbarth2013-04-111-13/+4
* net: mv643xx_eth: add shared clk and cleanup existing clk handlingSebastian Hesselbarth2013-04-111-16/+11
* mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz2013-03-241-3/+9
* mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli2013-03-221-179/+16
* mv643xx_eth with 88E1318S: support Wake on LANMichael Stapelberg2013-03-121-0/+32
* mv643xx_eth: fix for disabled autonegPhil Sutter2013-03-071-4/+51
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-5/+3
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* net: remove skb recyclingEric Dumazet2012-10-071-16/+2
* Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-251-0/+6
|\
| * ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-251-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-061-5/+10
|\ \ | |/
| * mv643xx_eth: Fix compile error for architectures without clk.Andrew Lunn2012-06-061-5/+10
* | ethernet: Remove casts to same typeJoe Perches2012-06-061-2/+2
|/
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-11/+31
|\
| * ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn2012-05-081-11/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\ \ | |/
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | mv643xx_eth: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
|/
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-1/+1
* mv643xx_eth: Add Rx Discard and Rx Overrun statisticsPaulius Zaleckas2012-01-231-0/+14
* mv643xx-eth: use an unique MDIO bus name.Florian Fainelli2012-01-101-1/+2
* Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-4/+6
|\
| * ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-131-4/+6
* | net: mv643xx_eth: fix build errorAxel Lin2011-11-241-4/+5
* | net: drivers: use bool type instead of double negationMichał Mirosław2011-11-161-1/+1
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-2/+2
OpenPOWER on IntegriCloud