summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 daysMerge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
6 daysMerge tag 'gpio-fixes-for-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
6 dayssecurity/keys: fix missed RCU read section on lookupLinus Torvalds
6 daysHID: wacom: Fix OOB write in wacom_hid_set_device_mode()Lee Jones
6 daysdma-buf: fix UAF in dma_buf_fd() tracepointDavid Carlier
6 daysregmap: reject volatile update_bits() in cache-only modebui duc phuc
6 daysDisable -Wattribute-alias for clang-23 and newerNathan Chancellor
6 daysMerge tag 'qcomtee-fix-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
6 daysMerge tag 'optee-fix-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
6 daysgpio: rockchip: teardown bugs and resource leaksMarco Scardovi
6 daysgpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi
6 daysgpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()Dan Carpenter
6 daysgpio: shared: fix lockdep false positive by removing unneeded lockBartosz Golaszewski
6 daysgpio: shared: fix deadlock on shared proxy's parent removalBartosz Golaszewski
6 daysgpio: adnp: fix flow control regression caused by scoped_guard()Bartosz Golaszewski
6 daysgpio: shared: undo the vote of the proxy on GPIO freeBartosz Golaszewski
6 daysMerge tag 'tee-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
6 daysBluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira
6 daysBluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira
6 daysBluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira
6 daysBluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal
6 daysBluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal
6 daysBluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz
6 daysBluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao
6 daysspi: spi-mem: avoid mutating op template in spi_mem_supports_op()Santhosh Kumar K
6 daysMerge branch 'dpll-zl3073x-various-fixes'Paolo Abeni
6 daysdpll: zl3073x: make frequency monitor a per-device attributeIvan Vecera
6 daysdpll: zl3073x: use __dpll_device_change_ntf() and remove change_workIvan Vecera
6 daysdpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera
7 daysMAINTAINERS: Add my employer to my entriesJoerg Roedel
7 daysMAINTAINERS: Add Vasant Hegde to reviewers of AMD IOMMUJoerg Roedel
7 daysMerge tag 'asoc-fix-v7.1-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
7 daysMerge branch 'net-handshake-anchor-request-lifetime-to-a-pinned-file-reference'Paolo Abeni
7 daysnet/handshake: Drain pending requests at net namespace exitChuck Lever
7 daysnet/handshake: Verify file-reference balance in submit pathsChuck Lever
7 daysnet/handshake: Close the submit-side sock_hold raceChuck Lever
7 daysnet/handshake: hand off the pinned file reference to accept_doitChuck Lever
7 daysnet/handshake: Take a long-lived file reference at submitChuck Lever
7 daysnet/handshake: Pass negative errno through handshake_complete()Chuck Lever
7 daysnvme-tcp: store negative errno in queue->tls_errChuck Lever
7 daysnet/handshake: Use spin_lock_bh for hn_lockChuck Lever
7 daysnet: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
7 daysMerge branch 'hibmcge-fix-rx-packet-corruption-issue'Paolo Abeni
7 daysnet: hibmcge: move dma_rmb() after dma_sync_single_for_cpu() in RX pathJijie Shao
7 daysnet: hibmcge: disable Relaxed Ordering to fix RX packet corruptionJijie Shao
7 daysMerge branch 'net-sched-fix-packet-loops-in-mirred-and-netem'Paolo Abeni
7 daysselftests/tc-testing: Add netem test case exercising loopsVictor Nogueira
7 daysselftests/tc-testing: Add mirred test cases exercising loopsVictor Nogueira
7 daysnet/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira
7 daysnet/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)