aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12dpaa2-eth: free already allocated channels on probe deferIoana Ciornei1-1/+9
2019-10-28net: dpaa2: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
2019-10-17dpaa2-eth: Fix TX FQID valuesIoana Radulescu1-0/+44
2019-10-17dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita2-2/+9
2019-09-05dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu1-3/+28
2019-09-05dpaa2-eth: Add new DPNI statistics countersIoana Radulescu3-3/+58
2019-09-05dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu1-11/+7
2019-08-29dpaa2-eth: Add pause frame supportIoana Radulescu6-13/+177
2019-08-29dpaa2-eth: Use stored link settingsIoana Radulescu2-14/+7
2019-08-29dpaa2-eth: Remove support for changing link settingsIoana Radulescu1-50/+1
2019-08-10dpaa2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-50/+7
2019-06-15dpaa2-ptp: add interrupt supportYangbo Lu4-1/+417
2019-06-15dpaa2-ptp: reuse ptp_qoriq driverYangbo Lu5-282/+34
2019-06-12dpaa2-eth: Add mqprio supportIoana Radulescu2-5/+64
2019-06-12dpaa2-eth: Support multiple traffic classes on TxIoana Radulescu2-11/+19
2019-06-12dpaa2-eth: Refactor xps codeIoana Radulescu1-13/+32
2019-06-09dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior1-1/+1
2019-06-09dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior1-9/+0
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+6
2019-05-26dpaa2-eth: Make constant 64-bit longIoana Radulescu1-1/+1
2019-05-26dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu1-2/+2
2019-05-26dpaa2-eth: Fix potential spectre issueIoana Radulescu1-0/+3
2019-05-23Revert "dpaa2-eth: configure the cache stashing amount on a queue"Ioana Radulescu1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-16dpaa2-eth: Add flow steering support without maskingIoana Ciocoi Radulescu3-32/+127
2019-04-16dpaa2-eth: Update hash key composition codeIoana Ciocoi Radulescu2-2/+30
2019-04-16dpaa2-eth: Add a couple of macrosIoana Ciocoi Radulescu2-2/+7
2019-04-16dpaa2-eth: Fix Rx classification statusIoana Ciocoi Radulescu1-1/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2019-03-26dpaa2-eth: use netif_receive_skb_listIoana Ciornei2-1/+8
2019-03-26dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei1-4/+9
2019-03-20dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu1-1/+1
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+6
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+5
2019-03-03dpaa2-eth: add XDP_REDIRECT supportIoana Radulescu3-14/+176
2019-03-03dpaa2-eth: Add software annotation typesIoana Radulescu2-22/+40
2019-03-01Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann1-1/+6
2019-02-26dpaa2-eth: configure the cache stashing amount on a queueIoana Ciornei1-1/+6
2019-02-06dpaa2-eth: Update buffer pool refill thresholdIoana Ciocoi Radulescu1-1/+2
2019-02-06dpaa2-eth: Use FQ-based DPIO enqueue APIIoana Ciocoi Radulescu2-6/+39
2019-02-06dpaa2-eth: Use napi_consume_skb()Ioana Ciocoi Radulescu1-4/+4
2019-02-06dpaa2-eth: Use a single page per Rx bufferIoana Ciocoi Radulescu2-44/+38
2019-01-30Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann1-4/+5
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2019-01-22net: dpaa2: improve PTP Kconfig optionYangbo Lu1-2/+3
2019-01-19dpaa2-eth: add debugfs statisticsIoana Radulescu5-1/+302
2019-01-19dpaa2-eth: transform dpaa2_eth_queue_count into a macroIoana Ciornei1-6/+4
2019-01-17dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu1-34/+34
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei1-4/+5
2018-12-19dpaa2-eth: Add QBMAN related statsIoana Radulescu1-0/+41