index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-02
1
-20
/
+58
|
\
|
*
selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage
Borislav Petkov
2021-10-30
1
-20
/
+58
*
|
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
359
-3139
/
+13371
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-02
6
-6
/
+153
|
|
\
\
|
|
*
|
selftests: udp: test for passing SO_MARK as cmsg
Jakub Kicinski
2021-11-01
4
-0
/
+131
|
|
*
|
selftests: net: bridge: update IGMP/MLD membership interval value
Nikolay Aleksandrov
2021-10-29
2
-6
/
+18
|
|
*
|
selftests/net: update .gitignore with newly added tests
Shuah Khan
2021-10-29
1
-0
/
+4
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-02
213
-1808
/
+5727
|
|
\
\
\
|
|
*
|
|
libbpf: Deprecate AF_XDP support
Magnus Karlsson
2021-11-02
1
-38
/
+52
|
|
*
|
|
selftests/bpf: Add a testcase for 64-bit bounds propagation issue.
Alexei Starovoitov
2021-11-02
2
-0
/
+63
|
|
*
|
|
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
2021-11-02
1
-1
/
+1
|
|
*
|
|
selftests/bpf: Fix also no-alu32 strobemeta selftest
Andrii Nakryiko
2021-11-02
1
-13
/
+2
|
|
*
|
|
selftests/bpf: Add bloom map success test for userspace calls
Joanne Koong
2021-11-01
1
-26
/
+33
|
|
*
|
|
bpf: Add alignment padding for "map_extra" + consolidate holes
Joanne Koong
2021-11-01
1
-0
/
+1
|
|
*
|
|
selftests/bpf: Add test cases for struct_ops prog
Hou Tao
2021-11-01
2
-0
/
+165
|
|
*
|
|
selftests, bpf: Fix broken riscv build
Björn Töpel
2021-11-01
1
-1
/
+1
|
|
*
|
|
riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.h
Björn Töpel
2021-11-01
1
-0
/
+32
|
|
*
|
|
tools, build: Add RISC-V to HOSTARCH parsing
Björn Töpel
2021-11-01
1
-1
/
+2
|
|
*
|
|
selftests, bpf: Add one test for sockmap with strparser
Liu Jian
2021-11-01
1
-3
/
+30
|
|
*
|
|
selftests, bpf: Fix test_txmsg_ingress_parser error
Liu Jian
2021-11-01
1
-0
/
+2
|
|
*
|
|
selftests/bpf: Fix strobemeta selftest regression
Andrii Nakryiko
2021-11-01
1
-0
/
+11
|
|
*
|
|
selftests/bpf: Fix fclose/pclose mismatch in test_progs
Andrea Righi
2021-10-29
1
-2
/
+2
|
|
*
|
|
selftests/bpf: Fix memory leak in test_ima
Kumar Kartikeya Dwivedi
2021-10-29
1
-1
/
+2
|
|
*
|
|
selftests/bpf: Fix fd cleanup in sk_lookup test
Kumar Kartikeya Dwivedi
2021-10-29
1
-2
/
+2
|
|
*
|
|
selftests/bpf: Add weak/typeless ksym test for light skeleton
Kumar Kartikeya Dwivedi
2021-10-29
15
-107
/
+142
|
|
*
|
|
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-29
5
-10
/
+10
|
|
*
|
|
libbpf: Ensure that BPF syscall fds are never 0, 1, or 2
Kumar Kartikeya Dwivedi
2021-10-29
2
-13
/
+46
|
|
*
|
|
libbpf: Add weak ksym support to gen_loader
Kumar Kartikeya Dwivedi
2021-10-29
1
-3
/
+32
|
|
*
|
|
libbpf: Add typeless ksym support to gen_loader
Kumar Kartikeya Dwivedi
2021-10-29
3
-23
/
+99
|
|
*
|
|
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
2021-10-29
1
-0
/
+16
|
|
*
|
|
bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...
Joanne Koong
2021-10-28
4
-5
/
+104
|
|
*
|
|
bpf/benchs: Add benchmark tests for bloom filter throughput + false positive
Joanne Koong
2021-10-28
8
-30
/
+695
|
|
*
|
|
selftests/bpf: Add bloom filter map test cases
Joanne Koong
2021-10-28
2
-0
/
+286
|
|
*
|
|
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
2021-10-28
7
-9
/
+91
|
|
*
|
|
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-28
1
-0
/
+9
|
|
*
|
|
selftests/bpf: Adding a namespace reset for tc_redirect
Yucong Sun
2021-10-27
1
-0
/
+14
|
|
*
|
|
selftests/bpf: Fix attach_probe in parallel mode
Yucong Sun
2021-10-27
1
-2
/
+7
|
|
*
|
|
selfetests/bpf: Update vmtest.sh defaults
Yucong Sun
2021-10-27
1
-3
/
+3
|
|
*
|
|
libbpf: Deprecate bpf_objects_list
Joe Burton
2021-10-27
3
-2
/
+15
|
|
*
|
|
selftests/bpf: Guess function end for test_get_branch_snapshot
Song Liu
2021-10-26
3
-44
/
+4
|
|
*
|
|
selftests/bpf: Skip all serial_test_get_branch_snapshot in vm
Song Liu
2021-10-26
1
-10
/
+6
|
|
*
|
|
selftests/bpf: Fix test_core_reloc_mods on big-endian machines
Ilya Leoshkevich
2021-10-26
1
-0
/
+9
|
|
*
|
|
selftests/seccomp: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-26
1
-3
/
+3
|
|
*
|
|
selftests/bpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-26
5
-16
/
+16
|
|
*
|
|
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-26
5
-15
/
+15
|
|
*
|
|
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
2021-10-26
1
-1
/
+1
|
|
*
|
|
libbpf: Deprecate ambiguously-named bpf_program__size() API
Andrii Nakryiko
2021-10-26
1
-0
/
+1
|
|
*
|
|
libbpf: Deprecate multi-instance bpf_program APIs
Andrii Nakryiko
2021-10-26
2
-10
/
+18
|
|
*
|
|
libbpf: Add ability to fetch bpf_program's underlying instructions
Andrii Nakryiko
2021-10-26
3
-4
/
+46
|
|
*
|
|
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
2021-10-26
1
-1
/
+1
[next]