summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-20bpf: Re-enable unit_size checking for global per-cpu allocatorHou Tao
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao
2023-10-20selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi
2023-10-19Merge branch 'add-open-coded-task-css_task-and-css-iters'Alexei Starovoitov
2023-10-19selftests/bpf: Add tests for open-coded task and css iterChuyi Zhou
2023-10-19selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou
2023-10-19bpf: teach the verifier to enforce css_iter and task_iter in RCU CSChuyi Zhou
2023-10-19bpf: Introduce css open-coded iterator kfuncsChuyi Zhou
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle
2023-10-19bpf, docs: Define signed modulo as using truncated divisionDave Thaler
2023-10-18selftests/bpf: Add options and frags to xdp_hw_metadataLarysa Zaremba
2023-10-17selftests/bpf: Add additional mprog query test coverageDaniel Borkmann
2023-10-17selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable progYafang Shao
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior
2023-10-17libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin
2023-10-16net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller
2023-10-16drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...Liansen Zhai
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-16net: netcp: replace deprecated strncpy with strscpyJustin Stitt
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann
2023-10-16Merge branch 'bpf-log-improvements'Daniel Borkmann
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko
2023-10-16selftests/bpf: Make align selftests more robustAndrii Nakryiko
2023-10-16selftests/bpf: Improve missed_kprobe_recursion test robustnessAndrii Nakryiko
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder
2023-10-16Merge branch 'udp-tunnel-route-lookups'David S. Miller
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani
2023-10-16geneve: add dsfield helper functionBeniamino Galvani
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2023-10-16selftests: net: remove unused variableszhujun2