summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-09-11ice: introduce ice_fwlog structureMichal Swiatkowski
2025-09-11ice: drop ice_pf_fwlog_update_module()Michal Swiatkowski
2025-09-11ice: move get_fwlog_data() to fwlog fileMichal Swiatkowski
2025-09-11ice: make fwlog functions staticMichal Swiatkowski
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-09-10net: stmmac: dwc-qos: use PHY WoLRussell King (Oracle)
2025-09-10net: sh_eth: Disable WoL if system can not suspendNiklas Söderlund
2025-09-10net: mana: Remove redundant netdev_lock_ops_to_full() callsSaurabh Sengar
2025-09-09net: phy: marvell: Fix 88e1510 downshift counter errataRohan G Thomas
2025-09-09net/mlx5e: Add stale counter for PCIe congestion eventsDragos Tatulea
2025-09-09net/mlx5e: Make PCIe congestion event thresholds configurableDragos Tatulea
2025-09-09net/mlx5: Implement devlink total_vfs parameterVlad Dumitrescu
2025-09-09net/mlx5: Implement devlink enable_sriov parameterVlad Dumitrescu
2025-09-09net/mlx5: Implement cqe_compress_type via devlink paramsSaeed Mahameed
2025-09-09Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-09-09vxlan: Make vxlan_fdb_find_uc() more robust against NPDsIdo Schimmel
2025-09-09net: phy: aquantia: delete aqr_firmware_read_fingerprint() prototypeVladimir Oltean
2025-09-09net: phy: fixed_phy: remove struct fixed_mdio_busHeiner Kallweit
2025-09-09net: phy: fixed_phy: add helper fixed_phy_findHeiner Kallweit
2025-09-09net: phy: fixed_phy: remove member no_carrier from struct fixed_phyHeiner Kallweit
2025-09-09net: phy: fixed_phy: remove unused interrupt supportHeiner Kallweit
2025-09-09eth: fbnic: support persistent NAPI configJakub Kicinski
2025-09-09bonding: support aggregator selection based on port priorityHangbin Liu
2025-09-09bonding: add support for per-port LACP actor priorityHangbin Liu
2025-09-09net/mlx5: Support getcyclesx and getcrosscyclesCarolina Jubran
2025-09-09net/mlx5: Extract MTCTR register read logic into helper functionCarolina Jubran
2025-09-08net: stmmac: use STMMAC_CSR_xxx definitions in platform glueRussell King (Oracle)
2025-09-08net: stmmac: mdio: remove redundant clock rate testsRussell King (Oracle)
2025-09-08net: stmmac: mdio: return clk_csr value from stmmac_clk_csr_set()Russell King (Oracle)
2025-09-08net: stmmac: mdio: move initialisation of priv->clk_csr to stmmac_mdioRussell King (Oracle)
2025-09-08net: stmmac: mdio: improve mdio register field definitionsRussell King (Oracle)
2025-09-08net: stmmac: mdio: move runtime PM into stmmac_mdio_access()Russell King (Oracle)
2025-09-08net: stmmac: mdio: merge stmmac_mdio_read() and stmmac_mdio_write()Russell King (Oracle)
2025-09-08net: stmmac: mdio: move stmmac_mdio_format_addr() into read/writeRussell King (Oracle)
2025-09-08net: stmmac: mdio: provide priv->gmii_address_bus_configRussell King (Oracle)
2025-09-08net: stmmac: mdio: provide stmmac_mdio_wait()Russell King (Oracle)
2025-09-08net: stmmac: mdio: provide address register formatterRussell King (Oracle)
2025-09-08ixgbe: fix typo in function comment for ixgbe_get_num_per_func()Alok Tiwari
2025-09-08idpf: add XDP RSS hash hintAlexander Lobakin
2025-09-08idpf: add support for .ndo_xdp_xmit()Alexander Lobakin
2025-09-08idpf: add support for XDP on RxAlexander Lobakin
2025-09-08idpf: use generic functions to build xdp_buff and skbAlexander Lobakin
2025-09-08idpf: implement XDP_SETUP_PROG in ndo_bpf for splitqMichal Kubiak
2025-09-08idpf: prepare structures to support XDPMichal Kubiak
2025-09-08idpf: add support for nointerrupt queuesAlexander Lobakin
2025-09-08idpf: remove SW marker handling from NAPIMichal Kubiak
2025-09-08idpf: add 4-byte completion descriptor definitionMichal Kubiak
2025-09-08idpf: link NAPIs to queuesAlexander Lobakin
2025-09-08idpf: use a saner limit for default number of queues to allocateAlexander Lobakin
2025-09-08idpf: fix Rx descriptor ready check barrier in splitqAlexander Lobakin