index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CREDITS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-24
libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
Colin Ian King
1
-1
/
+1
2020-06-24
tools, bpftool: Fix variable shadowing in emit_obj_refs_json()
Quentin Monnet
1
-8
/
+9
2020-06-24
tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile
Tobias Klauser
1
-1
/
+1
2020-06-24
selftests/bpf: Add variable-length data concat pattern less than test
John Fastabend
2
-4
/
+78
2020-06-24
selftests/bpf: Add variable-length data concatenation pattern test
Andrii Nakryiko
2
-0
/
+152
2020-06-24
bpf: Switch most helper return values from 32-bit int to 64-bit long
Andrii Nakryiko
2
-192
/
+192
2020-06-23
tools/bpftool: Add documentation and sample output for process info
Andrii Nakryiko
4
-2
/
+35
2020-06-23
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
10
-0
/
+378
2020-06-23
libbpf: Wrap source argument of BPF_CORE_READ macro in parentheses
Andrii Nakryiko
1
-4
/
+4
2020-06-23
tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h
Andrii Nakryiko
7
-66
/
+45
2020-06-23
tools/bpftool: Minimize bootstrap bpftool
Andrii Nakryiko
4
-32
/
+38
2020-06-23
tools/bpftool: Move map/prog parsing logic into common
Andrii Nakryiko
4
-308
/
+310
2020-06-23
selftests/bpf: Add __ksym extern selftest
Andrii Nakryiko
2
-0
/
+103
2020-06-23
libbpf: Add support for extracting kernel symbol addresses
Andrii Nakryiko
3
-6
/
+144
2020-06-23
libbpf: Generalize libbpf externs support
Andrii Nakryiko
1
-140
/
+206
2020-06-23
libbpf: Add a bunch of attribute getters/setters for map definitions
Andrii Nakryiko
3
-10
/
+134
2020-06-22
selftests/bpf: Test access to bpf map pointer
Andrey Ignatov
3
-0
/
+780
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
14
-0
/
+72
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
7
-9
/
+131
2020-06-22
bpf: Rename bpf_htab to bpf_shtab in sock_map
Andrey Ignatov
1
-41
/
+41
2020-06-22
bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind
Andrey Ignatov
1
-17
/
+6
2020-06-20
tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD
Andrii Nakryiko
1
-2
/
+2
2020-06-19
tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic
Yonghong Song
1
-0
/
+38
2020-06-19
bpf: Avoid verifier failure for 32bit pointer arithmetic
Yonghong Song
1
-0
/
+5
2020-06-18
bpf: sk_storage: Prefer to get a free cache_idx
Martin KaFai Lau
1
-4
/
+37
2020-06-17
libbpf: Bump version to 0.1.0
Andrii Nakryiko
1
-0
/
+3
2020-06-17
bpf: bpf_probe_read_kernel_str() has to return amount of data read on success
Andrii Nakryiko
1
-1
/
+1
2020-06-17
Documentation: remove SH-5 index entries
Randy Dunlap
1
-12
/
+0
2020-06-17
x86/purgatory: Add -fno-stack-protector
Arvind Sankar
1
-0
/
+1
2020-06-17
e1000e: fix unused-function warning
Arnd Bergmann
1
-11
/
+5
2020-06-17
e1000: use generic power management
Vaibhav Gupta
1
-36
/
+13
2020-06-17
e1000e: Do not wake up the system via WOL if device wakeup is disabled
Chen Yu
1
-4
/
+10
2020-06-16
lan743x: add MODULE_DEVICE_TABLE for module loading alias
Tim Harvey
1
-0
/
+2
2020-06-16
afs: Fix silly rename
David Howells
4
-16
/
+80
2020-06-16
mlxsw: spectrum: Adjust headroom buffers for 8x ports
Ido Schimmel
4
-0
/
+17
2020-06-16
bareudp: Fixed configuration to avoid having garbage values
Martin
1
-0
/
+2
2020-06-16
mvpp2: remove module bugfix
Sven Auhagen
1
-2
/
+5
2020-06-16
tcp: grow window for OOO packets only for SACK flows
Eric Dumazet
1
-2
/
+10
2020-06-16
afs: afs_vnode_commit_status() doesn't need to check the RPC error
David Howells
1
-3
/
+1
2020-06-16
afs: Fix use of afs_check_for_remote_deletion()
David Howells
7
-18
/
+32
2020-06-16
afs: Remove afs_operation::abort_code
David Howells
2
-2
/
+1
2020-06-16
afs: Fix yfs_fs_fetch_status() to honour vnode selector
David Howells
1
-25
/
+26
2020-06-16
afs: Remove yfs_fs_fetch_file_status() as it's not used
David Howells
2
-43
/
+0
2020-06-16
bpf, xdp, samples: Fix null pointer dereference in *_user code
Gaurav Singh
3
-21
/
+7
2020-06-16
mfd: mt6360: Fix register driver NULL pointer by adding driver name
Gene Chen
1
-0
/
+1
2020-06-16
w1: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-2
/
+2
2020-06-16
tracing/probe: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-06-16
soc: ti: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-06-16
tifm: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-06-16
dmaengine: tegra-apb: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
[next]