summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
AgeCommit message (Expand)Author
2020-06-25Revert "dpaa_eth: fix usage as DSA master, try 3"Vladimir Oltean
2020-06-03dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean
2020-04-02dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor
2020-01-27dpaa_eth: avoid timestamp read on error pathsMadalin Bucur
2020-01-27dpaa_eth: perform DMA unmapping before readMadalin Bucur
2019-11-20net: freescale: fix return type of ndo_start_xmit functionYueHaibing
2019-05-16dpaa_eth: fix SG frame cleanupLaurentiu Tudor
2019-02-27dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur
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 support for hardware timestampingYangbo Lu
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
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-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-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
2017-08-28dpaa_eth: add NETIF_F_RXHASHMadalin Bucur
2017-08-28dpaa_eth: use multiple Rx frame queuesMadalin Bucur
2017-08-13net: dpaa_eth: constify platform_device_idArvind Yadav
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-20dpaa_eth: reuse the dma_ops provided by the FMan MAC deviceMadalin Bucur
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-04-01dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-09dpaa_eth: enable context-A stashingMadalin Bucur
2017-03-09dpaa_eth: enable multiple Tx traffic classesCamelia Groza
2017-03-09dpaa_eth: add four prioritised Tx traffic classesCamelia Groza
2017-03-09dpaa_eth: do not ignore port api return valueMadalin Bucur
2017-03-09dpaa_eth: enable Rx checksum offloadMadalin Bucur