aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08dpaa_eth: Use refcount_t for refcountChuhong Yuan1-3/+3
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+1
2019-05-28dpaa_eth: use only online CPU portalsMadalin Bucur1-5/+4
2019-05-05dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-01-17dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur1-0/+6
2018-12-17dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-1/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+4
2018-10-02dpaa_eth: Remove useless declarationNathan Chancellor1-2/+0
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-07freescale: ethernet: remove unnecessary unlikely()Igor Stoppa1-5/+3
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2018-06-30dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur1-7/+8
2018-06-26dpaa_eth: add support for hardware timestampingYangbo Lu1-5/+83
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-03-14dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza1-1/+0
2018-03-14dpaa_eth: increment the RX dropped counter when neededCamelia Groza1-1/+3
2018-03-14dpaa_eth: remove duplicate initializationCamelia Groza1-1/+0
2018-03-14dpaa_eth: fix error in dpaa_remove()Madalin Bucur1-1/+1
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie1-0/+10
2018-02-27dpaa_eth: refactor frag count checkingMadalin Bucur1-8/+12
2018-02-27dpaa_eth: make sure all Rx errors are countedMadalin Bucur1-8/+2
2018-02-27dpaa_eth: fix SG mappingMadalin Bucur1-10/+13
2018-02-13dpaa_eth: fix incorrect commentJake Moroni1-1/+1
2017-11-08dpaa_eth: fix error return code in dpaa_eth_probe()Wei Yongjun1-3/+3
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-05dpaa_eth: avoid uninitialized variable false-positive warningArnd Bergmann1-1/+2
2017-11-02net: dpaa: remove init which already done in per-cpu allocationyuan linyu1-5/+0
2017-11-02net: dpaa: fix maybe uninitialized var in dpaa_open()yuan linyu1-1/+2
2017-10-18dpaa_eth: remove obsolete commentMadalin Bucur1-4/+0
2017-10-18dpaa_eth: cleanup dpaa_eth_probe() error pathsMadalin Bucur1-33/+20
2017-10-18dpaa_eth: change device usedMadalin Bucur1-30/+12
2017-10-18dpaa_eth: move of_phy_connect() to the eth driverMadalin Bucur1-5/+43
2017-08-28dpaa_eth: check allocation resultMadalin Bucur1-0/+3
2017-08-28dpaa_eth: add NETIF_F_RXHASHMadalin Bucur1-3/+20
2017-08-28dpaa_eth: use multiple Rx frame queuesMadalin Bucur1-7/+43
2017-08-13net: dpaa_eth: constify platform_device_idArvind Yadav1-1/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+4
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+4
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-20dpaa_eth: reuse the dma_ops provided by the FMan MAC deviceMadalin Bucur1-1/+1
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-04-01dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur1-1/+1
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-6/+10
2017-03-09dpaa_eth: enable context-A stashingMadalin Bucur1-1/+2
2017-03-09dpaa_eth: enable multiple Tx traffic classesCamelia Groza1-0/+36