aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei1-0/+99
2020-10-02dpaa2-eth: add basic devlink supportIoana Ciornei1-0/+15
2020-09-25dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron1-0/+12
2020-09-25dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei1-12/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2020-09-20dpaa2-eth: drop double zeroingJulia Lawall1-1/+1
2020-09-18dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu1-14/+172
2020-09-18dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu1-10/+16
2020-09-18dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu1-15/+16
2020-09-18dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu1-0/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei1-200/+200
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-04dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+0
2020-08-03dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan1-1/+1
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-5/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-21dpaa2-eth: add support for TBF offloadIoana Ciornei1-1/+45
2020-07-21dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei1-6/+13
2020-07-15dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei1-1/+1
2020-07-06dpaa2-eth: fix draining of S/G cacheIoana Ciornei1-1/+1
2020-06-29dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei1-0/+2
2020-06-29dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei1-28/+149
2020-06-25dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-25dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4
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