summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-03net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li1-5/+9
2023-11-26dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei1-2/+6
2023-11-26dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei1-4/+4
2023-08-08net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverLi Zetao1-1/+0
2023-05-31bus: fsl-mc: Make remove function return voidUwe Kleine-König1-3/+1
2023-02-20net: dpaa2-eth: do not always set xsk support in xdp_features flagLorenzo Bianconi1-1/+3
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+4
2023-01-28dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+6
2022-12-01net: dpaa2-mac: move rtnl_lock() only around phylink_{,dis}connect_phy()Vladimir Oltean1-4/+0
2022-12-01net: dpaa2-eth: serialize changes to priv->mac with a mutexVladimir Oltean1-5/+38
2022-12-01net: dpaa2-eth: connect to MAC before requesting the "endpoint changed" IRQVladimir Oltean1-9/+9
2022-12-01net: dpaa2-eth: assign priv->mac after dpaa2_mac_connect() callVladimir Oltean1-9/+12
2022-12-01net: dpaa2-mac: absorb phylink_start() call into dpaa2_mac_start()Vladimir Oltean1-4/+1
2022-12-01net: dpaa2-eth: don't use -ENOTSUPP error codeVladimir Oltean1-1/+1
2022-11-15net: dpaa2: Remove linux/msi.h includesThomas Gleixner1-1/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-0/+1
2022-11-01net: dpaa2: Add some debug prints on deferred probeSean Anderson1-10/+23
2022-10-24net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa1-0/+6
2022-10-24net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa1-9/+39
2022-10-24net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa1-40/+91
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa1-37/+47
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa1-8/+17
2022-10-24net: dpaa2-eth: use dev_close/open instead of the internal functionsIoana Ciornei1-3/+3
2022-10-24net: dpaa2-eth: add support for multiple buffer pools per DPNIRobert-Ionut Alexa1-58/+131
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-11dpaa2-eth: trace the allocated address instead of page structChen Lin1-2/+2
2022-05-23dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei1-4/+4
2022-05-23dpaa2-eth: use the correct software annotation fieldIoana Ciornei1-1/+1
2022-05-23dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei1-1/+3
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei1-1/+4
2022-02-19dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie1-8/+81
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-15dpaa2-eth: Simplify bool conversionYang Li1-2/+2
2022-02-15dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie1-1/+1
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa1-2/+2
2022-02-09dpaa2-eth: add support for software TSOIoana Ciornei1-18/+196
2022-02-09dpaa2-eth: work with an array of FDsIoana Ciornei1-16/+40
2022-02-09dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei1-9/+6
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei1-24/+37
2022-02-09dpaa2-eth: allocate a fragment already alignedIoana Ciornei1-6/+5
2022-02-09dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei1-4/+4
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-12-17bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner1-2/+2
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-30dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu1-0/+2
2021-11-17net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin1-2/+2
2021-10-15net: dpaa2: add adaptive interrupt coalescingIoana Ciornei1-1/+10
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2