index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
selftests/bpf: Fix spurious test failures in core_retro selftest
Andrii Nakryiko
2
-2
/
+19
2020-08-01
tools/bpftool: Add documentation and bash-completion for `link detach`
Andrii Nakryiko
2
-2
/
+10
2020-08-01
tools/bpftool: Add `link detach` subcommand
Andrii Nakryiko
1
-1
/
+36
2020-08-01
selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links
Andrii Nakryiko
5
-29
/
+73
2020-08-01
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
6
-0
/
+25
2020-08-01
bpf, selftests: Use single cgroup helpers for both test_sockmap/progs
John Fastabend
15
-132
/
+43
2020-07-31
libbpf: Fix register in PT_REGS MIPS macros
Jerry Crunchtime
1
-2
/
+2
2020-07-31
libbpf: Make destructors more robust by handling ERR_PTR(err) cases
Andrii Nakryiko
3
-8
/
+7
2020-07-31
selftests/bpf: Omit nodad flag when adding addresses to loopback
Jakub Sitnicki
1
-2
/
+2
2020-07-31
selftests/bpf: Don't destroy failed link
Andrii Nakryiko
1
-14
/
+28
2020-07-31
selftests/bpf: Add xdpdrv mode for test_xdp_redirect
Hangbin Liu
1
-32
/
+52
2020-07-31
selftests/bpf: Verify socket storage in cgroup/sock_{create, release}
Stanislav Fomichev
1
-0
/
+19
2020-07-31
selftests/bpf: Test bpf_iter buffer access with negative offset
Yonghong Song
2
-0
/
+34
2020-07-29
bpf, selftests: use :: 1 for localhost in tcp_server.py
John Fastabend
3
-4
/
+4
2020-07-28
selftests/bpf: Add new bpf_iter context structs to fix build on old kernels
Andrii Nakryiko
1
-0
/
+18
2020-07-28
bpf: Fix bpf_ringbuf_output() signature to return long
Andrii Nakryiko
1
-1
/
+1
2020-07-27
tools, bpftool: Add LSM type to array of prog names
Quentin Monnet
1
-0
/
+1
2020-07-27
tools, bpftool: Skip type probe if name is not found
Quentin Monnet
1
-0
/
+8
2020-07-25
selftests/bpf: Add BPF XDP link selftests
Andrii Nakryiko
2
-0
/
+149
2020-07-25
libbpf: Add support for BPF XDP link
Andrii Nakryiko
5
-3
/
+21
2020-07-25
selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
YiFei Zhu
3
-27
/
+311
2020-07-25
selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
YiFei Zhu
4
-11
/
+99
2020-07-25
selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
YiFei Zhu
2
-0
/
+191
2020-07-25
selftests/bpf: Add get_stackid_cannot_attach
Song Liu
1
-0
/
+91
2020-07-25
selftests/bpf: Add callchain_stackid
Song Liu
2
-0
/
+175
2020-07-25
libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO
Song Liu
1
-0
/
+3
2020-07-25
selftests/bpf: Add a test for out of bound rdonly buf access
Yonghong Song
2
-0
/
+57
2020-07-25
selftests/bpf: Add a test for bpf sk_storage_map iterator
Yonghong Song
2
-0
/
+106
2020-07-25
selftests/bpf: Add test for bpf array map iterators
Yonghong Song
3
-0
/
+247
2020-07-25
selftests/bpf: Add test for bpf hash map iterators
Yonghong Song
3
-0
/
+337
2020-07-25
tools/bpftool: Add bpftool support for bpf map element iterator
Yonghong Song
3
-7
/
+62
2020-07-25
tools/libbpf: Add support for bpf map element iterator
Yonghong Song
4
-3
/
+14
2020-07-25
bpf: Implement bpf iterator for map elements
Yonghong Song
1
-0
/
+7
2020-07-25
selftests/bpf: Test BPF socket lookup and reuseport with connections
Jakub Sitnicki
1
-1
/
+53
2020-07-25
tools/bpftool: Strip BPF .o files before skeleton generation
Andrii Nakryiko
1
-1
/
+2
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
9
-13
/
+23
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
3
-2
/
+4
2020-07-23
vrf: Handle CONFIG_SYSCTL not set
David Ahern
1
-0
/
+6
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
30
-116
/
+2849
2020-07-21
selftest: txtimestamp: fix net ns entry logic
Paolo Pisati
1
-1
/
+1
2020-07-21
bpftool: Use only nftw for file tree parsing
Tony Ambardar
2
-59
/
+82
2020-07-21
bpf: Make btf_sock_ids global
Yonghong Song
1
-0
/
+30
2020-07-21
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
2
-11
/
+32
2020-07-21
tools/bpf: Sync btf_ids.h to tools
Yonghong Song
2
-1
/
+11
2020-07-21
samples/bpf, selftests/bpf: Use bpf_probe_read_kernel
Ilya Leoshkevich
6
-8
/
+9
2020-07-21
selftests/bpf: Fix test_lwt_seg6local.sh hangs
Ilya Leoshkevich
1
-1
/
+1
2020-07-21
tools/bpftool: Fix error handing in do_skeleton()
YueHaibing
1
-1
/
+4
2020-07-21
libbpf bpf_helpers: Use __builtin_offsetof for offsetof
Ian Rogers
1
-1
/
+1
2020-07-21
selftests: bpf: test_kmod.sh: Fix running out of srctree
Ilya Leoshkevich
1
-3
/
+9
2020-07-21
s390/cpum_cf,perf: change DFLT_CCERROR counter name
Thomas Richter
1
-1
/
+1
[next]