summaryrefslogtreecommitdiffstats
path: root/kernel/bpf (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-26bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi1-7/+28
2022-04-26bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi6-13/+151
2022-04-26bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi8-49/+60
2022-04-26bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi6-36/+433
2022-04-26bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev2-54/+26
2022-04-25bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet1-1/+1
2022-04-25bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet1-55/+57
2022-04-25libbpf: Remove unnecessary type castYuntao Wang1-1/+1
2022-04-23selftests/bpf: Switch fexit_stress to bpf_link_create() APIAndrii Nakryiko1-1/+1
2022-04-23libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()Andrii Nakryiko2-3/+34
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko1-54/+56
2022-04-22libbpf: Improve libbpf API documentation link positionGrant Seltzer1-2/+1
2022-04-21libbpf: Remove redundant non-null checks on obj_elfGaosheng Cui1-4/+2
2022-04-21selftests/bpf: Fix map tests errno checksArtem Savkov2-68/+37
2022-04-21selftests/bpf: Fix prog_tests uprobe_autoattach compilation errorArtem Savkov1-1/+2
2022-04-21selftests/bpf: Fix attach tests retcode checksArtem Savkov2-2/+2
2022-04-21i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-21ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi1-38/+38
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi1-31/+89
2022-04-21libbpf: Add documentation to API functionsGrant Seltzer1-0/+76
2022-04-21libbpf: Update API functions usage to check errorGrant Seltzer1-7/+5
2022-04-21libbpf: Add error returns to two API functionsGrant Seltzer2-5/+13
2022-04-20samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao1-1/+1
2022-04-20selftests/bpf: Add test for skb_load_bytesLiu Jian2-0/+64
2022-04-20net: Change skb_ensure_writable()'s write_len param to unsigned int typeLiu Jian2-2/+2
2022-04-20bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-04-20libbpf: Support riscv USDT argument parsing logicPu Lehui1-0/+107
2022-04-20libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui3-6/+6
2022-04-20bpf: Fix usage of trace RCU in local storage.KP Singh5-19/+28
2022-04-19selftests/bpf: Add tests for type tag order validationKumar Kartikeya Dwivedi1-0/+99
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi1-0/+54
2022-04-19selftests/bpf: Use non-autoloaded programs in few testsAndrii Nakryiko6-65/+35
2022-04-19libbpf: Support opting out from autoloading BPF programs declarativelyAndrii Nakryiko1-10/+21
2022-04-19selftests/bpf: Workaround a verifier issue for test exhandlerYonghong Song1-2/+13
2022-04-19selftests/bpf: Limit unroll_count for pyperf600 testYonghong Song2-4/+11
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev4-128/+124
2022-04-19selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko4-221/+202
2022-04-15xsk: Drop ternary operator from xskq_cons_has_entriesMaciej Fijalkowski1-1/+1
2022-04-15ice, xsk: Avoid refilling single Rx descriptorsMaciej Fijalkowski1-1/+4
2022-04-15stmmac, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-2/+2
2022-04-15mlx5, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-1/+1
2022-04-15ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15i40e, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15ice, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-9/+19
2022-04-15i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-10/+23
2022-04-15ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-10/+20
2022-04-15ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski1-12/+13
2022-04-15ice, xsk: Decorate ICE_XDP_REDIR with likely()Maciej Fijalkowski1-10/+11