summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* 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-281-3/+20
* dpaa_eth: use multiple Rx frame queuesMadalin Bucur2017-08-281-7/+43
* 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: 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
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-6/+10
* dpaa_eth: enable context-A stashingMadalin Bucur2017-03-091-1/+2
* dpaa_eth: enable multiple Tx traffic classesCamelia Groza2017-03-091-0/+36
* dpaa_eth: add four prioritised Tx traffic classesCamelia Groza2017-03-091-8/+35
* dpaa_eth: do not ignore port api return valueMadalin Bucur2017-03-091-22/+43
* dpaa_eth: enable Rx checksum offloadMadalin Bucur2017-03-091-2/+27
* dpaa_eth: remove redundant initializationMadalin Bucur2017-03-091-1/+1
* dpaa_eth: implement ioctl() for PHY-related opsMichael Walle2017-02-201-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-1/+1
|\
| * dpaa_eth: small leak on errorDan Carpenter2017-02-171-1/+1
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* dpaa_eth: Initialize CGR structure before initRoy Pledge2017-01-041-0/+2
* dpaa_eth: cleanup after init_phy() failureMadalin Bucur2017-01-041-1/+3
* dpaa_eth: use big endian accessorsClaudiu Manoil2016-12-171-34/+37
* dpaa_eth: add trace pointsMadalin Bucur2016-11-151-0/+15
* dpaa_eth: add sysfs exportsMadalin Bucur2016-11-151-0/+4
* dpaa_eth: add ethtool statisticsMadalin Bucur2016-11-151-2/+52
* dpaa_eth: add ethtool functionalityMadalin Bucur2016-11-151-0/+2
* dpaa_eth: add support for DPAA EthernetMadalin Bucur2016-11-151-0/+2682
OpenPOWER on IntegriCloud