aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-24selftests, xsk: Fix rx_full stats testMagnus Karlsson1-1/+4
2022-01-24bpf: Fix flexible_array.cocci warningskernel test robot1-1/+1
2022-01-21xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi1-0/+8
2022-01-21bpf: selftests: add CPUMAP/DEVMAP selftests for xdp fragsLorenzo Bianconi6-1/+185
2022-01-21bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftestLorenzo Bianconi2-0/+146
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi3-38/+174
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen6-40/+48
2022-01-21libbpf: Add SEC name for xdp frags programsLorenzo Bianconi1-0/+8
2022-01-21bpf: selftests: update xdp_adjust_tail selftest to include xdp fragsEelco Chaudron3-7/+160
2022-01-21bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signatureLorenzo Bianconi1-9/+39
2022-01-21bpf: introduce frags support to bpf_prog_test_run_xdp()Lorenzo Bianconi1-13/+45
2022-01-21bpf: move user_size out of bpf_test_initLorenzo Bianconi1-6/+7
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron4-36/+137
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron4-8/+88
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi4-0/+43
2022-01-21net: mvneta: enable jumbo frames if the loaded XDP program support fragsLorenzo Bianconi1-4/+9
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi4-1/+14
2022-01-21net: mvneta: add frags support to XDP_TXLorenzo Bianconi1-36/+76
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi2-3/+69
2022-01-21net: marvell: rely on xdp_update_skb_shared_info utility routineLorenzo Bianconi1-13/+10
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi2-1/+44
2022-01-21net: mvneta: simplify mvneta_swbm_add_rx_fragment managementLorenzo Bianconi1-27/+15
2022-01-21net: mvneta: update frags bit before passing the xdp buffer to eBPF layerLorenzo Bianconi1-5/+18
2022-01-21xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi1-0/+29
2022-01-21net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi1-0/+1
2022-01-20selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu2-0/+90
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu3-7/+84
2022-01-20samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko11-41/+40
2022-01-20selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko7-50/+47
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko1-1/+1
2022-01-20libbpf: streamline low-level XDP APIsAndrii Nakryiko3-33/+117
2022-01-20docs/bpf: update BPF map definition exampleAndrii Nakryiko1-18/+14
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko5-2/+26
2022-01-20selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko8-42/+48
2022-01-20selftests/bpf: fail build on compilation warningAndrii Nakryiko1-2/+2
2022-01-20selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/nKumar Kartikeya Dwivedi1-4/+13
2022-01-20selftests: bpf: Fix bind on used portFelix Maurer1-3/+17
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.cLorenzo Bianconi1-40/+20
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.cLorenzo Bianconi1-40/+28
2022-01-19selftests/bpf: Update sockopt_sk test to the use bpf_set_retvalYiFei Zhu2-18/+18
2022-01-19selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockoptYiFei Zhu3-0/+578
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu4-5/+79
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu3-44/+63
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu3-34/+25
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee1-1/+30
2022-01-19bpf/scripts: Raise an exception if the correct number of sycalls are not generatedUsama Arif1-27/+59
2022-01-19bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif1-12/+18
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif2-0/+30
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau4-12/+70
2022-01-18libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen1-1/+21