summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
AgeCommit message (Expand)Author
2021-10-19ethernet: mv643xx: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li
2021-03-18net: marvell: Remove reference to CONFIG_MV64X60Christophe Leroy
2020-06-18net: tso: cache transport header lengthEric Dumazet
2020-05-05net: mv643xx_eth: Remove unused inline function sum16_as_beYueHaibing
2020-03-14net: mv643xx_eth: reject unsupported coalescing paramsJakub Kicinski
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-02-17net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-08-24net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart
2017-07-31mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-02-07net: mv643xx_eth: Do not clobber PHY link outside of state machineFlorian Fainelli
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-17net: mv643xx_eth: fix build failureSudip Mukherjee
2016-11-15net: mv643xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-01net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King
2016-10-31mv643xx_eth: Properly resolve merge conflict.David S. Miller
2016-10-31mv643xx_eth: Fix merge error.David S. Miller
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29net: mv643xx_eth: Fetch the phy connection type from DTJason Gunthorpe
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-10-12net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-12net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes
2016-01-28net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-03net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-26net: mv643xx_eth: add missing of_node_putJulia Lawall
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer
2015-10-21net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-15mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches