aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
Commit message (Expand)AuthorAgeFilesLines
* dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu2021-11-301-0/+2
* net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin2021-11-171-2/+2
* net: dpaa2: add adaptive interrupt coalescingIoana Ciornei2021-10-151-1/+10
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky2021-09-271-3/+6
* bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei2021-08-041-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* freescale: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-3/+0
* dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFERVladimir Oltean2021-05-211-3/+4
* dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei2021-04-021-2/+5
* dpaa2-eth: add rx copybreak supportIoana Ciornei2021-04-021-3/+34
* dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_bufIoana Ciornei2021-04-021-13/+13
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-2/+12
|\
| * dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei2021-02-111-2/+12
* | net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao2021-02-061-2/+1
* | dpaa2-eth: Simplify the calculation of variablesJiapeng Chong2021-02-061-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-151-9/+5
|\ \
| * | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-9/+5
| * | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+4
| |/
* | dpaa2-mac: fix the remove path for non-MAC interfacesIoana Ciornei2021-01-131-0/+3
* | dpaa2-eth: add support for Rx VLAN filteringIonut-robert Aron2021-01-131-0/+65
* | dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei2021-01-091-1/+5
* | dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei2021-01-091-19/+18
* | dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei2021-01-091-2/+12
|/
* 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