aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-01-18tsnep: Prepare RX buffer for XDP supportGerhard Engleder1-10/+11
2023-01-18tsnep: Subtract TSNEP_RX_INLINE_METADATA_SIZE onceGerhard Engleder1-2/+9
2023-01-18tsnep: Add XDP TX supportGerhard Engleder2-10/+189
2023-01-18tsnep: Do not print DMA mapping errorGerhard Engleder1-2/+0
2023-01-18tsnep: Forward NAPI budget to napi_consume_skb()Gerhard Engleder1-1/+1
2023-01-18tsnep: Replace TX spin_lock with __netif_tx_lockGerhard Engleder2-21/+10
2023-01-18net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTISergei Antonov1-0/+6
2023-01-18net: ethernet: ti: am65-cpts: adjust pps following ptp changesGrygorii Strashko1-10/+49
2023-01-18net: ethernet: ti: am65-cpts: add pps supportGrygorii Strashko1-5/+91
2023-01-18net: stmmac: add imx93 platform supportClark Wang1-5/+50
2023-01-18net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2023-01-18net/mlx5: E-switch, Fix switchdev mode after devlink reloadChris Mi1-0/+1
2023-01-18net/mlx5e: Protect global IPsec ASOLeon Romanovsky2-1/+8
2023-01-18net/mlx5e: Remove optimization which prevented update of ESN stateLeon Romanovsky2-10/+0
2023-01-18net/mlx5e: Set decap action based on attr for sampleChris Mi1-3/+2
2023-01-18net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING...Maor Dickman3-5/+4
2023-01-18net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENTMaor Dickman1-15/+3
2023-01-18net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xskAdham Faris1-2/+1
2023-01-18net/mlx5e: Avoid false lock dependency warning on tc_ht even moreVlad Buslov1-0/+3
2023-01-18net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()Yang Yingliang1-0/+1
2023-01-17net: ethernet: renesas: rswitch: C45 only transactionsMichael Walle1-22/+6
2023-01-17amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn2-13/+14
2023-01-17amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn3-44/+158
2023-01-17net: hns: Separate C22 and C45 transactionsAndrew Lunn1-57/+135
2023-01-17ixgbe: Use C45 mdiobus accessorsAndrew Lunn1-2/+4
2023-01-17ixgbe: Separate C22 and C45 transactionsAndrew Lunn1-55/+182
2023-01-17net: macb: Separate C22 and C45 transactionsAndrew Lunn1-53/+108
2023-01-17net: nixge: Separate C22 and C45 transactionsAndrew Lunn1-56/+85
2023-01-17net: sxgbe: Separate C22 and C45 transactionsAndrew Lunn1-24/+81
2023-01-17net: wangxun: clean up the codeMengyuan Lou4-33/+24
2023-01-17net: stmmac: fix invalid call to mdiobus_get_phy()Heiner Kallweit1-0/+5
2023-01-17net: ethernet: mtk_wed: add reset/reset_complete callbacksLorenzo Bianconi3-0/+58
2023-01-17net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_checkLorenzo Bianconi2-0/+132
2023-01-17net: ethernet: mtk_eth_soc: align reset procedure to vendor sdkLorenzo Bianconi5-23/+115
2023-01-17net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset supportLorenzo Bianconi1-4/+56
2023-01-17net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routineLorenzo Bianconi1-14/+22
2023-01-16octeontx2-pf: Avoid use of GFP_KERNEL in atomic contextGeetha sowjanya1-2/+2
2023-01-16net: microchip: vcap api: Enable/Disable rules via chains in VCAP HWSteen Hegelund5-10/+222
2023-01-16net: microchip: vcap api: Add a storage state to a VCAP ruleSteen Hegelund4-27/+161
2023-01-16net: microchip: vcap api: Check chains when adding a tc flower filterSteen Hegelund5-55/+72
2023-01-16net: microchip: vcap api: Use src and dst chain id to chain VCAP lookupsSteen Hegelund6-84/+92
2023-01-16net: microchip: vcap api: Convert multi-word keys/actions when encodingSteen Hegelund1-109/+134
2023-01-16net: microchip: vcap api: Always enable VCAP lookupsSteen Hegelund7-65/+16
2023-01-16net: microchip: sparx5: Reset VCAP counter for new rulesSteen Hegelund2-3/+8
2023-01-16net: microchip: vcap api: Erase VCAP cache before encoding ruleSteen Hegelund1-1/+1
2023-01-16r8169: reset bus if NIC isn't accessible after tx timeoutHeiner Kallweit1-0/+10
2023-01-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-10/+24
2023-01-16net: stmmac: Fix queue statistics readingKurt Kanzenbach1-4/+4
2023-01-16octeontx2-af: update CPT inbound inline IPsec config mailboxSrujana Challa2-5/+47
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang1-5/+9