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
*
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
2018-11-20
2
-0
/
+16
*
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
2018-11-20
4
-15
/
+442
*
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
2018-11-20
1
-3
/
+329
*
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2018-11-20
2
-0
/
+8
*
tools/bpf: sync kernel uapi bpf.h header to tools directory
Yonghong Song
2018-11-20
1
-0
/
+13
*
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
8
-8
/
+209
*
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2018-11-20
2
-2
/
+476
*
tools/bpf: Sync kernel btf.h header
Martin KaFai Lau
2018-11-20
1
-3
/
+15
*
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-11-20
2
-53
/
+354
*
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
2018-11-20
1
-15
/
+22
*
Merge branch 'bpf-zero-hash-seed'
Daniel Borkmann
2018-11-20
4
-17
/
+82
|
\
|
*
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
2018-11-20
1
-9
/
+55
|
*
tools: sync linux/bpf.h
Lorenz Bauer
2018-11-20
1
-3
/
+10
|
*
bpf: move BPF_F_QUERY_EFFECTIVE after map flags
Lorenz Bauer
2018-11-20
1
-3
/
+3
|
*
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2018-11-20
2
-2
/
+14
|
/
*
bpf: libbpf: retry map creation without the name
Stanislav Fomichev
2018-11-20
1
-1
/
+10
*
bpf: fix null pointer dereference on pointer offload
Colin Ian King
2018-11-17
1
-2
/
+3
*
bpftool: make libbfd optional
Stanislav Fomichev
2018-11-17
5
-6
/
+35
*
Merge branch 'socket-lookup-cg_sock'
Alexei Starovoitov
2018-11-17
3
-24
/
+125
|
\
|
*
selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addr
Andrey Ignatov
2018-11-17
2
-21
/
+78
|
*
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
Andrey Ignatov
2018-11-17
1
-0
/
+45
|
*
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
Andrey Ignatov
2018-11-17
1
-3
/
+2
|
/
*
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
2018-11-17
1
-1
/
+0
*
bpf: libbpf: Fix bpf_program__next() API
Martin KaFai Lau
2018-11-17
1
-14
/
+11
*
selftests/bpf: Fix uninitialized duration warning
Joe Stringer
2018-11-17
1
-1
/
+1
*
Merge branch 'narrow-loads'
Alexei Starovoitov
2018-11-11
4
-34
/
+79
|
\
|
*
selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addr
Andrey Ignatov
2018-11-11
1
-4
/
+24
|
*
selftests/bpf: Test narrow loads with off > 0 in test_verifier
Andrey Ignatov
2018-11-11
1
-10
/
+38
|
*
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
2018-11-11
2
-20
/
+17
|
/
*
Merge branch 'bpftool-flow-dissector'
Alexei Starovoitov
2018-11-11
9
-122
/
+537
|
\
|
*
bpftool: support loading flow dissector
Stanislav Fomichev
2018-11-11
3
-51
/
+74
|
*
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
2018-11-11
3
-3
/
+28
|
*
bpftool: add loadall command
Stanislav Fomichev
2018-11-11
5
-43
/
+81
|
*
libbpf: add internal pin_name
Stanislav Fomichev
2018-11-11
1
-3
/
+26
|
*
libbpf: bpf_program__pin: add special case for instances.nr == 1
Stanislav Fomichev
2018-11-11
1
-0
/
+10
|
*
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
2018-11-11
2
-23
/
+319
|
*
selftests/bpf: rename flow dissector section to flow_dissector
Stanislav Fomichev
2018-11-11
2
-2
/
+2
|
/
*
Merge branch 'device-ops-as-cb'
Alexei Starovoitov
2018-11-11
10
-118
/
+85
|
\
|
*
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
2018-11-11
4
-13
/
+11
|
*
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
2018-11-11
6
-10
/
+9
|
*
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-11
5
-36
/
+5
|
*
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
2018-11-11
5
-22
/
+21
|
*
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-11
5
-41
/
+32
|
*
bpf: call finalize() from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-11
1
-2
/
+2
|
*
bpf: call verify_insn from its callback in struct bpf_offload_dev
Quentin Monnet
2018-11-11
2
-1
/
+4
|
*
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
2018-11-11
6
-9
/
+13
|
*
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
2018-11-11
3
-8
/
+12
|
/
*
bpf: Extend the sk_lookup() helper to XDP hookpoint.
Nitin Hande
2018-11-09
2
-19
/
+90
*
bpftool: Improve handling of ENOENT on map dumps
David Ahern
2018-11-09
1
-4
/
+14
*
selftests/bpf: add a test case for sock_ops perf-event notification
Sowmini Varadhan
2018-11-09
4
-1
/
+303
[next]