summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
Commit message (Expand)AuthorAgeFilesLines
* dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei2020-12-161-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-1/+1
|\
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* | dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers2020-11-231-2/+2
|/
* dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei2020-10-021-0/+99
* dpaa2-eth: add basic devlink supportIoana Ciornei2020-10-021-0/+15
* dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron2020-09-251-0/+12
* dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei2020-09-251-12/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+1
* dpaa2-eth: drop double zeroingJulia Lawall2020-09-201-1/+1
* dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu2020-09-181-14/+172
* dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2020-09-181-10/+16
* dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu2020-09-181-15/+16
* dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu2020-09-181-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei2020-09-011-200/+200
|/
* dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing2020-08-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-5/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-5/+0
* | dpaa2-eth: use napi_schedule to be compatible with PREEMPT_RTJiafei Pan2020-08-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()Ioana Ciornei2020-07-151-1/+1
* | dpaa2-eth: add support for TBF offloadIoana Ciornei2020-07-211-1/+45
* | dpaa2-eth: move the mqprio setup into a separate functionIoana Ciornei2020-07-211-6/+13
* | dpaa2-eth: fix draining of S/G cacheIoana Ciornei2020-07-061-1/+1
* | dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei2020-06-291-0/+2
* | dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei2020-06-291-28/+149
* | dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei2020-06-251-1/+1
* | dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei2020-06-251-0/+4
|/
* drivers: dpaa2: Use devm_kcalloc() in setup_dpni()Xu Wang2020-06-111-2/+3
* dpaa2-eth: Keep congestion group taildrop enabled when PFC onIoana Ciornei2020-06-011-7/+22
* dpaa2-eth: Add PFC support through DCB opsIoana Ciornei2020-06-011-0/+9
* dpaa2-eth: Add congestion group taildropIoana Radulescu2020-06-011-8/+27
* dpaa2-eth: Add helper functionsIoana Radulescu2020-06-011-2/+1
* dpaa2-eth: Distribute ingress frames based on VLAN prioIoana Radulescu2020-06-011-0/+116
* dpaa2-eth: Add support for Rx traffic classesIoana Radulescu2020-06-011-22/+48
* dpaa2-eth: add bulking to XDP_TXIoana Ciornei2020-05-161-23/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-12/+17
|\
| * dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2020-05-151-12/+17
* | dpaa2-eth: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+7
* | dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei2020-05-071-21/+40
* | dpaa2-eth: fix error return code in setup_dpni()Wei Yongjun2020-04-301-1/+3
* | dpaa2-eth: add channel stat to debugfsIoana Ciornei2020-04-251-0/+1
* | dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer2020-04-241-2/+2
* | dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2020-04-221-29/+28
* | dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei2020-04-221-36/+40
* | dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2020-04-221-14/+21
* | dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2020-04-221-11/+23
|/
* dpaa2-eth: add support for mii ioctlsRussell King2020-02-271-1/+6