aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+1
2021-03-29net: marvell: Fix the trailing format of some block commentsYangyang Li1-2/+4
2021-03-18net: marvell: Remove reference to CONFIG_MV64X60Christophe Leroy1-1/+1
2020-06-18net: tso: cache transport header lengthEric Dumazet1-3/+2
2020-05-05net: mv643xx_eth: Remove unused inline function sum16_as_beYueHaibing1-5/+0
2020-03-14net: mv643xx_eth: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-02-17net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov1-1/+6
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-13/+8
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-7/+6
2017-08-24net: mv643xx_eth: Be drop monitor friendlyFlorian Fainelli1-2/+2
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart1-2/+0
2017-07-31mv643xx_eth: fix of_irq_to_resource() error checkSergei Shtylyov1-1/+1
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-3/+2
2017-02-07net: mv643xx_eth: Do not clobber PHY link outside of state machineFlorian Fainelli1-3/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-17net: mv643xx_eth: fix build failureSudip Mukherjee1-1/+1
2016-11-15net: mv643xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-11-01net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King1-0/+2
2016-10-31mv643xx_eth: Properly resolve merge conflict.David S. Miller1-2/+0
2016-10-31mv643xx_eth: Fix merge error.David S. Miller1-3/+0
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+22
2016-10-29net: mv643xx_eth: Fetch the phy connection type from DTJason Gunthorpe1-4/+19
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-3/+4
2016-10-12net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-31/+53
2016-10-12net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes1-45/+43
2016-01-28net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan1-2/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2015-12-03net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding1-12/+7
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-10-26net: mv643xx_eth: add missing of_node_putJulia Lawall1-1/+3
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+40
2015-10-21net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer1-3/+23
2015-10-21net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer1-5/+17
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-15mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches1-21/+22
2015-09-09net: mv643xx_eth: use kzallocRasmus Villemoes1-4/+1
2015-05-31net: mv643xx_eth: Use setup_timerVaishali Thakkar1-6/+3
2015-01-26net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia1-10/+49