summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-04net: stmmac: Fix typo from clk_scr_i to clk_csr_iHuacai Chen
2026-02-04tcp: split tcp_check_space() in two partsEric Dumazet
2026-02-04tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet
2026-02-04tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet
2026-02-04Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-02-04Merge tag 'wireless-2026-02-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-02-04selftests: ublk: organize test directories by test IDMing Lei
2026-02-04block: decouple secure erase size limit from discard size limitLuke Wang
2026-02-04Merge branch 'mptcp-misc-features-for-v6-20-7-0'Jakub Kicinski
2026-02-04selftests: mptcp: join: no SKIP mark for group checksMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: connect cleanup TFO setupMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: avoid declaring i if not usedMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join chk_stale_nr: avoid dup statsMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: userspace: wait for new eventsMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: fix wait_mpj helperMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: join: wait for estab event instead of MPJMatthieu Baerts (NGI0)
2026-02-04selftests: mptcp: diag: sort all #includeMatthieu Baerts (NGI0)
2026-02-04mptcp: Change some dubious min_t(int, ...) to min()David Laight
2026-02-04mptcp: pm: align endpoint flags size with the NL specsMatthieu Baerts (NGI0)
2026-02-04trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni
2026-02-04mptcp: consolidate rcv space initPaolo Abeni
2026-02-04mptcp: fix receive space timestamp initializationPaolo Abeni
2026-02-04mptcp: do not account for OoO in mptcp_rcvbuf_grow()Paolo Abeni
2026-02-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann
2026-02-04dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} cl...Biju Das
2026-02-04Merge branch 's32g-use-a-syscon-for-gpr'Jakub Kicinski
2026-02-04dt-bindings: net: nxp,s32-dwmac: Use the GPR sysconDan Carpenter
2026-02-04net: stmmac: s32: use a syscon for S32_PHY_INTF_SEL_RGMIIDan Carpenter
2026-02-04Merge branch 'fix-for-bpf_wq-retry-loop-during-free'Alexei Starovoitov
2026-02-04bpf: Reset prog callback in bpf_async_cancel_and_free()Kumar Kartikeya Dwivedi
2026-02-04bpf: Check for running wq callback when freeing bpf_async_cbKumar Kartikeya Dwivedi
2026-02-04Merge branch 'stp-rstp-switch-support-for-pru-icssm-ethernet-driver'Jakub Kicinski
2026-02-04net: ti: icssm-prueth: Add support for ICSSM RSTP switchRoger Quadros
2026-02-04net: ti: icssm-prueth: Add switchdev support for icssm_prueth driverRoger Quadros
2026-02-04net: ti: icssm-prueth: Add helper functions to configure and maintain FDBRoger Quadros
2026-02-05ASoC: cs4271: Fix resource leak in cs4271_soc_resume()Harshit Mogalapalli
2026-02-05ASoC: SOF: Support for echoref (virtual DAI)Mark Brown
2026-02-05ASoC: ti: davinci-mcasp: Add asynchronous modeMark Brown
2026-02-05Minor SDCA FixesMark Brown
2026-02-05Samsung S2MPG10 regulator and S2MPG11 PMIC driversMark Brown
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-04Merge tag 'tsm-fixes-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-04Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-02-04hwmon: (occ) Mark occ_init_attribute() as __printfArnd Bergmann
2026-02-04sched_ext: Short-circuit sched_class operations on dead tasksTejun Heo
2026-02-04Merge branch 'bpf-improve-linked-register-tracking'Alexei Starovoitov
2026-02-04selftests/bpf: Add tests for improved linked register trackingPuranjay Mohan
2026-02-04bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan
2026-02-04Merge branch 'bpf-add-bitwise-tracking-for-bpf_end'Alexei Starovoitov
2026-02-04selftests/bpf: Add tests for BPF_END bitwise trackingTianci Cao