summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-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/+1Star
* net: freescale: fix return type of ndo_start_xmit functionYueHaibing2018-09-221-1/+2
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-131-6/+1Star
* ucc_geth: Add BQL supportJoakim Tjernlund2018-06-221-1/+8
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+3Star
* 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-301-7/+16
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0Star
|/
* net: ucc_geth: fix spelling mistake "propperty" -> "property"Colin Ian King2016-08-291-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-231-4/+4
* | net: freescale: ucc_geth: Fix build error from phy_device API changeAndrew Lunn2016-01-121-1/+1
* | phy: Add an mdio_device structureAndrew Lunn2016-01-071-2/+2
|/
* net: fix phy refcounting in a bunch of driversRussell King2015-09-251-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-0/+3
|\
| * ucc_geth: Intialize link state to down before register_netdevCliff Clark2015-03-241-0/+3
* | net/fsl: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
|/
* net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* net: ucc_geth: fix build failureUwe Kleine-König2014-08-111-2/+2
* net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König2014-08-081-7/+6Star
* net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König2014-08-081-1/+1
* net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König2014-08-081-1/+8
* ucc_geth: remove unnecessary break after returnFabian Frederick2014-07-211-2/+0Star
* powerpc/ucc_geth: deal with a compile warningZhao Qiang2014-07-081-2/+2
* ucc_geth: use the new fixed PHY helpersFlorian Fainelli2014-05-221-3/+11
* ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* net: freescale: remove unused compare_addr()dingtianhong2013-12-261-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-1/+1
|\
| * net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* | drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+2
|/
* net: ucc_geth: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0Star
* net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen2013-08-211-2/+1Star
* net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-261-2/+2
* ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches2013-04-141-489/+392Star
* net: fix typo in freescale/ucc_geth.cMichael Neuling2012-10-091-1/+1
* net: remove skb recyclingEric Dumazet2012-10-071-23/+6Star
* net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi2012-08-301-1/+0Star
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund2012-05-031-3/+3
* powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu2012-03-291-2/+4
* ucc_geth: separate out rx/tx ring alloc and free operationsPaul Gortmaker2012-03-051-196/+257