summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-201-5/+2
|\
| * bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-5/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+9
|\ \ | |/ |/|
| * dpaa2-eth: free already allocated channels on probe deferIoana Ciornei2019-11-121-1/+9
* | dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei2019-10-311-20/+99
* | dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGEDIoana Ciornei2019-10-311-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-1/+49
|\|
| * dpaa2-eth: Fix TX FQID valuesIoana Radulescu2019-10-171-0/+44
| * dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita2019-10-171-1/+5
* | dpaa2-eth: Avoid unbounded while loopsIoana Radulescu2019-10-071-6/+26
* | dpaa2-eth: Cleanup dead codeIoana Radulescu2019-10-071-7/+0
|/
* dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu2019-09-051-3/+28
* dpaa2-eth: Add pause frame supportIoana Radulescu2019-08-291-10/+70
* dpaa2-eth: Use stored link settingsIoana Radulescu2019-08-291-2/+4
* dpaa2-eth: Add mqprio supportIoana Radulescu2019-06-121-5/+62
* dpaa2-eth: Support multiple traffic classes on TxIoana Radulescu2019-06-121-10/+13
* dpaa2-eth: Refactor xps codeIoana Radulescu2019-06-121-13/+32
* dpaa2-eth: Use napi_alloc_frag()Sebastian Andrzej Siewior2019-06-091-1/+1
* dpaa2-eth: Remove preempt_disable() from seed_pool()Sebastian Andrzej Siewior2019-06-091-9/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-2/+2
|\
| * dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu2019-05-261-2/+2
* | Revert "dpaa2-eth: configure the cache stashing amount on a queue"Ioana Radulescu2019-05-231-6/+1
|/
* dpaa2-eth: Add flow steering support without maskingIoana Ciocoi Radulescu2019-04-161-12/+45
* dpaa2-eth: Update hash key composition codeIoana Ciocoi Radulescu2019-04-161-2/+17
* dpaa2-eth: Add a couple of macrosIoana Ciocoi Radulescu2019-04-161-2/+1
* dpaa2-eth: Fix Rx classification statusIoana Ciocoi Radulescu2019-04-161-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-5/+10
|\
| * dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| * dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu2019-03-201-1/+1
* | dpaa2-eth: use netif_receive_skb_listIoana Ciornei2019-03-261-1/+7
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-061-1/+6
|\
| * dpaa2-eth: configure the cache stashing amount on a queueIoana Ciornei2019-02-261-1/+6
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-4/+5
|\|
| * soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-4/+5
* | dpaa2-eth: add XDP_REDIRECT supportIoana Radulescu2019-03-031-14/+161
* | dpaa2-eth: Add software annotation typesIoana Radulescu2019-03-031-18/+20
* | dpaa2-eth: Use FQ-based DPIO enqueue APIIoana Ciocoi Radulescu2019-02-061-6/+35
* | dpaa2-eth: Use napi_consume_skb()Ioana Ciocoi Radulescu2019-02-061-4/+4
* | dpaa2-eth: Use a single page per Rx bufferIoana Ciocoi Radulescu2019-02-061-29/+32
* | dpaa2-eth: add debugfs statisticsIoana Radulescu2019-01-191-1/+29
* | dpaa2-eth: Fix ndo_stop routineIoana Ciocoi Radulescu2019-01-171-34/+34
|/
* dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu2018-11-291-0/+2
* dpaa2-eth: Add xdp countersIoana Ciocoi Radulescu2018-11-281-0/+3
* dpaa2-eth: Cleanup channel statsIoana Ciocoi Radulescu2018-11-281-1/+0
* dpaa2-eth: Add support for XDP_TXIoana Ciocoi Radulescu2018-11-281-1/+50
* dpaa2-eth: Map Rx buffers as bidirectionalIoana Ciocoi Radulescu2018-11-281-7/+7
* dpaa2-eth: Release buffers back to pool on XDP_DROPIoana Ciocoi Radulescu2018-11-281-3/+31
* dpaa2-eth: Move functionIoana Ciocoi Radulescu2018-11-281-17/+17
* dpaa2-eth: Allow XDP header adjustmentsIoana Ciocoi Radulescu2018-11-281-3/+40
* dpaa2-eth: Add basic XDP supportIoana Ciocoi Radulescu2018-11-281-1/+188