summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-24libbpf: Fix out-of-bound readNandakumar Edamana
2025-02-24bpf: Fix kmemleak warning for percpu hashmapYonghong Song
2025-02-23bpf: arm64: Silence "UBSAN: negation-overflow" warningSong Liu
2025-02-23bpf: Refactor check_ctx_access()Amery Hung
2025-02-20selftests/bpf: Test struct_ops program with __ref arg calling bpf_tail_callAmery Hung
2025-02-20bpf: Do not allow tail call in strcut_ops program with __ref argumentAmery Hung
2025-02-20libbpf: Fix hypothetical STT_SECTION extern NULL deref caseAndrii Nakryiko
2025-02-20bpf: Use preempt_count() directly in bpf_send_signal_common()Hou Tao
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-20Merge tag 'v6.14-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2025-02-20Merge tag 'bcachefs-2025-02-20' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-02-20Merge tag 'xfs-fixes-6.14-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2025-02-20Merge branch 'net-remove-the-single-page-frag-cache-for-good'Paolo Abeni
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni
2025-02-20nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()Haoxiang Li
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-20net: axienet: Set mac_managed_pmNick Hu
2025-02-19Merge branch 'net-core-improvements-to-device-lookup-by-hardware-address'Jakub Kicinski
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin
2025-02-19Merge branch 'flow_dissector-fix-handling-of-mixed-port-and-port-range-keys'Jakub Kicinski
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-02-19selftests/net/forwarding: Add a test case for tc-flower of mixed port and por...Cong Wang
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-02-19Merge branch 'gtp-geneve-suppress-list_del-splat-during-exit_batch_rtnl'Jakub Kicinski
2025-02-19geneve: Suppress list corruption splat in geneve_destroy_tunnels().Kuniyuki Iwashima
2025-02-19gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().Kuniyuki Iwashima
2025-02-19Merge tag 'mm-hotfixes-stable-2025-02-19-17-49' of git://git.kernel.org/pub/s...Linus Torvalds
2025-02-19selftests/bpf: Add tests for bpf_copy_from_user_task_strJordan Rome
2025-02-19bpf: Add bpf_copy_from_user_task_str() kfuncJordan Rome
2025-02-19mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome
2025-02-19bcachefs: Fix srcu lock warning in btree_update_nodes_written()Kent Overstreet
2025-02-19selftests/bpf: Enable kprobe_multi tests for ARM64Alexis Lothoré (eBPF Foundation)
2025-02-19libbpf: Wrap libbpf API direct err with libbpf_errTao Chen
2025-02-19bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet
2025-02-19bcachefs: Fix fsck directory i_size checkingKent Overstreet
2025-02-19Merge branch 'selftests-bpf-tc_links-tc_opts-unserialize-tests'Alexei Starovoitov
2025-02-19selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ featureBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: tc_links/tc_opts: Unserialize testsBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: Optionally open a dedicated namespace to run test in itBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: ns_current_pid_tgid: Rename the test functionBastien Curutchet (eBPF Foundation)
2025-02-19cifs: Treat unhandled directory name surrogate reparse points as mount direct...Pali Rohár
2025-02-19cifs: Throw -EOPNOTSUPP error on unsupported reparse point type from parse_re...Pali Rohár
2025-02-19smb311: failure to open files of length 1040 when mounting with SMB3.1.1 POSI...Steve French
2025-02-19smb: client, common: Avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva