summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-17Merge tag 'i2c-fwnode-api-2023017' of https://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-01-17Merge tag 'regmap-mdio-c45-rework' of https://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
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-17i2c: add fwnode APIsRussell King (Oracle)
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
2023-01-16net: dsa: mv88e6xxx: Enable PTP receive for mv88e6390Kurt Kanzenbach
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman
2023-01-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn
2023-01-16virtio-net: support multi-buffer xdpHeng Qi
2023-01-16virtio-net: remove xdp related info from page_to_skb()Heng Qi
2023-01-16virtio-net: build skb from multi-buffer xdpHeng Qi
2023-01-16virtio-net: transmit the multi-buffer xdpHeng Qi
2023-01-16virtio-net: construct multi-buffer xdp in mergeableHeng Qi
2023-01-16virtio-net: build xdp_buff with multi buffersHeng Qi
2023-01-16virtio-net: update bytes calculation for xdp_frameHeng Qi
2023-01-16virtio-net: set up xdp for multi buffer packetsHeng Qi
2023-01-16virtio-net: fix calculation of MTU for single-buffer xdpHeng Qi
2023-01-16virtio-net: disable the hole mechanism for xdpHeng Qi