aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa
AgeCommit message (Expand)Author
2020-04-01dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor
2020-02-11dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur
2020-01-26dpaa_eth: avoid timestamp read on error pathsMadalin Bucur
2020-01-26dpaa_eth: perform DMA unmapping before readMadalin Bucur
2019-08-08dpaa_eth: Use refcount_t for refcountChuhong Yuan
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)
2019-05-28dpaa_eth: use only online CPU portalsMadalin Bucur
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-05dpaa_eth: fix SG frame cleanupLaurentiu Tudor
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu
2019-01-17dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur
2018-12-17dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund
2018-11-23dpaa_eth: add ethtool coalesce controlMadalin Bucur
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-10-02dpaa_eth: Remove useless declarationNathan Chancellor
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-07freescale: ethernet: remove unnecessary unlikely()Igor Stoppa
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-30dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur
2018-06-26dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu
2018-06-26dpaa_eth: add support for hardware timestampingYangbo Lu
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-03-23dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-14dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza
2018-03-14dpaa_eth: increment the RX dropped counter when neededCamelia Groza
2018-03-14dpaa_eth: remove duplicate initializationCamelia Groza
2018-03-14dpaa_eth: fix error in dpaa_remove()Madalin Bucur
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie
2018-02-27dpaa_eth: refactor frag count checkingMadalin Bucur
2018-02-27dpaa_eth: make sure all Rx errors are countedMadalin Bucur
2018-02-27dpaa_eth: fix SG mappingMadalin Bucur
2018-02-19dpaa_eth: fix pause capability advertisement logicJake Moroni
2018-02-13dpaa_eth: fix incorrect commentJake Moroni
2017-11-08dpaa_eth: fix error return code in dpaa_eth_probe()Wei Yongjun
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-05dpaa_eth: avoid uninitialized variable false-positive warningArnd Bergmann
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02net: dpaa: remove init which already done in per-cpu allocationyuan linyu
2017-11-02net: dpaa: fix maybe uninitialized var in dpaa_open()yuan linyu
2017-10-18dpaa_eth: remove obsolete commentMadalin Bucur
2017-10-18dpaa_eth: cleanup dpaa_eth_probe() error pathsMadalin Bucur
2017-10-18dpaa_eth: change device usedMadalin Bucur
2017-10-18dpaa_eth: move of_phy_connect() to the eth driverMadalin Bucur
2017-08-28dpaa_eth: check allocation resultMadalin Bucur