summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-246/+3972
2026-02-04Merge tag 'wireless-2026-02-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-3/+7
2026-02-04selftests: ublk: organize test directories by test IDMing Lei-1/+3
2026-02-04block: decouple secure erase size limit from discard size limitLuke Wang-5/+22
2026-02-04Merge branch 'mptcp-misc-features-for-v6-20-7-0'Jakub Kicinski-112/+187
2026-02-04selftests: mptcp: join: no SKIP mark for group checksMatthieu Baerts (NGI0)-15/+15
2026-02-04selftests: mptcp: connect cleanup TFO setupMatthieu Baerts (NGI0)-10/+7
2026-02-04selftests: mptcp: join: avoid declaring i if not usedMatthieu Baerts (NGI0)-6/+3
2026-02-04selftests: mptcp: join chk_stale_nr: avoid dup statsMatthieu Baerts (NGI0)-8/+2
2026-02-04selftests: mptcp: join: userspace: wait for new eventsMatthieu Baerts (NGI0)-2/+7
2026-02-04selftests: mptcp: join: fix wait_mpj helperMatthieu Baerts (NGI0)-16/+14
2026-02-04selftests: mptcp: join: wait for estab event instead of MPJMatthieu Baerts (NGI0)-9/+10
2026-02-04selftests: mptcp: diag: sort all #includeMatthieu Baerts (NGI0)-12/+15
2026-02-04mptcp: Change some dubious min_t(int, ...) to min()David Laight-4/+5
2026-02-04mptcp: pm: align endpoint flags size with the NL specsMatthieu Baerts (NGI0)-2/+2
2026-02-04trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni-0/+83
2026-02-04mptcp: consolidate rcv space initPaolo Abeni-18/+15
2026-02-04mptcp: fix receive space timestamp initializationPaolo Abeni-4/+9
2026-02-04mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni-6/+0
2026-02-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann-1/+1
2026-02-04dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} cl...Biju Das-2/+6
2026-02-04Merge branch 's32g-use-a-syscon-for-gpr'Jakub Kicinski-6/+35
2026-02-04dt-bindings: net: nxp,s32-dwmac: Use the GPR sysconDan Carpenter-0/+13
2026-02-04net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMIIDan Carpenter-6/+22
2026-02-04Merge branch 'fix-for-bpf_wq-retry-loop-during-free'Alexei Starovoitov-1/+2
2026-02-04bpf: Reset prog callback in bpf_async_cancel_and_free()Kumar Kartikeya Dwivedi-0/+1
2026-02-04bpf: Check for running wq callback when freeing bpf_async_cbKumar Kartikeya Dwivedi-1/+1
2026-02-04Merge branch 'stp-rstp-switch-support-for-pru-icssm-ethernet-driver'Jakub Kicinski-23/+2291
2026-02-04net: ti: icssm-prueth: Add support for ICSSM RSTP switchRoger Quadros-21/+820
2026-02-04net: ti: icssm-prueth: Add switchdev support for icssm_prueth driverRoger Quadros-3/+744
2026-02-04net: ti: icssm-prueth: Add helper functions to configure and maintain FDBRoger Quadros-1/+729
2026-02-05ASoC: cs4271: Fix resource leak in cs4271_soc_resume()Harshit Mogalapalli-3/+9
2026-02-05ASoC: SOF: Support for echoref (virtual DAI)Mark Brown-99/+370
2026-02-05ASoC: ti: davinci-mcasp: Add asynchronous modeMark Brown-113/+481
2026-02-05Minor SDCA FixesMark Brown-36/+170
2026-02-05Samsung S2MPG10 regulator and S2MPG11 PMIC driversMark Brown-221/+2550
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds-14/+24
2026-02-04Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-67/+5
2026-02-04Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+48
2026-02-04hwmon: (occ) Mark occ_init_attribute() as __printfArnd Bergmann-0/+1
2026-02-04sched_ext: Short-circuit sched_class operations on dead tasksTejun Heo-0/+48
2026-02-04Merge branch 'bpf-improve-linked-register-tracking'Alexei Starovoitov-15/+346
2026-02-04selftests/bpf: Add tests for improved linked register trackingPuranjay Mohan-2/+301
2026-02-04bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan-13/+45
2026-02-04Merge branch 'bpf-add-bitwise-tracking-for-bpf_end'Alexei Starovoitov-3/+121
2026-02-04selftests/bpf: Add tests for BPF_END bitwise trackingTianci Cao-0/+43
2026-02-04bpf: Add bitwise tracking for BPF_ENDTianci Cao-3/+78
2026-02-04Merge branch 'bpf-fix-conditions-when-timer-wq-can-be-called'Andrii Nakryiko-6/+128
2026-02-04selftests/bpf: Strengthen timer_start_deadlock testAlexei Starovoitov-7/+2
2026-02-04bpf: Add a recursion check to prevent loops in bpf_timerAlexei Starovoitov-0/+16