summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+7
* 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
* 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
* 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
* bpftool: Add missing quotes to libbpf bootstrap submake varsJames Hilliard2023-01-101-1/+1
* libbpf: Poison strlcpy()Rong Tao2023-01-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-05350-118926/+86586
|\
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-0514-6/+395
| |\
| | * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-042-1/+74
| | |\
| | | * selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
| | | * selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
| | * | selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...Po-Hsu Lin2023-01-011-2/+9
| | * | selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrierPo-Hsu Lin2023-01-011-2/+2
| | * | selftests: net: fix cmsg_so_mark.sh test hangPo-Hsu Lin2022-12-301-1/+1
| | * | tcp: Add selftest for bind() and TIME_WAIT.Kuniyuki Iwashima2022-12-302-0/+93
| | |/
| | * Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-12-248-0/+216
| | |\
| | | * selftests/bpf: Add host-tools to gitignoreStanislav Fomichev2022-12-231-0/+1
| | | * selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-222-0/+51
| | | * bpftool: Fix linkage with statically built libllvmAnton Protopopov2022-12-221-0/+4
| | | * selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-224-0/+160
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-01-044-19/+24
| |\ \ \
| | * | | tools/virtio: remove smp_read_barrier_depends()Davidlohr Bueso2022-12-281-7/+10
| | * | | tools/virtio: remove stray charactersDavidlohr Bueso2022-12-281-10/+10
| | * | | tools/virtio: Variable type completionwangjianli2022-12-281-1/+1
| | * | | tools: Delete the unneeded semicolon after curly bracesShaomin Deng2022-12-281-1/+1
| | * | | tools/virtio: initialize spinlocks in vring_test.cRicardo Cañuelo2022-12-281-0/+2
| * | | | Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2812-142/+82
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | KVM: selftests: restore special vmmcall code layout needed by the harnessPaolo Bonzini2022-12-281-2/+11
| | * | | KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-0/+6
| | * | | KVM: selftests: Mark correct page as mapped in virt_map()Oliver Upton2022-12-271-2/+2
| | * | | KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton2022-12-271-2/+4
| | * | | KVM: selftests: document the default implementation of vm_vaddr_populate_bitmapPaolo Bonzini2022-12-271-0/+9