aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-24freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-3/+0
2021-05-21dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean1-3/+4
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei1-2/+5
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei1-3/+34
2021-04-02dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei1-13/+13
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-2/+0
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+12
2021-02-11dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei1-2/+12
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-9/+5
2021-01-13dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei1-0/+3
2021-01-13dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron1-0/+65
2021-01-09dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei1-1/+5
2021-01-09dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei1-19/+18
2021-01-09dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei1-2/+12
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-9/+5
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+4
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-23dpaa2-eth: use new PTP_MSGTYPE_* define(s)Christian Eggers1-2/+2
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