index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2023-02-10
selftests: forwarding: Add MDB dump test cases
Ido Schimmel
-0
/
+99
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
-268
/
+1753
2023-02-10
libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
Ilya Leoshkevich
-1
/
+1
2023-02-10
selftests/bpf: Attach to fopen()/fclose() in attach_probe
Ilya Leoshkevich
-10
/
+11
2023-02-10
selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach
Ilya Leoshkevich
-14
/
+16
2023-02-10
selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf
Ilya Leoshkevich
-2
/
+5
2023-02-10
selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS
Ilya Leoshkevich
-1
/
+2
2023-02-10
tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
Ilya Leoshkevich
-0
/
+2
2023-02-10
selftests/bpf: Quote host tools
Ilya Leoshkevich
-3
/
+4
2023-02-09
self-tests: introduce self-tests for RPS default mask
Paolo Abeni
-0
/
+61
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-106
/
+128
2023-02-09
tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
Jiri Olsa
-1
/
+1
2023-02-09
Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-21
/
+25
2023-02-09
selftests: forwarding: lib: quote the sysctl values
Hangbin Liu
-2
/
+2
2023-02-08
selftests: Fix failing VXLAN VNI filtering test
Ido Schimmel
-13
/
+5
2023-02-08
libbpf: Add sample_period to creation options
Jon Doron
-3
/
+10
2023-02-08
selftests: mptcp: stop tests earlier
Matthieu Baerts
-4
/
+10
2023-02-08
selftests: mptcp: allow more slack for slow test-case
Paolo Abeni
-2
/
+8
2023-02-07
libbpf: Always use libbpf_err to return an error in bpf_xdp_query()
Lorenzo Bianconi
-1
/
+1
2023-02-07
tools/resolve_btfids: Tidy HOST_OVERRIDES
Ian Rogers
-2
/
+2
2023-02-07
tools/resolve_btfids: Compile resolve_btfids as host program
Jiri Olsa
-4
/
+9
2023-02-07
selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more com...
Vladimir Oltean
-1
/
+1
2023-02-06
selftests/bpf: Fix spelling mistake "detecion" -> "detection"
Colin Ian King
-1
/
+1
2023-02-06
libbpf: Correctly set the kernel code version in Debian kernel.
Hao Xiang
-37
/
+83
2023-02-06
selftests: forwarding: bridge_mdb_max: Add a new selftest
Petr Machata
-0
/
+1337
2023-02-06
selftests: forwarding: lib: Add helpers to build IGMP/MLD leave packets
Petr Machata
-0
/
+50
2023-02-06
selftests: forwarding: lib: Allow list of IPs for IGMPv3/MLDv2
Petr Machata
-7
/
+15
2023-02-06
selftests: forwarding: lib: Parameterize IGMPv3/MLDv2 generation
Petr Machata
-14
/
+31
2023-02-06
selftests: forwarding: lib: Add helpers for checksum handling
Petr Machata
-0
/
+56
2023-02-06
selftests: forwarding: lib: Add helpers for IP address handling
Petr Machata
-0
/
+37
2023-02-06
selftests: forwarding: bridge_mdb: Fix a typo
Petr Machata
-1
/
+1
2023-02-06
selftests: forwarding: Move IGMP- and MLD-related functions to lib
Petr Machata
-49
/
+49
2023-02-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-84
/
+103
2023-02-04
Merge tag 'kvmarm-fixes-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-84
/
+103
2023-02-03
bpf: fix typo in header for bpf_perf_prog_read_value
Florian Lehner
-1
/
+1
2023-02-03
Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...
Linus Torvalds
-1
/
+0
2023-02-02
bpftool: profile online CPUs instead of possible
Tonghao Zhang
-8
/
+30
2023-02-02
selftests/bpf: introduce XDP compliance test tool
Lorenzo Bianconi
-2
/
+1105
2023-02-02
selftests/bpf: add test for bpf_xdp_query xdp-features support
Lorenzo Bianconi
-1
/
+34
2023-02-02
libbpf: add API to get XDP/XSK supported features
Lorenzo Bianconi
-1
/
+110
2023-02-02
libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
Lorenzo Bianconi
-10
/
+12
2023-02-02
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
-0
/
+59
2023-02-02
selftests/bpf: Use semicolon instead of comma in test_verifier.c
Tiezhu Yang
-2
/
+2
2023-02-02
tools/bpf: Use tab instead of white spaces to sync bpf.h
Tiezhu Yang
-2
/
+2
2023-02-02
selftests/bpf: Initialize tc in xdp_synproxy
Ilya Leoshkevich
-0
/
+1
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-41
/
+199
2023-02-02
Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-31
/
+152
2023-02-02
selftests: net: udpgso_bench_tx: Cater for pending datagrams zerocopy benchma...
Andrei Gherzan
-7
/
+27
2023-02-02
selftests: net: udpgso_bench: Fix racing bug between the rx/tx programs
Andrei Gherzan
-4
/
+20
2023-02-02
selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args are provided
Andrei Gherzan
-0
/
+4
[next]