aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa (follow)
AgeCommit message (Expand)AuthorFilesLines
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-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-4/+2
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
2017-03-09dpaa_eth: add four prioritised Tx traffic classesCamelia Groza2-9/+42
2017-03-09dpaa_eth: do not ignore port api return valueMadalin Bucur1-22/+43
2017-03-09dpaa_eth: enable Rx checksum offloadMadalin Bucur1-2/+27
2017-03-09dpaa_eth: remove redundant initializationMadalin Bucur1-1/+1
2017-02-20dpaa_eth: implement ioctl() for PHY-related opsMichael Walle1-0/+8
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-17dpaa_eth: small leak on errorDan Carpenter1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-01-04dpaa_eth: Initialize CGR structure before initRoy Pledge1-0/+2
2017-01-04dpaa_eth: cleanup after init_phy() failureMadalin Bucur1-1/+3
2017-01-03net: freescale: dpaa: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-9/+9
2016-12-17dpaa_eth: remove redundant dependency on FSL_SOCMadalin Bucur1-1/+1
2016-12-17dpaa_eth: use big endian accessorsClaudiu Manoil1-34/+37
2016-11-15dpaa_eth: add trace pointsMadalin Bucur4-0/+158
2016-11-15dpaa_eth: add sysfs exportsMadalin Bucur4-1/+174
2016-11-15dpaa_eth: add ethtool statisticsMadalin Bucur3-2/+284
2016-11-15dpaa_eth: add ethtool functionalityMadalin Bucur4-1/+224
2016-11-15dpaa_eth: add support for DPAA EthernetMadalin Bucur4-0/+2847