index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, docs: Remove deprecated xsk libbpf APIs description
Pu Lehui
2022-07-08
1
-11
/
+2
*
selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
Dave Marchevsky
2022-07-07
6
-1
/
+416
*
libbpf, riscv: Use a0 for RC register
Yixun Lan
2022-07-07
1
-1
/
+1
*
libbpf: Remove unnecessary usdt_rel_ip assignments
Andrii Nakryiko
2022-07-06
1
-4
/
+2
*
selftests/bpf: Fix few more compiler warnings
Andrii Nakryiko
2022-07-06
3
-4
/
+4
*
selftests/bpf: Fix bogus uninitialized variable warning
Andrii Nakryiko
2022-07-06
1
-1
/
+1
*
bpftool: Remove zlib feature test from Makefile
Quentin Monnet
2022-07-06
1
-9
/
+2
*
Merge branch 'cleanup the legacy probe_event on failed scenario'
Andrii Nakryiko
2022-07-06
1
-8
/
+27
|
\
|
*
libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()
Chuang Wang
2022-07-06
1
-5
/
+14
|
*
libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()
Chuang Wang
2022-07-06
1
-1
/
+1
|
*
libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
Chuang Wang
2022-07-06
1
-4
/
+14
|
/
*
Merge branch 'Introduce type match support'
Andrii Nakryiko
2022-07-06
13
-18
/
+648
|
\
|
*
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
2022-07-06
3
-0
/
+21
|
*
selftests/bpf: Add nested type to type based tests
Daniel Müller
2022-07-06
3
-20
/
+58
|
*
selftests/bpf: Add test checking more characteristics
Daniel Müller
2022-07-06
3
-0
/
+91
|
*
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
2022-07-06
3
-4
/
+73
|
*
libbpf: add bpf_core_type_matches() helper macro
Andrii Nakryiko
2022-07-06
1
-0
/
+10
|
*
bpf, libbpf: Add type match support
Daniel Müller
2022-07-06
4
-4
/
+294
|
*
bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
Daniel Müller
2022-07-06
1
-0
/
+108
|
*
bpf: Introduce TYPE_MATCH related constants/macros
Daniel Müller
2022-07-06
3
-0
/
+3
|
/
*
bpf, samples: Remove AF_XDP samples
Magnus Karlsson
2022-07-05
7
-3348
/
+0
*
bpftool: Rename "bpftool feature list" into "... feature list_builtins"
Quentin Monnet
2022-07-05
3
-11
/
+11
*
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
2022-07-05
1
-3
/
+2
*
selftests/bpf: Skip lsm_cgroup when we don't have trampolines
Stanislav Fomichev
2022-07-01
1
-0
/
+8
*
bpftool: Show also the name of type BPF_OBJ_LINK
Yafang Shao
2022-06-30
1
-0
/
+1
*
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
2022-06-30
1
-5
/
+4
*
selftests/xsk: Verify correctness of XDP prog attach point
Maciej Fijalkowski
2022-06-30
1
-0
/
+17
*
selftests/xsk: Introduce XDP prog load based on existing AF_XDP socket
Maciej Fijalkowski
2022-06-30
3
-1
/
+7
*
selftests/xsk: Avoid bpf_link probe for existing xsk
Maciej Fijalkowski
2022-06-30
1
-1
/
+1
*
bpftool: Use feature list in bash completion
Quentin Monnet
2022-06-30
2
-34
/
+7
*
bpftool: Add feature list (prog/map/link/attach types, helpers)
Quentin Monnet
2022-06-30
3
-1
/
+73
*
bpftool: Remove attach_type_name forward declaration
Tobias Klauser
2022-06-30
1
-2
/
+0
*
bpftool: Probe for memcg-based accounting before bumping rlimit
Quentin Monnet
2022-06-29
1
-3
/
+68
*
Merge branch 'bpf: cgroup_sock lsm flavor'
Alexei Starovoitov
2022-06-29
26
-166
/
+1432
|
\
|
*
selftests/bpf: lsm_cgroup functional test
Stanislav Fomichev
2022-06-29
3
-0
/
+474
|
*
bpftool: implement cgroup tree for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-29
1
-22
/
+87
|
*
libbpf: implement bpf_prog_query_opts
Stanislav Fomichev
2022-06-29
3
-7
/
+47
|
*
libbpf: add lsm_cgoup_sock type
Stanislav Fomichev
2022-06-29
1
-0
/
+3
|
*
tools/bpf: Sync btf_ids.h to tools
Stanislav Fomichev
2022-06-29
3
-8
/
+32
|
*
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
2022-06-29
3
-7
/
+93
|
*
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-29
3
-32
/
+74
|
*
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
2022-06-29
8
-24
/
+64
|
*
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-29
15
-20
/
+498
|
*
bpf: convert cgroup_bpf.progs to hlist
Stanislav Fomichev
2022-06-29
3
-35
/
+47
|
*
bpf: add bpf_func_t and trampoline helpers
Stanislav Fomichev
2022-06-29
2
-36
/
+38
|
/
*
Merge branch 'libbpf: remove deprecated APIs'
Alexei Starovoitov
2022-06-28
23
-2747
/
+258
|
\
|
*
libbpf: fix up few libbpf.map problems
Andrii Nakryiko
2022-06-28
2
-3
/
+4
|
*
libbpf: enforce strict libbpf 1.0 behaviors
Andrii Nakryiko
2022-06-28
5
-261
/
+37
|
*
selftests/bpf: remove last tests with legacy BPF map definitions
Andrii Nakryiko
2022-06-28
4
-79
/
+0
|
*
libbpf: clean up SEC() handling
Andrii Nakryiko
2022-06-28
1
-72
/
+47
[next]