summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-02Merge branch 'net-x25-fix-overflow-and-double-free'Paolo Abeni2-3/+7
2026-04-02net/x25: Fix overflow when accumulating packetsMartin Schiller2-0/+5
2026-04-02net/x25: Fix potential double free of skbMartin Schiller1-3/+2
2026-04-02Merge tag 'usb-serial-7.0-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman3-0/+8
2026-04-02drm/vc4: Protect madv read in vc4_gem_object_mmap() with madv_lockMaíra Canal1-0/+3
2026-04-02drm/vc4: Fix a memory leak in hang state error pathMaíra Canal1-8/+10
2026-04-02drm/vc4: Fix memory leak of BO array in hang stateMaíra Canal1-0/+1
2026-04-02drm/vc4: Release runtime PM reference after binding V3DMaíra Canal1-0/+1
2026-04-02thermal: core: Fix thermal zone device registration error pathRafael J. Wysocki1-0/+1
2026-04-02usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-9/+10
2026-04-02usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin2-14/+10
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin5-56/+84
2026-04-02usb: cdns3: gadget: fix state inconsistency on gadget init failureYongchao Wu1-0/+1
2026-04-02usb: dwc3: imx8mp: fix memory leak on probe failure pathXiaolei Wang1-1/+1
2026-04-02usb: gadget: f_uac1_legacy: validate control request sizeTaegu Ha1-10/+37
2026-04-02usb: ulpi: fix double free in ulpi_register_interface() error pathGuangshuo Li1-3/+2
2026-04-02usb: misc: usbio: Fix URB memory leak on submit failureFelix Gu1-2/+5
2026-04-02USB: core: add NO_LPM quirk for Razer Kiyo Pro webcamJP Hein1-0/+2
2026-04-02usb: cdns3: gadget: fix NULL pointer dereference in ep_queueYongchao Wu1-0/+3
2026-04-02usb: core: phy: avoid double use of 'usb3-phy'Gabor Juhos1-1/+11
2026-04-02Merge tag 'asoc-fix-v7.0-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai397-2065/+5135
2026-04-02drm/ioc32: stop speculation on the drm_compat_ioctl pathGreg Kroah-Hartman1-0/+2
2026-04-02Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski4-27/+52
2026-04-02bnxt_en: Restore default stat ctxs for ULP when resource is availablePavan Chebbi1-0/+2
2026-04-02bnxt_en: Don't assume XDP is never enabled in bnxt_init_dflt_ring_mode()Michael Chan1-4/+9
2026-04-02bnxt_en: Refactor some basic ring setup and adjustment logicMichael Chan4-23/+41
2026-04-02Merge branch 'mlx5-misc-fixes-2026-03-30'Jakub Kicinski5-24/+42
2026-04-02net/mlx5: Fix switchdev mode rollback in case of failureSaeed Mahameed1-0/+2
2026-04-02net/mlx5: Avoid "No data available" when FW version queries failSaeed Mahameed3-24/+37
2026-04-02net/mlx5: lag: Check for LAG device before creating debugfsShay Drory1-0/+3
2026-04-02net: macb: properly unregister fixed rate clocksFedor Pchelkin1-4/+4
2026-04-02net: macb: fix clk handling on PCI glue driver removalFedor Pchelkin1-2/+4
2026-04-02virtio_net: clamp rss_max_key_size to NETDEV_RSS_KEY_LENSrujana Challa1-11/+9
2026-04-02net/sched: sch_netem: fix out-of-bounds access in packet corruptionYucheng Lu1-2/+3
2026-04-02Merge tag 'nf-26-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski12-121/+192
2026-04-02Merge tag 'for-net-2026-04-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-115/+165
2026-04-02bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima1-5/+8
2026-04-02rds: ib: reject FRMR registration before IB connection is establishedWeiming Shi1-1/+6
2026-04-02ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu1-3/+11
2026-04-02Merge tag 'amd-drm-fixes-7.0-2026-04-01' of https://gitlab.freedesktop.org/ag...Dave Airlie16-46/+115
2026-04-02i2c: imx: zero-initialize dma_slave_config for eDMAAnthony Pighin1-1/+1
2026-04-02Merge tag 'qcom-arm64-fixes-for-7.0-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann14-66/+81
2026-04-02Merge tag 'sunxi-fixes-for-7.0' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-1/+1
2026-04-02Merge tag 'renesas-fixes-for-v7.0-tag2' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-0/+11
2026-04-01Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_synchkbinbin1-1/+2
2026-04-01Bluetooth: SMP: derive legacy responder STK authentication from MITM stateOleh Konko1-4/+1
2026-04-01Bluetooth: SMP: force responder MITM requirements before building the pairing...Oleh Konko1-1/+5
2026-04-01Bluetooth: MGMT: validate mesh send advertising payload lengthKeenan Dong1-3/+11
2026-04-01Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evtPauli Virtanen1-13/+20
2026-04-01Bluetooth: hci_conn: fix potential UAF in set_cig_params_syncPauli Virtanen1-1/+7