summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: dpaa2-eth: do not always set xsk support in xdp_features flagLorenzo Bianconi2023-02-201-1/+3
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+4
* dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+6
* net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean2022-12-011-4/+0
* net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean2022-12-011-5/+38
* net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean2022-12-011-9/+9
* net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean2022-12-011-9/+12
* net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean2022-12-011-4/+1
* net: dpaa2-eth: don't use -ENOTSUPP error codeVladimir Oltean2022-12-011-1/+1
* net: dpaa2: Remove linux/msi.h includesThomas Gleixner2022-11-141-1/+0
* net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-0/+1
* net: dpaa2: Add some debug prints on deferred probeSean Anderson2022-10-311-10/+23
* net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa2022-10-241-0/+6
* net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa2022-10-241-9/+39
* net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa2022-10-241-40/+91
* net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa2022-10-241-37/+47
* net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa2022-10-241-8/+17
* net: dpaa2-eth: use dev_close/open instead of the internal functionsIoana Ciornei2022-10-241-3/+3
* net: dpaa2-eth: add support for multiple buffer pools per DPNIRobert-Ionut Alexa2022-10-241-58/+131
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* dpaa2-eth: trace the allocated address instead of page structChen Lin2022-08-111-2/+2
* dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei2022-05-221-4/+4
* dpaa2-eth: use the correct software annotation fieldIoana Ciornei2022-05-221-1/+1
* dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei2022-05-221-1/+3
* dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei2022-03-141-1/+4
* dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie2022-02-191-8/+81
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-1/+1
|\
| * dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie2022-02-151-1/+1
* | dpaa2-eth: Simplify bool conversionYang Li2022-02-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-2/+2
|\ \ | |/
| * dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa2022-02-101-2/+2
* | dpaa2-eth: add support for software TSOIoana Ciornei2022-02-091-18/+196
* | dpaa2-eth: work with an array of FDsIoana Ciornei2022-02-091-16/+40
* | dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2022-02-091-9/+6
* | dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei2022-02-091-24/+37
* | dpaa2-eth: allocate a fragment already alignedIoana Ciornei2022-02-091-6/+5
* | dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei2022-02-091-4/+4
|/
* Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-2/+2
|\
| * bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-161-2/+2
* | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
|/
* 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