summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/ucc_geth.c
AgeCommit message (Expand)Author
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-23ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-01-21ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes
2021-01-21ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes
2021-01-21ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes
2021-01-21ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes
2021-01-21ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes
2021-01-21ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes
2020-12-21ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes
2020-12-21ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes
2020-10-23net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-04net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp
2020-05-22net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas 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-01-30ucc_geth: Reset BQL queue when stopping deviceMathias Thore
2018-12-17ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2018-06-22ucc_geth: Add BQL supportJoakim Tjernlund
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-09-18net/ethernet/freescale: fix warning for ucc_gethValentin Longchamp
2017-04-30net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-08-28net: ucc_geth: fix spelling mistake "propperty" -> "property"Colin Ian King
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-01-11net: freescale: ucc_geth: Fix build error from phy_device API changeAndrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang
2015-09-24net: fix phy refcounting in a bunch of driversRussell King