summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-29Revert "tun/tap: add ptr_ring consume helper with netdev queue wakeup"Simon Schippers1-57/+4
2026-07-29Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"Simon Schippers1-23/+0
2026-07-29Revert "tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present"Simon Schippers1-23/+2
2026-07-29Merge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski14-66/+299
2026-07-29wifi: ath12k: Share RootPD state across UserPDs to avoid duplicate operationsAaradhana Sahu2-43/+177
2026-07-29wifi: ath12k: add AHB platform descriptor supportAaradhana Sahu4-20/+94
2026-07-29wifi: ath12k: skip MLO multicast links during crash recovery in Tx pathPavankumar Nandeshwar1-0/+3
2026-07-29wifi: ath12k: Use different RX release ring sizes as per memory profilesPavankumar Nandeshwar4-2/+6
2026-07-29wifi: ath12k: rename firmware_mode enum members to use QMI namespaceJeff Johnson5-9/+9
2026-07-29wifi: ath12k: move firmware_mode enum to qmi.hJeff Johnson5-14/+18
2026-07-29wifi: ath12k: validate TLV length in process_tpc_stats()Jeff Johnson1-0/+8
2026-07-29wifi: ath11k: fix overreads in ath11k_wmi_process_csa_switch_count_event()Jeff Johnson1-2/+19
2026-07-29wifi: ath12k: fix overreads in ath12k_wmi_process_csa_switch_count_event()Jeff Johnson1-0/+16
2026-07-29ovpn: add missing rtnl_link_ops->get_size callbackRalf Lici1-0/+7
2026-07-29can: ems_usb: validate CPC message lengthsPengpeng Hou1-0/+43
2026-07-29can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubm...Guangshuo Li1-1/+0
2026-07-29can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation f...Marc Kleine-Budde1-2/+2
2026-07-29can: c_can: c_can_chip_config(): keep controller in init mode until bittiming...Lucas Martins Alves1-4/+4
2026-07-29can: softing: fw_parse(): validate firmware record spansPengpeng Hou1-14/+32
2026-07-29can: rcar_canfd: change the initializing flow for clocks and resetsTu Nguyen1-16/+16
2026-07-29can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command e...Pengpeng Hou1-2/+11
2026-07-29can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_...Abdun Nihaal1-0/+1
2026-07-29can: peak_usb: validate uCAN receive record lengthsPengpeng Hou1-1/+39
2026-07-29can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB su...Maoyi Xie1-1/+0
2026-07-29can: peak_usb: add bounds check for USB channel indexJames Gao1-4/+16
2026-07-29can: ctucanfd: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-29can: ctucanfd: use self-test mode for PRESUME_ACKAvi Weiss1-2/+2
2026-07-29can: ctucanfd: handle bus error interruptsAvi Weiss1-2/+6
2026-07-29can: ctucanfd: mark error-active controller status validAvi Weiss1-1/+1
2026-07-29can: ctucanfd: unmap BAR0 using base addressAvi Weiss1-1/+1
2026-07-29net: sxgbe: check descriptor ring allocation failuresChenguang Zhao1-1/+4
2026-07-29net: sxgbe: free TX rings on RX allocation failureChenguang Zhao1-5/+4
2026-07-28ppp: convert chan_sem to a mutexQingfang Deng1-7/+7
2026-07-28octeontx2-af: Block VFs from clobbering special CGX PKIND stateHariprasad Kelam6-14/+131
2026-07-28net: phylink: put link_gpio if phylink_create failsChristian Marangi1-14/+15
2026-07-28e1000: fix memory leak in e1000_probe()Dawei Feng1-1/+1
2026-07-28igbvf: Fix leak in TX DMA error cleanupMatt Vollrath1-2/+0
2026-07-28igc: remove napi_synchronize() in igc_down()David Carlier1-2/+1
2026-07-28ice: suppress DPLL errors during reset recoveryPrzemyslaw Korba1-7/+12
2026-07-28ice: fix memory leak in ice_lbtest_prepare_rings()Dawei Feng1-5/+5
2026-07-28ice: fix VF interrupts cleanupDawid Osuchowski3-0/+49
2026-07-28ice: wait for reset completion in ice_resume()Aaron Ma1-0/+10
2026-07-28idpf: Fix mailbox IRQ name leak on request failureYuho Choi1-1/+1
2026-07-28idpf: adjust TxQ ring count minimumJoshua Hay2-5/+2
2026-07-28idpf: bound interrupt-vector register fill to the allocated arrayMichael Bommarito4-5/+6
2026-07-28mlxsw: pci: Don't store pci_device_idGary Guo1-7/+4
2026-07-28wifi: mwifiex: Remove WQ_HIGHPRI from main workqueueFabio Estevam1-2/+2
2026-07-28wifi: mwifiex: Detach sync cmd buffer on interrupted waitFabio Estevam1-0/+12
2026-07-28wifi: nxpwifi: reject zero-length extension elements in beacon IEsLinmao Li1-0/+3
2026-07-28Merge tag 'iwlwifi-next-2026-07-23' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg43-181/+535