summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-11drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang1-2/+3
2020-06-01dpaa2-eth: Keep congestion group taildrop enabled when PFC onIoana Ciornei1-7/+22
2020-06-01dpaa2-eth: Add PFC support through DCB opsIoana Ciornei1-0/+9
2020-06-01dpaa2-eth: Add congestion group taildropIoana Radulescu1-8/+27
2020-06-01dpaa2-eth: Add helper functionsIoana Radulescu1-2/+1
2020-06-01dpaa2-eth: Distribute ingress frames based on VLAN prioIoana Radulescu1-0/+116
2020-06-01dpaa2-eth: Add support for Rx traffic classesIoana Radulescu1-22/+48
2020-05-16dpaa2-eth: add bulking to XDP_TXIoana Ciornei1-23/+45
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+17
2020-05-15dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei1-12/+17
2020-05-14dpaa2-eth: Add XDP frame sizeJesper Dangaard Brouer1-0/+7
2020-05-07dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei1-21/+40
2020-04-30dpaa2-eth: fix error return code in setup_dpni()Wei Yongjun1-1/+3
2020-04-25dpaa2-eth: add channel stat to debugfsIoana Ciornei1-0/+1
2020-04-24dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer1-2/+2
2020-04-22dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei1-29/+28
2020-04-22dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei1-36/+40
2020-04-22dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei1-14/+21
2020-04-22dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei1-11/+23
2020-02-27dpaa2-eth: add support for mii ioctlsRussell King1-1/+6
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+2
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-5/+2
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+9
2019-11-12dpaa2-eth: free already allocated channels on probe deferIoana Ciornei1-1/+9
2019-10-31dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei1-20/+99
2019-10-31dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGEDIoana Ciornei1-4/+3
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+49
2019-10-17dpaa2-eth: Fix TX FQID valuesIoana Radulescu1-0/+44
2019-10-17dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita1-1/+5
2019-10-07dpaa2-eth: Avoid unbounded while loopsIoana Radulescu1-6/+26
2019-10-07dpaa2-eth: Cleanup dead codeIoana Radulescu1-7/+0
2019-09-05dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu1-3/+28
2019-08-29dpaa2-eth: Add pause frame supportIoana Radulescu1-10/+70
2019-08-29dpaa2-eth: Use stored link settingsIoana Radulescu1-2/+4
2019-06-12dpaa2-eth: Add mqprio supportIoana Radulescu1-5/+62
2019-06-12dpaa2-eth: Support multiple traffic classes on TxIoana Radulescu1-10/+13
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. Miller1-2/+2
2019-05-26dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu1-2/+2
2019-05-23Revert "dpaa2-eth: configure the cache stashing amount on a queue"Ioana Radulescu1-6/+1
2019-04-16dpaa2-eth: Add flow steering support without maskingIoana Ciocoi Radulescu1-12/+45
2019-04-16dpaa2-eth: Update hash key composition codeIoana Ciocoi Radulescu1-2/+17
2019-04-16dpaa2-eth: Add a couple of macrosIoana Ciocoi Radulescu1-2/+1
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 Ciornei1-1/+7
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