summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-02-03wifi: rtw89: debugfs: implement file_ops::read/write to replace seq_filePing-Ke Shih
2025-02-03wifi: rtw89: use wiphy_work() to replace ieee802111_work()Ping-Ke Shih
2025-02-03wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yetPing-Ke Shih
2025-02-03wifi: rtw89: cleanup unused rtwdev::roc_workZong-Zhe Yang
2025-02-03wifi: rtw89: regd: refactor init/setup flow and prototypeZong-Zhe Yang
2025-02-03wifi: rtw89: regd: handle supported regulatory functions by countryZong-Zhe Yang
2025-02-03wifi: rtw89: regd: support loading regd table from fw elementZong-Zhe Yang
2025-02-03wifi: rtw89: phy: disable CFO track when two PHY are working simultaneouslyPing-Ke Shih
2025-02-03wifi: rtw89: phy: support EDCCA log per PHYPing-Ke Shih
2025-02-03wifi: rtw89: phy: support EDCCA per PHYPing-Ke Shih
2025-02-03wifi: rtw89: phy: support ch_info per PHYPing-Ke Shih
2025-02-03wifi: rtw89: phy: support DIG per PHYPing-Ke Shih
2025-02-03wifi: rtw89: phy: support env_monitor per PHYPing-Ke Shih
2025-02-03wifi: rtw89: phy: add PHY context array to support functions per PHYPing-Ke Shih
2025-02-03wifi: rtw89: phy: rename to RTW89_PHY_NUM as proper namingPing-Ke Shih
2025-02-01vmxnet3: Fix tx queue race condition with XDPSankararaman Jayaraman
2025-02-01ice: Add check for devm_kzalloc()Jiasheng Jiang
2025-02-01net: bcmgenet: Correct overlaying of PHY and MAC Wake-on-LANFlorian Fainelli
2025-01-31wifi: ath12k: remove return for empty tx bitrate in mac_op_sta_statisticsRemi Pommarel
2025-01-31wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 overrideNicolas Escande
2025-01-31ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski
2025-01-31ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski
2025-01-31ice: put Rx buffers after being done with current frameMaciej Fijalkowski
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-30net: sh_eth: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-01-30net: ravb: Fix missing rtnl lock in suspend/resume pathKory Maincent
2025-01-29bgmac: reduce max frame size to support just MTU 1500Rafał Miłecki
2025-01-29wifi: ath11k: remove peer extra rssi updateNicolas Escande
2025-01-29wifi: ath9k: do not submit zero bytes to the entropy poolDmitry Antipov
2025-01-29wifi: ath9k: return by of_get_mac_addressRosen Penev
2025-01-29wifi: ath12k: Fetch regdb.bin file from board-2.binAaradhana Sahu
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-28Merge tag 'ath-current-20250124' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo
2025-01-28wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364 firmwareAditya Garg
2025-01-28wifi: ipw2x00: Remove unused libipw_rx_any()Dr. David Alan Gilbert
2025-01-28wifi: libertas: Remove unused auto deep sleep codeDr. David Alan Gilbert
2025-01-28wifi: libertas: cmd: remove unused functionsDr. David Alan Gilbert
2025-01-28wifi: libertas: main: remove unused functionsDr. David Alan Gilbert
2025-01-28wifi: mwifiex: Constify struct mwifiex_if_opsChristophe JAILLET
2025-01-28bonding: Correctly support GSO ESP offloadCosmin Ratiu
2025-01-28net: stmmac: Specify hardware capability value when FIFO size isn't specifiedKunihiko Hayashi
2025-01-28net: stmmac: Limit FIFO size by hardware capabilityKunihiko Hayashi
2025-01-28net: stmmac: Limit the number of MTL queues to hardware capabilityKunihiko Hayashi
2025-01-28usbnet: ipheth: document scope of NCM implementationFoster Snowhill
2025-01-28usbnet: ipheth: fix DPE OoB readFoster Snowhill
2025-01-28usbnet: ipheth: break up NCM header size computationFoster Snowhill
2025-01-28usbnet: ipheth: refactor NCM datagram loopFoster Snowhill
2025-01-28usbnet: ipheth: use static NDP16 location in URBFoster Snowhill
2025-01-28usbnet: ipheth: check that DPE points past NCM headerFoster Snowhill
2025-01-28usbnet: ipheth: fix possible overflow in DPE length checkFoster Snowhill