summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa
Commit message (Expand)AuthorAgeFilesLines
* dpaa_eth: Remove useless declarationNathan Chancellor2018-10-021-2/+0
* net: ethernet: dpaa: remove unused variablesArnd Bergmann2018-09-281-1/+0
* net: freescale: fix return type of ndo_start_xmit functionYueHaibing2018-09-211-1/+2
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-121-3/+1
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-22/+1
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-2/+1
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-7/+8
|\
| * dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur2018-06-301-7/+8
* | dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu2018-06-261-0/+39
* | dpaa_eth: add support for hardware timestampingYangbo Lu2018-06-262-5/+86
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva2018-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-4/+4
|\
| * dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza2018-03-141-1/+0
| * dpaa_eth: increment the RX dropped counter when neededCamelia Groza2018-03-141-1/+3
| * dpaa_eth: remove duplicate initializationCamelia Groza2018-03-141-1/+0
| * dpaa_eth: fix error in dpaa_remove()Madalin Bucur2018-03-141-1/+1
* | dpaa_eth: Add allmulti optionRadu Bulie2018-02-271-0/+10
* | dpaa_eth: refactor frag count checkingMadalin Bucur2018-02-271-8/+12
* | dpaa_eth: make sure all Rx errors are countedMadalin Bucur2018-02-271-8/+2
* | dpaa_eth: fix SG mappingMadalin Bucur2018-02-271-10/+13
* | dpaa_eth: fix pause capability advertisement logicJake Moroni2018-02-191-1/+1
* | dpaa_eth: fix incorrect commentJake Moroni2018-02-131-1/+1
|/
* dpaa_eth: fix error return code in dpaa_eth_probe()Wei Yongjun2017-11-081-3/+3
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* dpaa_eth: avoid uninitialized variable false-positive warningArnd Bergmann2017-11-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: dpaa: remove init which already done in per-cpu allocationyuan linyu2017-11-021-5/+0
* | net: dpaa: fix maybe uninitialized var in dpaa_open()yuan linyu2017-11-021-1/+2
* | dpaa_eth: remove obsolete commentMadalin Bucur2017-10-181-4/+0
* | dpaa_eth: cleanup dpaa_eth_probe() error pathsMadalin Bucur2017-10-181-33/+20
* | dpaa_eth: change device usedMadalin Bucur2017-10-181-30/+12
* | dpaa_eth: move of_phy_connect() to the eth driverMadalin Bucur2017-10-181-5/+43
|/
* dpaa_eth: check allocation resultMadalin Bucur2017-08-281-0/+3
* dpaa_eth: add NETIF_F_RXHASHMadalin Bucur2017-08-283-5/+28
* dpaa_eth: enable Rx hashing controlMadalin Bucur2017-08-281-0/+113
* dpaa_eth: use multiple Rx frame queuesMadalin Bucur2017-08-283-7/+47
* net: dpaa_eth: constify platform_device_idArvind Yadav2017-08-131-1/+1
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+4
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
|\
| * dpaa_eth: reuse the dma_ops provided by the FMan MAC deviceMadalin Bucur2017-06-201-1/+1
* | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-4/+2
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
|/
* dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur2017-04-011-1/+1
OpenPOWER on IntegriCloud