summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+2
* net: ucc_geth: Convert to platform remove callback returning voidUwe Kleine-König2023-07-111-4/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing2021-05-231-2/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes2021-01-211-33/+17
* ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes2021-01-211-34/+42
* ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes2021-01-211-78/+22
* ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes2021-01-211-10/+4
* ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes2021-01-211-79/+29
* ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes2021-01-211-6/+4
* ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes2021-01-211-20/+12
* ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes2021-01-211-1/+1
* ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes2021-01-211-44/+36
* ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes2021-01-211-12/+9
* ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes2021-01-211-4/+1
* ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes2021-01-211-19/+0
* ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes2021-01-211-44/+33
* ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes2021-01-211-3/+0
* ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes2020-12-211-1/+1
* ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes2020-12-211-0/+1
* net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman2020-10-231-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: ethernet: freescale: remove unneeded include for ucc_gethValentin Longchamp2020-06-041-1/+0
* net/ethernet/freescale: rework quiesce/activate for ucc_gethValentin Longchamp2020-05-221-6/+7
* net/freescale: Clean drivers from static versionsLeon Romanovsky2020-03-031-1/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+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
* ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-01-301-0/+2
* ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund2018-12-171-0/+2
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-6/+1
* net: freescale: fix return type of ndo_start_xmit functionYueHaibing2018-09-211-1/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-6/+1
* ucc_geth: Add BQL supportJoakim Tjernlund2018-06-221-1/+8
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-6/+6
* net/ethernet/freescale: fix warning for ucc_gethValentin Longchamp2017-09-181-2/+3
* net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy2017-04-301-5/+3
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-7/+16
|\
| * net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold2016-11-291-7/+16
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: ucc_geth: fix spelling mistake "propperty" -> "property"Colin Ian King2016-08-281-1/+1
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-4/+4
|\
| * QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-221-4/+4