summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee2023-01-158-29/+12
* samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee2023-01-154-10/+15
* samples/bpf: split common macros to net_shared.hDaniel T. Lee2023-01-152-21/+27
* samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee2023-01-152-35/+14
* samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee2023-01-154-18/+40
* samples/bpf: fix broken cgroup socket testingDaniel T. Lee2023-01-151-6/+6
* samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee2023-01-152-22/+25
* samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee2023-01-155-15/+22
* samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee2023-01-153-1/+8
* Merge branch 'bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()'Martin KaFai Lau2023-01-155-9/+142
|\
| * selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnelZiyang Xuan2023-01-152-8/+98
| * bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan2023-01-153-1/+44
|/
* selftests/bpf: Fix missing space errorRoberto Valenzuela2023-01-131-1/+1
* libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong2023-01-131-0/+7
* bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte2023-01-131-1/+2
* Merge branch 'selftests/xsk: speed-ups, fixes, and new XDP programs'Alexei Starovoitov2023-01-118-947/+316
|\
| * selftests/xsk: automatically switch XDP programsMagnus Karlsson2023-01-114-68/+96
| * selftests/xsk: automatically restore packet streamMagnus Karlsson2023-01-111-14/+1
| * selftests/xsk: merge dual and single thread dispatchersMagnus Karlsson2023-01-111-66/+54
| * selftests/xsk: add test when some packets are XDP_DROPedMagnus Karlsson2023-01-113-0/+43
| * selftests/xsk: get rid of built-in XDP programMagnus Karlsson2023-01-116-106/+92
| * selftests/xsk: remove unnecessary code in control pathMagnus Karlsson2023-01-113-631/+3
| * selftests/xsk: load and attach XDP program only once per modeMagnus Karlsson2023-01-114-87/+162
| * selftests/xsk: remove namespacesMagnus Karlsson2023-01-114-74/+20
| * selftests/xsk: replace asm acquire/release implementationsMagnus Karlsson2023-01-111-76/+4
| * selftests/xsk: add debug option for creating netdevsMagnus Karlsson2023-01-111-1/+10
| * selftests/xsk: remove unused variable outstanding_txMagnus Karlsson2023-01-111-2/+0
| * selftests/xsk: print correct error codes when exitingMagnus Karlsson2023-01-111-9/+9
| * selftests/xsk: submit correct number of frames in populate_fill_ringMagnus Karlsson2023-01-111-1/+1
| * selftests/xsk: do not close unused file descriptorsMagnus Karlsson2023-01-111-2/+11
| * selftests/xsk: print correct payload for packet dumpMagnus Karlsson2023-01-111-2/+2
|/
* bpf_doc: Fix build error with older python versionsMichal Suchanek2023-01-111-1/+1
* libbpf: Fix map creation flags sanitizationLudovic L'Hours2023-01-101-1/+1
* bpftool: fix output for skipping kernel config checkChethan Suresh2023-01-101-4/+4
* bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien2023-01-101-11/+27
* bpf, x86: Simplify the parsing logic of structure parametersPu Lehui2023-01-101-53/+48
* bpf: Replace 0-length arrays with flexible arraysKees Cook2023-01-101-3/+3
* bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard2023-01-101-1/+1
* bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang2023-01-101-6/+0
* libbpf: Poison strlcpy()Rong Tao2023-01-061-2/+2
* Merge branch 'devlink-unregister'David S. Miller2023-01-066-112/+137
|\
| * netdevsim: move devlink registration under the instance lockJakub Kicinski2023-01-061-3/+8
| * netdevsim: rename a labelJakub Kicinski2023-01-061-2/+2
| * devlink: allow registering parameters after the instanceJakub Kicinski2023-01-061-11/+11
| * devlink: don't require setting features before registrationJakub Kicinski2023-01-061-2/+0
| * devlink: remove the registration guarantee of referencesJakub Kicinski2023-01-063-38/+30
| * devlink: always check if the devlink instance is registeredJakub Kicinski2023-01-064-12/+60
| * devlink: protect devlink->dev by the instance lockJakub Kicinski2023-01-063-8/+11
| * devlink: update the code in netns move to latest helpersJakub Kicinski2023-01-061-3/+4
| * devlink: bump the instance index directly when iteratingJakub Kicinski2023-01-062-35/+13
|/