aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: marvell: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-10net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()Zhengchao Shao
2022-11-07net: mv643xx_eth: support MII/GMII/RGMII modes for KirkwoodDavid Yang
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-05net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn
2022-03-16net: mv643xx_eth: undo some opreations in mv643xx_eth_probeMinghao Chi
2022-03-11net: mv643xx_eth: use platform_get_irq() instead of platform_get_resource()Minghao Chi
2022-03-03net: marvell: Use min() instead of doing it manuallyHaowen Bai
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
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