summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-07-30netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()Breno Leitao
2026-07-30netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()Breno Leitao
2026-07-30netconsole: take over netpoll_setup() from netpollBreno Leitao
2026-07-30net: airoha: defer GDM3/GDM4 WAN mode and GDM2 loopback to QoS offloadLorenzo Bianconi
2026-07-30net: airoha: fix ETS QoS stats counter underflow and cross-channel corruptionLorenzo Bianconi
2026-07-30net: airoha: rename airoha_priv_flags to airoha_dev_flagsLorenzo Bianconi
2026-07-30ovpn: fix incorrect use of rcu_access_pointer()Qingfang Deng
2026-07-30ovpn: ensure TCP vars are initialized firstAntonio Quartulli
2026-07-30ovpn: disable IPv4 redirects on MP interfacesAntonio Quartulli
2026-07-30ovpn: hash floated peer by transport identity onlyAntonio Quartulli
2026-07-30ovpn: zero-initialize sockaddr before learning a floated endpointAntonio Quartulli
2026-07-30ovpn: ensure socket is owned by ovpn before deref sk_user_dataAntonio Quartulli
2026-07-30ovpn: rehash peer in by_transp_addr table on CMD_PEER_SETAntonio Quartulli
2026-07-30ovpn: skip rehash for peers already removed from by_idAntonio Quartulli
2026-07-30ovpn: limit keepalive values to one dayMarco Baffo
2026-07-30net: wwan: add exclusive open mode capability to AT and QCDM portsDaniele Palmas
2026-07-30net: wwan: add minimalistic IOCTls support also to QCDM portDaniele Palmas
2026-07-30net: lan743x: add support for RMII interfaceThangaraj Samynathan
2026-07-30net: lan743x: add RMII strap status detection for PCI11x1xThangaraj Samynathan
2026-07-30wifi: rtw88: Fix potential memory leak in rtw_txq_push_skb()Abdun Nihaal
2026-07-30wifi: rtw89: remove conditional return with no effect in sys_init_*()Sang-Heon Jeon
2026-07-30wifi: rtlwifi: rtl8821ae: remove conditional return with no effect in _rtl882...Sang-Heon Jeon
2026-07-30wifi: rtw89: coex: Handle Bluetooth LE-Audio related coexistence featureChing-Te Ku
2026-07-30wifi: rtw89: coex: Fix H2C command redundant send & version fall throughChing-Te Ku
2026-07-30wifi: rtw89: coex: Fix TDMA v8 handling to unblock BTC report parsingChing-Te Ku
2026-07-30wifi: rtw89: coex: Add dual Bluetooth debug info dumpChing-Te Ku
2026-07-30wifi: rtw89: coex: Add BTC report version 8 support for BT sub-reportsChing-Te Ku
2026-07-30wifi: rtw89: coex: Fix log dump format with proper newlineChing-Te Ku
2026-07-30wifi: rtw89: coex: Refine RF calibration notify flowChing-Te Ku
2026-07-30wifi: rtw89: coex: complete GPIO debug configuration handlerChing-Te Ku
2026-07-30wifi: rtw89: coex: Decrease Wi-Fi special packet protect timeChing-Te Ku
2026-07-30wifi: rtw89: coex: Separate _ntfy_role_info into two functionChing-Te Ku
2026-07-30wifi: rtw89: coex: Rearrange _ntfy_role_info infoChing-Te Ku
2026-07-30wifi: rtw89: coex: Add firmware 0.35.111.X support for RTL8922A/DChing-Te Ku
2026-07-30wifi: rtw89: coex: Add Wi-Fi MLO info version 2 H2C commandChing-Te Ku
2026-07-30wifi: rtw89: coex: Add chip initial info version 11 for RTL8922A/DChing-Te Ku
2026-07-30wifi: rtlwifi: pci: fix error path in rtl_pci_probe()Abdun Nihaal
2026-07-30wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92du_init_sw_vars()Abdun Nihaal
2026-07-30wifi: rtl818x: initialize eeprom_93cx6 struct to zeroStanislaw Gruszka
2026-07-29net: dsa: realtek: use devm_mutex_init for l2_lockLuiz Angelo Daros de Luca
2026-07-29net: dsa: realtek: use devm_mutex_init for vlan_lockLuiz Angelo Daros de Luca
2026-07-29net: dsa: realtek: use devm_mutex_init for regmap lockLuiz Angelo Daros de Luca
2026-07-29net: dsa: realtek: rtl8365mb: use devm_mutex_init for mib_lockLuiz Angelo Daros de Luca
2026-07-29net: mana: Return error code from mana_create_rxq()Aditya Garg
2026-07-29net: stmmac: Fix E2E delay mechanismNazim Amirul
2026-07-29net: dsa: mt7530: error out on failed reads in MT7531 PHY pollingDaniel Golle
2026-07-29net: dsa: mt7530: error out on failed reads in ATC/VTCR command pollingDaniel Golle
2026-07-29net: dsa: mt7530: check bus->read() errors in the MDIO regmap backendDaniel Golle
2026-07-29Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-07-29Revert "tun/tap: add ptr_ring consume helper with netdev queue wakeup"Simon Schippers