index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
bpf: Fix cold build of test_progs-no_alu32
Brendan Jackman
1
-1
/
+1
2020-12-03
libbpf: Cap retries in sys_bpf_prog_load
Stanislav Fomichev
1
-1
/
+2
2020-12-03
libbpf: Sanitise map names before pinning
Toke Høiland-Jørgensen
1
-0
/
+12
2020-12-03
libbpf: Fail early when loading programs with unspecified type
Andrei Matei
1
-1
/
+14
2020-12-03
selftests/bpf: Indent ima_setup.sh with tabs.
KP Singh
1
-54
/
+54
2020-12-03
selftests/bpf: Add config dependency on BLK_DEV_LOOP
KP Singh
1
-0
/
+1
2020-12-03
selftests/bpf: Ensure securityfs mount before writing ima policy
KP Singh
1
-0
/
+15
2020-12-03
selftests/bpf: Update ima_setup.sh for busybox
KP Singh
1
-4
/
+8
2020-12-03
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
3
-9
/
+90
2020-12-03
tools/resolve_btfids: Fix some error messages
Brendan Jackman
1
-3
/
+3
2020-12-03
selftests/bpf: Copy file using read/write in local storage test
Stanislav Fomichev
1
-10
/
+18
2020-12-03
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
1
-4
/
+21
2020-12-03
libbpf: Add base BTF accessor
Andrii Nakryiko
3
-0
/
+7
2020-12-03
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
1
-0
/
+2
2020-12-02
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2
-8
/
+1
2020-12-02
selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockopt
Stanislav Fomichev
2
-0
/
+62
2020-12-02
selftests/bpf: Rewrite test_sock_addr bind bpf into C
Stanislav Fomichev
3
-184
/
+171
2020-11-30
selftests/bpf: Fix flavored variants of test_ima
KP Singh
1
-0
/
+1
2020-11-27
libbpf: Replace size_t with __u32 in xsk interfaces
Magnus Karlsson
1
-9
/
+6
2020-11-26
bpf: Fix selftest compilation on clang 11
Andrei Matei
1
-0
/
+2
2020-11-26
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
4
-0
/
+186
2020-11-26
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
1
-0
/
+11
2020-11-25
libbpf: Add support for canceling cached_cons advance
Li RongQing
1
-0
/
+6
2020-11-24
selftest/bpf: Fix rst formatting in readme
Andrei Matei
1
-13
/
+15
2020-11-24
selftest/bpf: Fix link in readme
Andrei Matei
1
-1
/
+4
2020-11-20
bpftool: Add {i,d}tlb_misses support for bpftool profile
Yonghong Song
1
-1
/
+29
2020-11-18
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
7
-18
/
+52
2020-11-18
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
1
-0
/
+13
2020-11-18
selftests/bpf: Fix broken riscv build
Björn Töpel
1
-1
/
+2
2020-11-18
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
1
-0
/
+11
2020-11-18
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2
-0
/
+150
2020-11-18
bpf: Add bpf_bprm_opts_set helper
KP Singh
1
-0
/
+16
2020-11-16
libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
Alan Maguire
1
-4
/
+4
2020-11-16
selftest/bpf: Fix IPV6FR handling in flow dissector
Santucci Pierpaolo
1
-0
/
+2
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
50
-892
/
+2402
2020-11-12
bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
3
-0
/
+259
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
70
-489
/
+3105
2020-11-13
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
1
-0
/
+42
2020-11-13
selftests/bpf: Add skb_pkt_end test
Alexei Starovoitov
2
-0
/
+95
2020-11-12
selftests: set conf.all.rp_filter=0 in bareudp.sh
Guillaume Nault
1
-0
/
+2
2020-11-12
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
9
-18
/
+281
2020-11-12
tools/bpf: Always run the *-clean recipes
Jean-Philippe Brucker
1
-2
/
+2
2020-11-12
tools/bpf: Add bootstrap/ to .gitignore
Jean-Philippe Brucker
1
-1
/
+1
2020-11-12
selftests: pmtu.sh: improve the test result processing
Po-Hsu Lin
1
-1
/
+14
2020-11-12
selftests: pmtu.sh: use $ksft_skip for skipped return code
Po-Hsu Lin
1
-32
/
+32
2020-11-11
tools/bpftool: Fix build slowdown
Jean-Philippe Brucker
1
-1
/
+3
2020-11-11
tools/runqslower: Build bpftool using HOSTCC
Jean-Philippe Brucker
1
-1
/
+2
2020-11-11
tools/runqslower: Enable out-of-tree build
Jean-Philippe Brucker
1
-14
/
+18
2020-11-11
tools/runqslower: Use Makefile.include
Jean-Philippe Brucker
1
-15
/
+9
2020-11-11
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
1
-8
/
+26
[next]