aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/ucc_geth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+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-01-30ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2018-12-17ucc_geth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-0/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-6/+1
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-6/+1
2018-06-22ucc_geth: Add BQL supportJoakim Tjernlund1-1/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-6/+6
2017-09-18net/ethernet/freescale: fix warning for ucc_gethValentin Longchamp1-2/+3
2017-04-30net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy1-5/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+16
2016-11-29net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold1-7/+16
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-08-28net: ucc_geth: fix spelling mistake "propperty" -> "property"Colin Ian King1-1/+1
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+4
2016-01-11net: freescale: ucc_geth: Fix build error from phy_device API changeAndrew Lunn1-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-2/+2
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-4/+4
2015-09-24net: fix phy refcounting in a bunch of driversRussell King1-1/+7
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-03-24ucc_geth: Intialize link state to down before register_netdevCliff Clark1-0/+3
2015-03-17net/fsl: constify of_device_id arrayFabian Frederick1-1/+1
2014-10-20net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-10net: ucc_geth: fix build failureUwe Kleine-König1-2/+2
2014-08-07net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König1-7/+6
2014-08-07net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König1-1/+1
2014-08-07net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König1-1/+8
2014-07-20ucc_geth: remove unnecessary break after returnFabian Frederick1-2/+0
2014-07-07powerpc/ucc_geth: deal with a compile warningZhao Qiang1-2/+2
2014-05-22ucc_geth: use the new fixed PHY helpersFlorian Fainelli1-3/+11
2014-03-24ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2013-12-26net: freescale: remove unused compare_addr()dingtianhong1-5/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-08-21net: ucc_geth: remove unnecessary dev_set_drvdata()Libo Chen1-1/+0
2013-08-20net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-04-14ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches1-489/+392
2012-10-09net: fix typo in freescale/ucc_geth.cMichael Neuling1-1/+1
2012-10-07net: remove skb recyclingEric Dumazet1-23/+6
2012-08-30net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi1-1/+0
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-05-02ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund1-3/+3
2012-03-29powerpc/qe: Update the SNUM table for MPC8569 Rev2.0Dave Liu1-2/+4
2012-03-04ucc_geth: separate out rx/tx ring alloc and free operationsPaul Gortmaker1-196/+257