aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-29can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failureGuangshuo Li1-1/+0
2026-07-29can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failureMarc Kleine-Budde1-2/+2
2026-07-29can: c_can: c_can_chip_config(): keep controller in init mode until bittiming is configuredLucas 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 extentsPengpeng Hou1-2/+11
2026-07-29can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_usb_hydra_get_busparams()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 submit errorMaoyi 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/kernel/git/iwlwifi/iwlwifi-nextJohannes Berg43-181/+535
2026-07-28net: ethernet: mtk_eth_soc: pass eth to mtk_handle_irq_rx in poll_controllerChenguang Zhao1-1/+1
2026-07-28wifi: iwlegacy: replace BUG_ON() with WARN_ON() on num_stations checkStanislaw Gruszka2-4/+5
2026-07-28gve: add XDP metadata support for DQ RDAJoshua Washington1-1/+1
2026-07-28gve: use xdp_build_skb methods for XDP_PASS caseJoshua Washington1-4/+9
2026-07-28wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS framesZhao Li1-1/+1
2026-07-28Merge tag 'ath-current-20260727' of git://git.kernel.org/pub/scm/linux/kernel/git/ath/athJohannes Berg11-61/+293
2026-07-28octeontx2-af: npc: Warn on NPC_IPSEC_SPI key overlapHariprasad Kelam1-1/+6
2026-07-27ethtool: Embed FEC hist ranges as buffer in structEric Joyner3-18/+9
2026-07-27net/mlx5: E-Switch, defer fwd2vport egress ACL allocationYael Chemla1-35/+68
2026-07-27net/mlx5e: SHAMPO, Remove dead CWR handling in GRO header updateDragos Tatulea1-6/+0
2026-07-27net/mlx5e: Remove _once from PCI heuristic debug printGal Pressman1-2/+2
2026-07-27net/mlx5e: Fix indentation in mlx5e_free_mpwqe_rq_drop_page()Tariq Toukan1-1/+1
2026-07-27rtase: fix double free of multi-frag skb on DMA map failureYun Lu1-0/+3
2026-07-27forcedeth: fix UAF of txrx_stats in nv_removeChenguang Zhao1-2/+2
2026-07-27net: enetc: use kzalloc_flex() for enetc_psfp_gate allocationWei Fang1-3/+1