index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
diffconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-30
bpf: Remove a redundant comment on bpf_prog_free
Christoph Hellwig
1
-1
/
+0
2021-11-30
x86, bpf: Cleanup the top of file header in bpf_jit_comp.c
Christoph Hellwig
1
-2
/
+2
2021-11-30
libbpf: Remove duplicate assignments
Mehrdad Arshad Rad
1
-1
/
+0
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2021-11-29
selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
Hengqi Chen
2
-0
/
+71
2021-11-29
libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
Hengqi Chen
1
-33
/
+121
2021-11-26
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
3
-0
/
+22
2021-11-26
selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf tests
Andrii Nakryiko
2
-8
/
+9
2021-11-26
selftests/bpf: Fix misaligned memory accesses in xdp_bonding test
Andrii Nakryiko
1
-16
/
+20
2021-11-26
selftests/bpf: Prevent out-of-bounds stack access in test_bpffs
Andrii Nakryiko
1
-1
/
+3
2021-11-26
selftests/bpf: Fix misaligned memory access in queue_stack_map test
Andrii Nakryiko
1
-5
/
+7
2021-11-26
selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp test
Andrii Nakryiko
1
-4
/
+10
2021-11-26
selftests/bpf: Fix possible NULL passed to memcpy() with zero size
Andrii Nakryiko
1
-1
/
+2
2021-11-26
selftests/bpf: Fix UBSan complaint about signed __int128 overflow
Andrii Nakryiko
1
-1
/
+1
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2021-11-26
libbpf: Don't call libc APIs with NULL pointers
Andrii Nakryiko
1
-3
/
+7
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2
-6
/
+6
2021-11-26
tools/resolve_btf_ids: Close ELF file on error
Andrii Nakryiko
1
-2
/
+3
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
21
-256
/
+201
2021-11-25
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
1
-0
/
+5
2021-11-25
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
4
-51
/
+25
2021-11-25
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
7
-153
/
+126
2021-11-25
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
2
-0
/
+138
2021-11-25
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
1
-4
/
+30
2021-11-23
selftests/bpf: Fix trivial typo
Drew Fustini
1
-1
/
+1
2021-11-19
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
4
-5
/
+7
2021-11-19
selftests/bpf: Add btf_dedup case with duplicated structs within CU
Jiri Olsa
1
-0
/
+113
2021-11-19
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
1
-4
/
+41
2021-11-19
libbpf: Add runtime APIs to query libbpf version
Andrii Nakryiko
3
-0
/
+26
2021-11-18
selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changes
Ilya Leoshkevich
1
-15
/
+31
2021-11-17
selftests/bpf: Fix xdpxceiver failures for no hugepages
Tirthendu Sarkar
1
-1
/
+5
2021-11-17
bpf, docs: Fix ordering of bpf documentation
Dave Tucker
9
-86
/
+80
2021-11-17
bpf, docs: Rename bpf_lsm.rst to prog_lsm.rst
Dave Tucker
2
-1
/
+1
2021-11-17
bpf, docs: Change underline in btf to match style guide
Dave Tucker
1
-22
/
+22
2021-11-17
selftests/bpf: Mark variable as static
Yucong Sun
1
-2
/
+2
2021-11-17
selftests/bpf: Variable naming fix
Yucong Sun
1
-8
/
+8
2021-11-17
selftests/bpf: Move summary line after the error logs
Yucong Sun
1
-4
/
+4
2021-11-16
selftests/bpf: Add uprobe triggering overhead benchmarks
Andrii Nakryiko
4
-1
/
+166
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
17
-36
/
+35
2021-11-16
selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.py
Quentin Monnet
1
-9
/
+17
2021-11-16
bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py
Quentin Monnet
14
-25
/
+102
2021-11-16
bpftool: Add SPDX tags to RST documentation files
Quentin Monnet
14
-1
/
+27
2021-11-16
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
1
-0
/
+26
2021-11-16
libbpf: Fix a couple of missed btf_type_tag handling in btf.c
Yonghong Song
1
-0
/
+2
2021-11-16
bpftool: Add current libbpf_strict mode to version output
Stanislav Fomichev
1
-1
/
+11
2021-11-15
Revert "Merge branch 'mctp-i2c-driver'"
Jakub Kicinski
12
-1209
/
+25
2021-11-15
net: mvpp2: use phylink_generic_validate()
Russell King (Oracle)
1
-49
/
+9
2021-11-15
net: mvneta: use phylink_generic_validate()
Russell King (Oracle)
1
-30
/
+4
2021-11-15
net: phylink: add generic validate implementation
Russell King (Oracle)
2
-0
/
+283
[next]