summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-22bpf: Add cookies support for uprobe_multi linkJiri Olsa4-5/+44
2023-08-22bpf: Add multi uprobe linkJiri Olsa5-3/+282
2023-08-22bpf: Add attach_type checks under bpf_prog_attach_check_attach_typeJiri Olsa1-68/+52
2023-08-22bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa2-2/+6
2023-08-22Merge branch 'samples-bpf-make-bpf-programs-more-libbpf-aware'Alexei Starovoitov21-171/+117
2023-08-22samples/bpf: simplify spintest with kprobe.multiDaniel T. Lee2-29/+10
2023-08-22samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macroDaniel T. Lee1-7/+3
2023-08-22samples/bpf: fix broken map lookup probeDaniel T. Lee1-2/+15
2023-08-22samples/bpf: fix bio latency check with tracepointDaniel T. Lee1-12/+24
2023-08-22samples/bpf: make tracing programs to be more CO-RE centricDaniel T. Lee4-40/+20
2023-08-22samples/bpf: fix symbol mismatch by compiler optimizationDaniel T. Lee2-2/+3
2023-08-22samples/bpf: unify bpf program suffix to .bpf with tracing programsDaniel T. Lee17-17/+17
2023-08-22samples/bpf: convert to vmlinux.h with tracing programsDaniel T. Lee10-62/+25
2023-08-22samples/bpf: fix warning with ignored-attributesDaniel T. Lee1-1/+1
2023-08-22Merge branch 'remove-unnecessary-synchronizations-in-cpumap'Alexei Starovoitov1-78/+35
2023-08-22bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_freeHou Tao1-9/+8
2023-08-22bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()Hou Tao1-69/+27
2023-08-18selftests/bpf: Fix a selftest compilation errorYonghong Song1-1/+1
2023-08-18selftests/bpf: Add CO-RE relocs kfunc flavors testsDave Marchevsky2-0/+53
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky1-1/+19
2023-08-18bpf/tests: Enhance output on error and fix typosHelge Deller1-5/+7
2023-08-18selftests/bpf: Add lwt_xmit tests for BPF_REROUTEYan Zhai3-0/+299
2023-08-18selftests/bpf: Add lwt_xmit tests for BPF_REDIRECTYan Zhai4-0/+560
2023-08-18lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai3-3/+6
2023-08-18lwt: Fix return values of BPF xmit opsYan Zhai1-4/+3
2023-08-18selftests/bpf: Enable cpu v4 tests for arm64Xu Kuohai6-6/+6
2023-08-18bpf, arm64: Support signed div/mod instructionsXu Kuohai2-4/+17
2023-08-18bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai1-1/+5
2023-08-18bpf, arm64: Support unconditional bswapXu Kuohai1-2/+3
2023-08-18bpf, arm64: Support sign-extension mov instructionsXu Kuohai2-1/+19
2023-08-18bpf, arm64: Support sign-extension load instructionsXu Kuohai2-8/+43
2023-08-18arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2-0/+10
2023-08-18Merge branch 'netconsole-enable-compile-time-configuration'Jakub Kicinski2-20/+50
2023-08-18netconsole: Enable compile time configurationBreno Leitao2-0/+27
2023-08-18netconsole: Create a allocation helperBreno Leitao1-20/+23
2023-08-18net: mdio: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2023-08-18Merge branch 'netem-use-a-seeded-prng-for-loss-and-corruption-events'Jakub Kicinski2-15/+35
2023-08-18netem: use seeded PRNG for correlated loss eventsFrançois Michel1-10/+12
2023-08-18netem: use a seeded PRNG for generating random lossesFrançois Michel1-5/+6
2023-08-18netem: add prng attribute to netem_sched_dataFrançois Michel2-0/+17
2023-08-18net: ena: Use pci_dev_id() to simplify the codeJialin Zhang1-1/+1
2023-08-18tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan1-1/+1
2023-08-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski20-37/+1179
2023-08-17Revert "net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode"Jakub Kicinski3-311/+1
2023-08-16Merge branch 'bpf: Force to MPTCP'Martin KaFai Lau4-20/+221
2023-08-16selftests/bpf: Add mptcpify testGeliang Tang2-0/+161
2023-08-16selftests/bpf: Fix error checks of mptcp open_and_loadGeliang Tang1-11/+1
2023-08-16selftests/bpf: Add two mptcp netns helpersGeliang Tang1-10/+21
2023-08-16bpf: Add update_socket_protocol hookGeliang Tang2-1/+40
2023-08-16bpftool: Implement link show support for xdpDaniel Borkmann1-0/+7