summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/urandom_read.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-09tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa1-1/+1
2023-02-09samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao1-0/+14
2023-02-09libbpf: Add sample_period to creation optionsJon Doron2-3/+10
2023-02-08sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi2-8/+8
2023-02-08bpf, docs: Add note about type conventionDave Thaler1-0/+7
2023-02-08bpf/docs: Update design QA to be consistent with kfunc lifecycle docsToke Høiland-Jørgensen1-7/+18
2023-02-08bpf, docs: Use consistent names for the same fieldDave Thaler1-36/+77
2023-02-07net, xdp: Add missing xdp_features descriptionLorenzo Bianconi1-0/+1
2023-02-07virtio_net: Update xdp_features with xdp multi-buffLorenzo Bianconi1-2/+4
2023-02-07libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi1-1/+1
2023-02-07tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers1-2/+2
2023-02-07tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa2-4/+9
2023-02-06selftests/bpf: Fix spelling mistake "detecion" -> "detection"Colin Ian King1-1/+1
2023-02-06libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang2-37/+83
2023-02-04bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner2-2/+2
2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet1-5/+120
2023-02-03bpftool: profile online CPUs instead of possibleTonghao Zhang1-8/+30
2023-02-03selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi6-2/+1105
2023-02-03selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2-1/+34
2023-02-03bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2-11/+18
2023-02-03libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi3-1/+110
2023-02-03libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi1-10/+12
2023-02-03xsk: add usage of XDP features flagsMarek Majtyka1-2/+5
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka40-5/+184
2023-02-03netdev-genl: create a simple family for netdev stuffJakub Kicinski10-1/+477
2023-02-03selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang1-2/+2
2023-02-03tools/bpf: Use tab instead of white spaces to sync bpf.hTiezhu Yang1-2/+2
2023-02-03bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser3-19/+8
2023-02-03docs/bpf: Add description of register liveness tracking algorithmEduard Zingerman1-0/+295
2023-02-03selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich1-0/+1
2023-02-02selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen1-1/+0
2023-02-02selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev1-3/+2
2023-02-02selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer1-2/+2
2023-02-02selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer1-14/+14
2023-02-02selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer1-1/+1
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer1-1/+5
2023-02-02selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer1-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet3-0/+18
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet15-128/+130
2023-02-02bpf: Document usage of the new __bpf_kfunc macroDavid Vernet2-3/+20
2023-02-02bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncsDavid Vernet1-0/+8
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski4-94/+117
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski4-8/+0
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski5-96/+199
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski6-98/+200
2023-02-01ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski1-24/+9
2023-02-01ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski1-1/+1
2023-02-01ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski1-14/+14
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski2-38/+44
2023-02-01ice: Inline eop checkMaciej Fijalkowski2-21/+22