summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | bpf: selftests: Add connect_to_fd_opts to network_helpersMartin KaFai Lau2021-08-262-2/+27
| | * | bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau2021-08-263-3/+4
| | * | bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-263-4/+65
| |/ /
| * | Merge branch 'selftests: xsk: various simplifications'Alexei Starovoitov2021-08-254-428/+356
| |\ \
| | * | selftests: xsk: Preface options with optMagnus Karlsson2021-08-252-5/+5
| | * | selftests: xsk: Make enums lower caseMagnus Karlsson2021-08-252-13/+7
| | * | selftests: xsk: Generate packets from specificationMagnus Karlsson2021-08-252-121/+166
| | * | selftests: xsk: Generate packet directly in umemMagnus Karlsson2021-08-252-43/+32
| | * | selftests: xsk: Simplify cleanup of ifobjectsMagnus Karlsson2021-08-252-33/+40
| | * | selftests: xsk: Decrease sending speedMagnus Karlsson2021-08-252-1/+2
| | * | selftests: xsk: Validate tx stats on tx threadMagnus Karlsson2021-08-251-14/+41
| | * | selftests: xsk: Simplify packet validation in xsk testsMagnus Karlsson2021-08-252-131/+65
| | * | selftests: xsk: Rename worker_* functions that are not thread entry pointsMagnus Karlsson2021-08-251-6/+6
| | * | selftests: xsk: Disassociate umem size with packets sentMagnus Karlsson2021-08-252-11/+9
| | * | selftests: xsk: Remove end-of-test packetMagnus Karlsson2021-08-252-32/+12
| | * | selftests: xsk: Simplify the retry codeMagnus Karlsson2021-08-252-14/+11
| | * | selftests: xsk: Return correct error codesMagnus Karlsson2021-08-251-5/+5
| | * | selftests: xsk: Remove unused variablesMagnus Karlsson2021-08-252-11/+0
| | * | selftests: xsk: Remove the num_tx_packets optionMagnus Karlsson2021-08-253-27/+13
| | * | selftests: xsk: Remove color modeMagnus Karlsson2021-08-252-28/+9
| |/ /
| * | Merge branch 'bpf: Add bpf_task_pt_regs() helper'Alexei Starovoitov2021-08-2510-16/+131
| |\ \
| | * | bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu2021-08-252-0/+76
| | * | bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-254-0/+36
| | * | bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-252-1/+4
| | * | bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-255-15/+12
| | * | bpf: Add BTF_ID_LIST_GLOBAL_SINGLE macroDaniel Xu2021-08-251-0/+3
| |/ /
| * | Merge branch 'Improve XDP samples usability and output'Alexei Starovoitov2021-08-2422-2842/+3388
| |\ \
| | * | samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperKumar Kartikeya Dwivedi2021-08-244-220/+153
| | * | samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-31/+26
| | * | samples: bpf: Convert xdp_redirect_map to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-229/+161
| | * | samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-70/+25
| | * | samples: bpf: Convert xdp_redirect_cpu to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-767/+343
| | * | samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-293/+105
| | * | samples: bpf: Convert xdp_redirect to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-159/+116
| | * | samples: bpf: Convert xdp_redirect_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-92/+52
| | * | samples: bpf: Convert xdp_monitor to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-735/+83
| | * | samples: bpf: Convert xdp_monitor_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-258/+49
| | * | samples: bpf: Add vmlinux.h generation supportKumar Kartikeya Dwivedi2021-08-241-0/+25
| | * | samples: bpf: Add devmap_xmit tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-3/+331
| | * | samples: bpf: Add BPF support for devmap_xmit tracepointKumar Kartikeya Dwivedi2021-08-241-0/+71
| | * | samples: bpf: Add cpumap tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-1/+224
| | * | samples: bpf: Add BPF support for cpumap tracepointsKumar Kartikeya Dwivedi2021-08-241-1/+57
| | * | samples: bpf: Add xdp_exception tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-0/+116
| | * | samples: bpf: Add BPF support for xdp_exception tracepointKumar Kartikeya Dwivedi2021-08-241-0/+27
| | * | samples: bpf: Add redirect tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-0/+215
| | * | samples: bpf: Add BPF support for redirect tracepointKumar Kartikeya Dwivedi2021-08-242-0/+253
| | * | samples: bpf: Add basic infrastructure for XDP samplesKumar Kartikeya Dwivedi2021-08-243-0/+915
| | * | tools: include: Add ethtool_drvinfo definition to UAPI headerKumar Kartikeya Dwivedi2021-08-241-0/+53
| | * | samples: bpf: Fix a couple of warningsKumar Kartikeya Dwivedi2021-08-242-4/+9
| |/ /
| * | bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov2021-08-241-0/+4