summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-28wifi: rtw89: regd: apply ACPI policy even if country code is programmedZong-Zhe Yang-11/+13
2025-10-28wifi: rtw89: support EHT rate pattern via bitrate maskZong-Zhe Yang-1/+38
2025-10-28wifi: rtw89: mlo: handle needed H2C when link switching is requested by stackZong-Zhe Yang-16/+74
2025-10-28wifi: rtw89: use skb_dequeue() for queued ROC packets to prevent racingPing-Ke Shih-8/+4
2025-10-28wifi: rtw89: splice C2H events queue to local to prevent racingPing-Ke Shih-9/+22
2025-10-27net: hns3: add hwtstamp_get/hwtstamp_set opsVadim Fedorenko-26/+64
2025-10-27net: renesas: rswitch: convert to ndo_hwtstamp APIVadim Fedorenko-34/+19
2025-10-27net: ravb: convert to ndo_hwtstamp APIVadim Fedorenko-42/+19
2025-10-27ionic: convert to ndo_hwtstamp APIVadim Fedorenko-44/+52
2025-10-27mlx4: convert to ndo_hwtstamp APIVadim Fedorenko-39/+29
2025-10-27octeontx2: convert to ndo_hwtstamp APIVadim Fedorenko-35/+33
2025-10-27net: airoha: Fix a copy and paste bug in probe()Dan Carpenter-4/+4
2025-10-27phy: mscc: Fix PTP for VSC8574 and VSC8572Horatiu Vultur-3/+3
2025-10-27phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856XHoratiu Vultur-23/+8
2025-10-27sfc: fix potential memory leak in efx_mae_process_mport()Abdun Nihaal-0/+4
2025-10-27net: hns3: return error code when function failsJijie Shao-6/+8
2025-10-27Revert "wifi: ath10k: avoid unnecessary wait for service ready message"Baochen Qiang-19/+20
2025-10-27wifi: ath12k: Add lockdep warn for RCURipan Deuri-0/+6
2025-10-27wifi: ath12k: Use ath12k_dp_peer in per packet Tx & Rx pathsHarsh Kumar Bijlani-149/+175
2025-10-27wifi: ath12k: Attach and detach ath12k_dp_link_peer to ath12k_dp_peerHarsh Kumar Bijlani-10/+189
2025-10-27wifi: ath12k: Define ath12k_dp_peer structure & APIs for create & deleteHarsh Kumar Bijlani-105/+291
2025-10-27wifi: ath12k: Add hash table for ath12k_dp_link_peerHarsh Kumar Bijlani-13/+160
2025-10-27wifi: ath12k: Move ath12k_dp_link_peer list from ath12k_base to ath12k_dpHarsh Kumar Bijlani-193/+234
2025-10-27wifi: ath12k: Add hash table for ath12k_link_sta in ath12k_baseHarsh Kumar Bijlani-7/+218
2025-10-27wifi: ath12k: Rename ath12k_peer to ath12k_dp_link_peerHarsh Kumar Bijlani-144/+163
2025-10-27wifi: ath12k: Move DP related functions from peer.c to dp_peer.c fileHarsh Kumar Bijlani-267/+292
2025-10-27wifi: mac80211_hwsim: advertise puncturing feature supportAditya Kumar Singh-0/+1
2025-10-27wifi: rt2x00: check retval for of_get_mac_addressRosen Penev-4/+12
2025-10-24{rdma,net}/mlx5: Query vports mac address from deviceAdithya Jayachandran-25/+22
2025-10-24net: phy: dp83867: Disable EEE support as not implementedEmanuele Ghidoli-0/+6
2025-10-24ethernet: stmmac: dwmac-rk: Add RK3506 GMAC supportDavid Wu-0/+64
2025-10-24net: ravb: Allocate correct number of queues based on SoC supportLad Prabhakar-3/+4
2025-10-24net: ravb: Make DBAT entry count configurable per-SoCLad Prabhakar-3/+8
2025-10-24net: usb: usbnet: coding style for functionsOliver Neukum-25/+24
2025-10-24net: stmmac: add support for controlling PCS interruptsRussell King (Oracle)-22/+34
2025-10-24net: stmmac: add stmmac_mac_irq_modify()Russell King (Oracle)-0/+62
2025-10-24net: stmmac: convert to phylink managed WoL PHY speedRussell King (Oracle)-25/+2
2025-10-24net: stmmac: convert to phylink-managed Wake-on-LanRussell King (Oracle)-38/+36
2025-10-24net: phylink: add phylink managed wake-on-lan PHY speed controlRussell King (Oracle)-0/+12
2025-10-24net: phylink: add phylink managed MAC Wake-on-Lan supportRussell King (Oracle)-4/+76
2025-10-24net: phy: add phy_may_wakeup()Russell King (Oracle)-2/+12
2025-10-24ice: remove duplicate call to ice_deinit_hw() on error pathsPrzemek Kitszel-1/+1
2025-10-24ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel-9/+23
2025-10-24ice: extract ice_init_dev() from ice_init()Przemek Kitszel-9/+9
2025-10-24ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel-19/+31
2025-10-24ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel-30/+28
2025-10-24ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel-19/+12
2025-10-24ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel-14/+11
2025-10-24ice: move service task start out of ice_init_pf()Przemek Kitszel-7/+12
2025-10-24ice: enforce RTNL assumption of queue NAPI manipulationPrzemek Kitszel-2/+2