summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg2022-02-241-10/+14
* net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: mv643xx: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+7
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-2/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* net: marvell: Fix the trailing format of some block commentsYangyang Li2021-03-291-2/+4
* net: marvell: Remove reference to CONFIG_MV64X60Christophe Leroy2021-03-181-1/+1
* net: tso: cache transport header lengthEric Dumazet2020-06-181-3/+2
* net: mv643xx_eth: Remove unused inline function sum16_as_beYueHaibing2020-05-051-5/+0
* net: mv643xx_eth: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-2/+2
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-02-171-1/+6
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-13/+8
* net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-3/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-7/+6
* net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli2017-08-241-2/+2
* net: define the TSO header size in net/tso.hAntoine Ténart2017-08-231-2/+0
* mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov2017-07-311-1/+1
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-3/+2
* net: mv643xx_eth: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-3/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: mv643xx_eth: fix build failureSudip Mukherjee2016-12-171-1/+1
* net: mv643xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+2
|\
| * net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King2016-11-011-0/+2
* | mv643xx_eth: Properly resolve merge conflict.David S. Miller2016-10-311-2/+0
* | mv643xx_eth: Fix merge error.David S. Miller2016-10-311-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-2/+22
|\|
| * net: mv643xx_eth: Fetch the phy connection type from DTJason Gunthorpe2016-10-291-4/+19
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-3/+4
* | net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-31/+53
* | net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes2016-10-121-45/+43
|/
* net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan2016-01-281-2/+2
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-12/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-1/+3
|\
| * net: mv643xx_eth: add missing of_node_putJulia Lawall2015-10-261-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-8/+40
|\|
| * net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer2015-10-211-3/+23