summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich2023-02-102-10/+11
| * | | selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich2023-02-102-14/+16
| * | | selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich2023-02-101-2/+5
| * | | selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich2023-02-101-1/+2
| * | | tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportIlya Leoshkevich2023-02-101-0/+2
| * | | selftests/bpf: Quote host toolsIlya Leoshkevich2023-02-101-3/+4
| * | | tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa2023-02-091-1/+1
| * | | samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao2023-02-081-0/+14
| * | | libbpf: Add sample_period to creation optionsJon Doron2023-02-082-3/+10
| * | | sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi2023-02-082-8/+8
| * | | bpf, docs: Add note about type conventionDave Thaler2023-02-081-0/+7
| * | | bpf/docs: Update design QA to be consistent with kfunc lifecycle docsToke Høiland-Jørgensen2023-02-081-7/+18
| * | | bpf, docs: Use consistent names for the same fieldDave Thaler2023-02-071-36/+77
| * | | net, xdp: Add missing xdp_features descriptionLorenzo Bianconi2023-02-071-0/+1
| * | | virtio_net: Update xdp_features with xdp multi-buffLorenzo Bianconi2023-02-071-2/+4
| * | | libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi2023-02-071-1/+1
| * | | tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers2023-02-071-2/+2
| * | | tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa2023-02-072-4/+9
| * | | selftests/bpf: Fix spelling mistake "detecion" -> "detection"Colin Ian King2023-02-061-1/+1
| * | | libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang2023-02-062-37/+83
| * | | bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner2023-02-032-2/+2
| * | | bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet2023-02-031-5/+120
| * | | bpftool: profile online CPUs instead of possibleTonghao Zhang2023-02-021-8/+30
| * | | Merge branch 'xdp: introduce xdp-feature support'Alexei Starovoitov2023-02-0263-33/+1945
| |\ \ \
| | * | | selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi2023-02-026-2/+1105
| | * | | selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2023-02-022-1/+34
| | * | | bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-022-11/+18
| | * | | libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi2023-02-023-1/+110
| | * | | libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi2023-02-021-10/+12
| | * | | xsk: add usage of XDP features flagsMarek Majtyka2023-02-021-2/+5
| | * | | drivers: net: turn on XDP featuresMarek Majtyka2023-02-0240-5/+184
| | * | | netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-0210-1/+477
| |/ / /
| * | | selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang2023-02-021-2/+2
| * | | tools/bpf: Use tab instead of white spaces to sync bpf.hTiezhu Yang2023-02-021-2/+2
| * | | bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser2023-02-023-19/+8
| * | | Merge branch ' docs/bpf: Add description of register liveness tracking algori...Alexei Starovoitov2023-02-021-0/+295
| |\ \ \
| | * | | docs/bpf: Add description of register liveness tracking algorithmEduard Zingerman2023-02-021-0/+295
| |/ / /
| * | | selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich2023-02-021-0/+1
| * | | selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen2023-02-021-1/+0
| * | | selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev2023-02-021-3/+2
| * | | selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer2023-02-021-2/+2
| * | | selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer2023-02-021-14/+14
| * | | selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer2023-02-021-1/+1
| * | | selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer2023-02-021-1/+5
| * | | selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer2023-02-021-1/+1
| * | | Merge branch 'kfunc-annotation'Daniel Borkmann2023-02-0220-131/+176
| |\ \ \
| | * | | selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-023-0/+18
| | * | | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-0215-128/+130
| | * | | bpf: Document usage of the new __bpf_kfunc macroDavid Vernet2023-02-022-3/+20
| | * | | bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncsDavid Vernet2023-02-021-0/+8
| |/ / /