summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-05net: devmem: allow bind-rx from non-init user namespacesBobby Eshleman
2026-06-05Merge tag 'drm-fixes-2026-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-05ipv6: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet
2026-06-05ipv4: remove obsolete EXPORT_SYMBOL() and EXPORT_SYMBOL_GPL()Eric Dumazet
2026-06-05Merge branch 'bridge-prepare-lockless-br_port_fill_attrs-i'Jakub Kicinski
2026-06-05bridge: read p->flags once in br_port_fill_attrs()Eric Dumazet
2026-06-05bridge: provide lockless access to p->config_pendingEric Dumazet
2026-06-05bridge: provide lockless access to p->port_idEric Dumazet
2026-06-05bridge: provide lockless access to p->priorityEric Dumazet
2026-06-05bridge: provide lockless access to p->designated_portEric Dumazet
2026-06-05bridge: provide lockless access to p->designated_costEric Dumazet
2026-06-05bridge: provide lockless access to p->path_costEric Dumazet
2026-06-05bridge: use BR_ADMIN_COST_BITEric Dumazet
2026-06-05bridge: use BR_PROMISC_BITEric Dumazet
2026-06-05bridge: add bridge_flags_bit enumEric Dumazet
2026-06-05bridge: add a READ_ONCE() in br_timer_value()Eric Dumazet
2026-06-05selftests: net: do not detect PPPoX loopbackQingfang Deng
2026-06-05net: cpsw_new: unregister devlink on port registration failureGuangshuo Li
2026-06-05Merge branch 'intel-wired-lan-driver-updates-2026-06-02-i40e-ice-idpf'Jakub Kicinski
2026-06-05idpf: fix mailbox capability for set device clock timeAlok Tiwari
2026-06-05ice: fix missing priority callbacks for U.FL DPLL pinsPetr Oros
2026-06-05selftests/bpf: Fix test_lirc testSean Young
2026-06-05Merge branch 'add-validation-for-bpf_set_retval-helper'Alexei Starovoitov
2026-06-05selftests/bpf: Add tests for bpf_set_retval validationXu Kuohai
2026-06-05bpf: Add validation for bpf_set_retval argumentXu Kuohai
2026-06-05selftests/bpf: Restrict bpf_set_retval argument in sk_bypass_prot_memXu Kuohai
2026-06-06drm/gem: Try to fix change_handle ioctl, attempt 4Simona Vetter
2026-06-05Merge branch 'bpf-fix-sysctl-new-value-handling-in-__cgroup_bpf_run_filter_sy...Alexei Starovoitov
2026-06-05bpf: Restore sysctl new-value from 1 to 0Dawei Feng
2026-06-05bpf: use kvfree() for replaced sysctl write bufferDawei Feng
2026-06-05bpf: NUL-terminate replaced sysctl valueDawei Feng
2026-06-06Merge tag 'drm-intel-fixes-2026-06-05' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2026-06-06Merge tag 'drm-misc-fixes-2026-06-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2026-06-05Merge branch 'bpf-update-transport_header-when-encapsulating-udp-tunnel-in-lwt'Alexei Starovoitov
2026-06-05selftests/bpf: Add tests to verify the fix of encapsulating VxLAN in lwtLeon Hwang
2026-06-05bpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang
2026-06-05Merge branch 'risc-v-jit-support-for-bpf_get_current_task-_btf'Alexei Starovoitov
2026-06-05bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()Varun R Mallya
2026-06-05selftests/bpf: use host CPU features in JIT disassemblerVarun R Mallya
2026-06-05Merge branch 'bpf-check-tail-zero-of-bpf_map_info-and-bpf_prog_info'Alexei Starovoitov
2026-06-05selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_...Leon Hwang
2026-06-05bpf: Check tail zero of bpf_prog_infoLeon Hwang
2026-06-05bpf: Check tail zero of bpf_map_infoLeon Hwang
2026-06-05perf sched: Replace BUG_ON and add NULL checks in replay event helpersArnaldo Carvalho de Melo
2026-06-05perf sched: Use thread__put() in free_idle_threads()Arnaldo Carvalho de Melo
2026-06-05perf sched: Fix thread reference leak in idle hist processingArnaldo Carvalho de Melo
2026-06-05perf sched: Use is_idle_sample() for idle thread runtime cast guardArnaldo Carvalho de Melo
2026-06-05perf sched: Clean up idle_threads entry on init failureArnaldo Carvalho de Melo
2026-06-05perf c2c: Bounds-check CPU IDs in setup_nodes() topology loopArnaldo Carvalho de Melo
2026-06-05perf c2c: Bounds-check CPU and node IDs before bitmap and array accessArnaldo Carvalho de Melo