summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-18Revert "mptcp: add needs_id for netlink appending addr"Matthieu Baerts (NGI0)1-19/+5
2026-04-18seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer1-13/+28
2026-04-18net: rfkill: prevent unlimited numbers of rfkill events from being createdGreg Kroah-Hartman1-11/+24
2026-04-18net: rfkill: reduce data->mtx scope in rfkill_fop_openJohannes Berg1-3/+2
2026-04-18rfkill: sync before userspace visibility/changesJohannes Berg1-6/+26
2026-04-18rfkill: Use sysfs_emit() to instead of sprintf()Bo Liu1-8/+8
2026-04-18usb: gadget: f_hid: move list and spinlock inits from bind to allocMichael Zimmermann1-5/+6
2026-04-18ACPI: EC: Evaluate _REG outside the EC scope more carefullyRafael J. Wysocki3-2/+12
2026-04-18ACPICA: Add a depth argument to acpi_execute_reg_methods()Rafael J. Wysocki5-7/+14
2026-04-18Revert "ACPI: EC: Evaluate orphan _REG under EC device"Rafael J. Wysocki5-66/+5
2026-04-18usb: gadget: u_ether: Fix race between gether_disconnect and eth_stopKuen-Han Tsai1-4/+4
2026-04-18apparmor: fix race between freeing data and fs accessing itJohn Johansen7-101/+153
2026-04-18apparmor: fix race on rawdata dereferenceJohn Johansen4-57/+93
2026-04-18apparmor: fix differential encoding verificationJohn Johansen2-4/+20
2026-04-18apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen3-11/+52
2026-04-18apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen1-0/+1
2026-04-18apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer1-2/+3
2026-04-18apparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer1-10/+20
2026-04-18apparmor: fix: limit the number of levels of policy namespacesJohn Johansen2-0/+4
2026-04-18apparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer1-3/+27
2026-04-18apparmor: fix memory leak in verify_headerMassimiliano Pellizzer1-1/+0
2026-04-18apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer1-2/+19
2026-04-18media: uvcvideo: Use heuristic to find stream entityRicardo Ribalda1-1/+14
2026-04-18media: uvcvideo: Mark invalid entities with id UVC_INVALID_ENTITY_IDThadeu Lima de Souza Cascardo2-27/+48
2026-04-18MIPS: mm: Rewrite TLB uniquification for the hidden bit featureMaciej W. Rozycki1-54/+228
2026-04-18MIPS: mm: Suppress TLB uniquification on EHINV hardwareMaciej W. Rozycki1-1/+2
2026-04-18MIPS: Always record SEGBITS in cpu_data.vmbitsMaciej W. Rozycki5-8/+12
2026-04-18Input: uinput - take event lock when submitting FF request "event"Dmitry Torokhov1-0/+7
2026-04-18Input: uinput - fix circular locking dependency with ff-coreMikhail Gavrilov1-7/+21
2026-04-18mptcp: fix slab-use-after-free in __inet_lookup_establishedJiayuan Chen3-6/+12
2026-04-18xfrm_user: fix info leak in build_report()Greg Kroah-Hartman1-0/+1
2026-04-18wifi: rt2x00usb: fix devres lifetimeJohan Hovold1-1/+1
2026-04-18lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers1-0/+4
2026-04-11Linux 6.1.168v6.1.168Greg Kroah-Hartman1-1/+1
2026-04-11ACPI: EC: Evaluate orphan _REG under EC deviceRafael J. Wysocki5-5/+66
2026-04-11ext4: fix unused iterator variable warningsNathan Chancellor1-4/+3
2026-04-11ext4: fix lost error code reporting in __ext4_fill_super()Theodore Ts'o1-1/+2
2026-04-11block: Fix the blk_mq_destroy_queue() documentationBart Van Assche1-2/+3
2026-04-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz3-6/+8
2026-04-11selftests: mptcp: join: check removing signal+subflow endpMatthieu Baerts (NGI0)1-0/+12
2026-04-11selftests: mptcp: join: implicit: stop transfer after last checkMatthieu Baerts (NGI0)1-0/+2
2026-04-11gfs2: Fix unlikely race in gdlm_put_lockAndreas Gruenbacher1-5/+5
2026-04-11net: phy: fix phy_uses_state_machine()Russell King (Oracle)1-2/+3
2026-04-11net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-contr...Vladimir Oltean1-2/+29
2026-04-11net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()Vladimir Oltean1-13/+13
2026-04-11xfs: save ailp before dropping the AIL lock in push callbacksYuto Ohnuki2-4/+14
2026-04-11xfs: avoid dereferencing log items after push callbacksYuto Ohnuki3-11/+52
2026-04-11erofs: Fix the slab-out-of-bounds in drop_buffers()Denis Arefev1-0/+2
2026-04-11erofs: fix PSI memstall accountingGao Xiang1-4/+3
2026-04-11erofs: handle overlapped pclusters out of crafted images properlyGao Xiang1-28/+32