summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-01-18net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()Vladimir Oltean
2023-01-18net: microchip: sparx5: Add lock initialization to the KUNIT testsSteen Hegelund
2023-01-18net: microchip: sparx5: Improve VCAP admin locking in the VCAP APISteen Hegelund
2023-01-18net: microchip: sparx5: Add VCAP admin locking in debugFSSteen Hegelund
2023-01-18net: microchip: sparx5: Add support to check for existing VCAP rule idSteen Hegelund
2023-01-18net: microchip: sparx5: Add support for rule count by cookieSteen Hegelund
2023-01-18r8152: avoid to change cfg for all devicesHayes Wang
2023-01-18net: macb: simplify TX timestamp handlingRobert Hancock
2023-01-18virtio_net: Reuse buffer free functionParav Pandit
2023-01-18tsnep: Support XDP BPF program setupGerhard Engleder
2023-01-18tsnep: Add XDP RX supportGerhard Engleder
2023-01-18tsnep: Add RX queue info for XDP supportGerhard Engleder
2023-01-18tsnep: Prepare RX buffer for XDP supportGerhard Engleder
2023-01-18tsnep: Subtract TSNEP_RX_INLINE_METADATA_SIZE onceGerhard Engleder
2023-01-18tsnep: Add XDP TX supportGerhard Engleder
2023-01-18tsnep: Do not print DMA mapping errorGerhard Engleder
2023-01-18tsnep: Forward NAPI budget to napi_consume_skb()Gerhard Engleder
2023-01-18tsnep: Replace TX spin_lock with __netif_tx_lockGerhard Engleder
2023-01-18net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTISergei Antonov
2023-01-18net: ethernet: ti: am65-cpts: adjust pps following ptp changesGrygorii Strashko
2023-01-18net: ethernet: ti: am65-cpts: add pps supportGrygorii Strashko
2023-01-18net: stmmac: add imx93 platform supportClark Wang
2023-01-17net: ethernet: renesas: rswitch: C45 only transactionsMichael Walle
2023-01-17net: dsa: sja1105: Separate C22 and C45 transactions for T1 MDIO busAndrew Lunn
2023-01-17net: dsa: sja1105: C45 only transactions for PCSAndrew Lunn
2023-01-17amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn
2023-01-17amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn
2023-01-17net: hns: Separate C22 and C45 transactionsAndrew Lunn
2023-01-17ixgbe: Use C45 mdiobus accessorsAndrew Lunn
2023-01-17ixgbe: Separate C22 and C45 transactionsAndrew Lunn
2023-01-17net: macb: Separate C22 and C45 transactionsAndrew Lunn
2023-01-17net: nixge: Separate C22 and C45 transactionsAndrew Lunn
2023-01-17net: sxgbe: Separate C22 and C45 transactionsAndrew Lunn
2023-01-17net: dsa: mt7530: Separate C22 and C45 MDIO bus transactionsAndrew Lunn
2023-01-17net: wangxun: clean up the codeMengyuan Lou
2023-01-17net: mdio: cavium: Remove unneeded simicolonsAndrew Lunn
2023-01-17net: ethernet: mtk_wed: add reset/reset_complete callbacksLorenzo Bianconi
2023-01-17net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_checkLorenzo Bianconi
2023-01-17net: ethernet: mtk_eth_soc: align reset procedure to vendor sdkLorenzo Bianconi
2023-01-17net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset supportLorenzo Bianconi
2023-01-17net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routineLorenzo Bianconi
2023-01-16net: microchip: vcap api: Enable/Disable rules via chains in VCAP HWSteen Hegelund
2023-01-16net: microchip: vcap api: Add a storage state to a VCAP ruleSteen Hegelund
2023-01-16net: microchip: vcap api: Check chains when adding a tc flower filterSteen Hegelund
2023-01-16net: microchip: vcap api: Use src and dst chain id to chain VCAP lookupsSteen Hegelund
2023-01-16net: microchip: vcap api: Convert multi-word keys/actions when encodingSteen Hegelund
2023-01-16net: microchip: vcap api: Always enable VCAP lookupsSteen Hegelund
2023-01-16net: microchip: sparx5: Reset VCAP counter for new rulesSteen Hegelund
2023-01-16net: microchip: vcap api: Erase VCAP cache before encoding ruleSteen Hegelund
2023-01-16r8169: reset bus if NIC isn't accessible after tx timeoutHeiner Kallweit