summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-29ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski2-34/+20
2024-08-29ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-08-29ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski1-9/+3
2024-08-29bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov1-1/+1
2024-08-29bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov1-1/+0
2024-08-29bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov1-0/+2
2024-08-29bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov1-12/+6
2024-08-29ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-08-29netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-08-29netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior1-2/+2
2024-08-29kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2-0/+5
2024-08-29net: mctp: test: Use correct skb for route input checkJeremy Kerr1-1/+1
2024-08-29tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal1-0/+14
2024-08-29selftests: udpgro: no need to load xdp for groHangbin Liu1-8/+1
2024-08-29selftests: udpgro: report error when receive failedHangbin Liu1-17/+27
2024-08-29tc-testing: don't access non-existent variable on exceptionSimon Horman1-1/+0
2024-08-29net/mlx5: Fix IPsec RoCE MPV trace callPatrisious Haddad1-2/+4
2024-08-29net/mlx5e: XPS, Fix oversight of Multi-PF Netdev changesCarolina Jubran1-5/+8
2024-08-29net: mscc: ocelot: serialize access to the injection/extraction groupsVladimir Oltean4-0/+76
2024-08-29net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"Vladimir Oltean2-2/+9
2024-08-29net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean5-43/+75
2024-08-29Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz1-72/+72
2024-08-29Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-08-29Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz10-32/+16
2024-08-29kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada1-1/+2
2024-08-29kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada1-17/+24
2024-08-29Makefile: add $(srctree) to dependency of compile_commands.json targetAlexandre Courbot1-1/+1
2024-08-29ALSA: hda/tas2781: Use correct endian conversionTakashi Iwai1-2/+2
2024-08-29platform/surface: aggregator: Fix warning when controller is destroyed in probeMaximilian Luz1-1/+2
2024-08-29wifi: ath12k: use 128 bytes aligned iova in transmit path for WCN7850Baochen Qiang4-0/+83
2024-08-29dm suspend: return -ERESTARTSYS instead of -EINTRMikulas Patocka1-2/+2
2024-08-29smb/client: avoid possible NULL dereference in cifs_free_subrequest()Su Hui1-2/+6
2024-08-29cifs: Add a tracepoint to track credits involved in R/W requestsDavid Howells7-23/+173
2024-08-29thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki3-1/+21
2024-08-29thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki1-0/+30
2024-08-29thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki1-19/+23
2024-08-29thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki1-11/+3
2024-08-29drm/amd/display: Don't register panel_power_savings on OLED panelsMario Limonciello1-4/+25
2024-08-29block: Fix lockdep warning in blk_mq_mark_tag_waitLi Lingfeng1-2/+3
2024-08-29arm64: Fix KASAN random tag seed initializationSamuel Holland2-3/+2
2024-08-29printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura3-2/+9
2024-08-29powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-08-29cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A2-2/+13
2024-08-29io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois2-2/+2
2024-08-29io_uring/napi: use ktime in busy pollingPavel Begunkov4-24/+30
2024-08-29io_uring/napi: Remove unnecessary s64 castThorsten Blum1-1/+1
2024-08-29s390/dasd: Remove DMA alignmentEric Farman1-1/+0
2024-08-29rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada1-2/+2
2024-08-29rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada1-2/+2
2024-08-29rust: work around `bindgen` 0.69.0 issueMiguel Ojeda2-2/+9