summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-04-20gcc-15: work around sequence-point warningLinus Torvalds
2025-04-20gcc-15: add '__nonstring' markers to byte arraysLinus Torvalds
2025-04-20RDMA/mana_ib: Add support of 4M, 1G, and 2G pagesKonstantin Taranov
2025-04-18Merge tag 'irq-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-18igc: add support to get frame preemption statistics via ethtoolFaizal Rahim
2025-04-18igc: add support to get MAC Merge data via ethtoolFaizal Rahim
2025-04-18igc: block setting preemptible traffic class in taprioFaizal Rahim
2025-04-18igc: add support to set tx-min-frag-sizeFaizal Rahim
2025-04-18igc: add support for frame preemption verificationFaizal Rahim
2025-04-18igc: set the RX packet buffer size for TSN modeFaizal Rahim
2025-04-18igc: use FIELD_PREP and GENMASK for existing RX packet buffer sizeFaizal Rahim
2025-04-18igc: optimize TX packet buffer utilization for TSN modeFaizal Rahim
2025-04-18igc: use FIELD_PREP and GENMASK for existing TX packet buffer sizeFaizal Rahim
2025-04-18igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULTFaizal Rahim
2025-04-18igc: rename xdp_get_tx_ring() for non-xdp usageFaizal Rahim
2025-04-18net: ethtool: mm: extract stmmac verification logic into common libraryVladimir Oltean
2025-04-18net: stmmac: move frag_size handling out of spin_lockFaizal Rahim
2025-04-17net: stmmac: mediatek: stop initialising plat->mac_interfaceRussell King (Oracle)
2025-04-17net: stmmac: dwc-qos: use PHY clock-stop capabilityRussell King (Oracle)
2025-04-17net/mlx5e: ethtool: Fix formatting of ptp_rq0_csum_complete_tail_slowKees Cook
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook
2025-04-17r8169: add RTL_GIGA_MAC_VER_LAST to facilitate adding support for new chip ve...Heiner Kallweit
2025-04-17r8169: refactor chip version detectionHeiner Kallweit
2025-04-17net: stmmac: sunxi: use devm_stmmac_pltfr_probe()Russell King (Oracle)
2025-04-17net: stmmac: sunxi: use stmmac_pltfr_probe()Russell King (Oracle)
2025-04-17net: stmmac: sunxi: convert to set_clk_tx_rate()Russell King (Oracle)
2025-04-17wifi: wcn36xx: Don't use %pK through printkThomas Weißschuh
2025-04-17wifi: ath12k: Don't use %pK through printkThomas Weißschuh
2025-04-17wifi: ath11k: Don't use %pK through printkThomas Weißschuh
2025-04-17wifi: ath10k: Don't use %pK through printkThomas Weißschuh
2025-04-17wifi: ath12k: fix node corruption in ar->arvifs listMaharaja Kennadyrajan
2025-04-17wifi: ath12k: Prevent sending WMI commands to firmware during firmware crashMaharaja Kennadyrajan
2025-04-17wifi: ath12k: avoid multiple skb_cb fetch in ath12k_mac_mgmt_tx_wmi()Rameshkumar Sundaram
2025-04-17wifi: ath12k: fix wrong handling of CCMP256 and GCMP ciphersRameshkumar Sundaram
2025-04-17wifi: ath12k: Fix the QoS control field offset to build QoS headerRamasamy Kaliappan
2025-04-17wifi: ath12k: Avoid allocating rx_stats when ext_rx_stats is disabledP Praneesh
2025-04-17wifi: ath12k: avoid deadlock during regulatory update in ath12k_regd_update()Wen Gong
2025-04-17wifi: ath12k: Add MSDU length validation for TKIP MIC errorP Praneesh
2025-04-17wifi: ath12k: fix invalid access to memorySarika Sharma
2025-04-17wifi: ath12k: correctly handle mcast packets for clientsSarika Sharma
2025-04-17wifi: ath12k: using msdu end descriptor to check for rx multicast packetsSarika Sharma
2025-04-17wifi: ath12k: Update frequency range if reg rules changesAditya Kumar Singh
2025-04-17wifi: ath12k: Fix frequency range in driverAditya Kumar Singh
2025-04-17wifi: ath12k: Add helper function ath12k_mac_update_freq_range()Rajat Soni
2025-04-17wifi: ath12k: Use skb->len for dma_unmap_single() length parameterP Praneesh
2025-04-17wifi: ath12k: Fix memory leak during extended skb allocationP Praneesh
2025-04-17wifi: ath12k: Refactor tx descriptor handling in tx completion handlerP Praneesh
2025-04-17wifi: ath12k: Handle error cases during extended skb allocationP Praneesh
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17net: ethernet: mtk_eth_soc: revise QDMA packet scheduler settingsBo-Cun Chen