summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-23tipc: fix double-free in tipc_buf_append()Lee Jones1-1/+13
2026-04-23llc: Return -EINPROGRESS from llc_ui_connect()Ernestas Kulik1-1/+3
2026-04-23ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-04-23Merge tag 'pcmcia-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds13-3169/+9
2026-04-23Merge branch 'tcp-symmetric-challenge-ack-for-seg-ack-snd-nxt'Jakub Kicinski3-4/+58
2026-04-23selftests/net: packetdrill: cover RFC 5961 5.2 challenge ACK on both edgesJiayuan Chen1-0/+48
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen2-4/+10
2026-04-23nfp: fix swapped arguments in nfp_encode_basic_qdr() callsAlexey Kodanev1-6/+11
2026-04-23net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li1-2/+2
2026-04-23wifi: ath12k: use lockdep_assert_in_rcu_read_lock() for RCU assertionsYu-Hsiang Tseng2-2/+2
2026-04-23wifi: ath10k: snoc: select POWER_SEQUENCINGDmitry Baryshkov1-0/+1
2026-04-23wifi: ath12k: fix OF node refcount imbalance in WSI graph traversalAaradhana Sahu1-29/+48
2026-04-23wifi: ath12k: prepare REO update element only for primary linkBaochen Qiang1-0/+3
2026-04-23hv_sock: Return -EIO for malformed/short packetsDexuan Cui1-9/+18
2026-04-23cgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat1-10/+12
2026-04-23Input: elan_i2c - increase device reset wait timeout after update FWJingle Wu 吳金國1-1/+1
2026-04-23Input: elan_i2c - add ic type 0x19Jingle Wu 吳金國1-0/+3
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski93-29237/+6
2026-04-23net: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski90-44903/+5
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski47-8675/+0
2026-04-23drm/amdkfd: Add upper bound check for num_of_nodesAlysa Liu3-0/+15
2026-04-23sched_ext: Fix local_dsq_post_enq() to use task's scheduler in sub-schedzhidao su1-8/+9
2026-04-23virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SETBrett Creeley1-0/+6
2026-04-23Merge tag 'soc-late-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds43-314/+81
2026-04-23Merge tag 'pwm/fixes-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+46
2026-04-23xen/privcmd: fix double free via VMA splittingJuergen Gross1-0/+7
2026-04-23Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross1-2/+6
2026-04-23drm: rcar-du: Fix crash when no CMM is availableLaurent Pinchart1-3/+3
2026-04-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2404-15411/+34042
2026-04-23Merge branch 'mptcp-sync-the-msk-sndbuf-at-accept-time'Paolo Abeni2-1/+29
2026-04-23selftests: mptcp: add a check for sndbuf of S/CGang Yan1-0/+28
2026-04-23mptcp: sync the msk->sndbuf at accept() timeGang Yan1-1/+1
2026-04-23Revert "floppy: fix reference leak on platform_device_register() failure"Jens Axboe1-7/+3
2026-04-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella1-3/+8
2026-04-23ublk: avoid unpinning pages under maple tree spinlockMing Lei1-10/+46
2026-04-23ublk: refactor common helper ublk_shmem_remove_ranges()Ming Lei1-40/+29
2026-04-23ublk: fix maple tree lockdep warning in ublk_buf_cleanupMing Lei1-0/+4
2026-04-23selftests: ublk: add ublk auto integrity testCaleb Sander Mateos2-0/+104
2026-04-23selftests: ublk: enable test_integrity_02.sh on fio 3.42Caleb Sander Mateos1-2/+3
2026-04-23selftests: ublk: remove unused argument to _cleanupCaleb Sander Mateos49-55/+55
2026-04-23Merge branch 'net-mana-fix-probe-remove-error-path-bugs'Paolo Abeni1-15/+20
2026-04-23net: mana: Fix EQ leak in mana_remove on NULL portErni Sri Satya Vennela1-2/+2
2026-04-23net: mana: Don't overwrite port probe error with add_adev resultErni Sri Satya Vennela1-9/+8
2026-04-23net: mana: Guard mana_remove against double invocationErni Sri Satya Vennela1-1/+6
2026-04-23net: mana: Init gf_stats_work before potential error paths in probeErni Sri Satya Vennela1-1/+2
2026-04-23net: mana: Init link_change_work before potential error paths in probeErni Sri Satya Vennela1-2/+2
2026-04-23netconsole: avoid out-of-bounds access on empty string in trim_newline()Breno Leitao1-0/+2
2026-04-23Merge branch 'net-airoha-fix-null-pointer-derefrences-in-airoha_qdma_cleanup'Paolo Abeni1-10/+15
2026-04-23net: airoha: Add size check for TX NAPIs in airoha_qdma_cleanup()Lorenzo Bianconi1-3/+8
2026-04-23net: airoha: Move ndesc initialization at end of airoha_qdma_init_rx_queue()Lorenzo Bianconi1-7/+7