summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-16samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee8-29/+12
2023-01-16samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee4-10/+15
2023-01-16samples/bpf: split common macros to net_shared.hDaniel T. Lee2-21/+27
2023-01-16samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee2-35/+14
2023-01-16samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee4-18/+40
2023-01-16samples/bpf: fix broken cgroup socket testingDaniel T. Lee1-6/+6
2023-01-16samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee2-22/+25
2023-01-16samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee5-15/+22
2023-01-16samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee3-1/+8
2023-01-15Merge branch 'bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()'Martin KaFai Lau5-9/+142
2023-01-15selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnelZiyang Xuan2-8/+98
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan3-1/+44
2023-01-14selftests/bpf: Fix missing space errorRoberto Valenzuela1-1/+1
2023-01-14libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong1-0/+7
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte1-1/+2
2023-01-12Merge branch 'selftests/xsk: speed-ups, fixes, and new XDP programs'Alexei Starovoitov8-947/+316
2023-01-12selftests/xsk: automatically switch XDP programsMagnus Karlsson4-68/+96
2023-01-12selftests/xsk: automatically restore packet streamMagnus Karlsson1-14/+1
2023-01-12selftests/xsk: merge dual and single thread dispatchersMagnus Karlsson1-66/+54
2023-01-12selftests/xsk: add test when some packets are XDP_DROPedMagnus Karlsson3-0/+43
2023-01-12selftests/xsk: get rid of built-in XDP programMagnus Karlsson6-106/+92
2023-01-12selftests/xsk: remove unnecessary code in control pathMagnus Karlsson3-631/+3
2023-01-12selftests/xsk: load and attach XDP program only once per modeMagnus Karlsson4-87/+162
2023-01-12selftests/xsk: remove namespacesMagnus Karlsson4-74/+20
2023-01-12selftests/xsk: replace asm acquire/release implementationsMagnus Karlsson1-76/+4
2023-01-12selftests/xsk: add debug option for creating netdevsMagnus Karlsson1-1/+10
2023-01-12selftests/xsk: remove unused variable outstanding_txMagnus Karlsson1-2/+0
2023-01-12selftests/xsk: print correct error codes when exitingMagnus Karlsson1-9/+9
2023-01-12selftests/xsk: submit correct number of frames in populate_fill_ringMagnus Karlsson1-1/+1
2023-01-12selftests/xsk: do not close unused file descriptorsMagnus Karlsson1-2/+11
2023-01-12selftests/xsk: print correct payload for packet dumpMagnus Karlsson1-2/+2
2023-01-12bpf_doc: Fix build error with older python versionsMichal Suchanek1-1/+1
2023-01-11libbpf: Fix map creation flags sanitizationLudovic L'Hours1-1/+1
2023-01-11bpftool: fix output for skipping kernel config checkChethan Suresh1-4/+4
2023-01-11bpf: btf: limit logging of ignored BTF mismatchesConnor O'Brien1-11/+27
2023-01-11bpf, x86: Simplify the parsing logic of structure parametersPu Lehui1-53/+48
2023-01-11bpf: Replace 0-length arrays with flexible arraysKees Cook1-3/+3
2023-01-11bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard1-1/+1
2023-01-11bpf: Remove the unnecessary insn buffer comparisonHaiyue Wang1-6/+0
2023-01-06libbpf: Poison strlcpy()Rong Tao1-2/+2
2023-01-06Merge branch 'devlink-unregister'David S. Miller6-112/+137
2023-01-06netdevsim: move devlink registration under the instance lockJakub Kicinski1-3/+8
2023-01-06netdevsim: rename a labelJakub Kicinski1-2/+2
2023-01-06devlink: allow registering parameters after the instanceJakub Kicinski1-11/+11
2023-01-06devlink: don't require setting features before registrationJakub Kicinski1-2/+0
2023-01-06devlink: remove the registration guarantee of referencesJakub Kicinski3-38/+30
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski4-12/+60
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski3-8/+11
2023-01-06devlink: update the code in netns move to latest helpersJakub Kicinski1-3/+4
2023-01-06devlink: bump the instance index directly when iteratingJakub Kicinski2-35/+13