index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
crypto_null.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
3
-13
/
+136
2018-11-20
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
3
-66
/
+72
2018-11-20
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
2
-0
/
+16
2018-11-20
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
4
-15
/
+442
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
1
-3
/
+329
2018-11-20
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2
-0
/
+8
2018-11-20
tools/bpf: sync kernel uapi bpf.h header to tools directory
Yonghong Song
1
-0
/
+13
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
8
-8
/
+209
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2
-2
/
+476
2018-11-20
tools/bpf: Sync kernel btf.h header
Martin KaFai Lau
1
-3
/
+15
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2
-53
/
+354
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
1
-15
/
+22
2018-11-20
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
1
-9
/
+55
2018-11-20
tools: sync linux/bpf.h
Lorenz Bauer
1
-3
/
+10
2018-11-20
bpf: move BPF_F_QUERY_EFFECTIVE after map flags
Lorenz Bauer
1
-3
/
+3
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2
-2
/
+14
2018-11-20
bpf: libbpf: retry map creation without the name
Stanislav Fomichev
1
-1
/
+10
2018-11-17
bpf: fix null pointer dereference on pointer offload
Colin Ian King
1
-2
/
+3
2018-11-17
bpftool: make libbfd optional
Stanislav Fomichev
5
-6
/
+35
2018-11-17
selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addr
Andrey Ignatov
2
-21
/
+78
2018-11-17
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
Andrey Ignatov
1
-0
/
+45
2018-11-17
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
Andrey Ignatov
1
-3
/
+2
2018-11-17
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
1
-1
/
+0
2018-11-17
bpf: libbpf: Fix bpf_program__next() API
Martin KaFai Lau
1
-14
/
+11
2018-11-17
selftests/bpf: Fix uninitialized duration warning
Joe Stringer
1
-1
/
+1
2018-11-11
selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addr
Andrey Ignatov
1
-4
/
+24
2018-11-11
selftests/bpf: Test narrow loads with off > 0 in test_verifier
Andrey Ignatov
1
-10
/
+38
2018-11-11
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
2
-20
/
+17
2018-11-11
bpftool: support loading flow dissector
Stanislav Fomichev
3
-51
/
+74
2018-11-11
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
3
-3
/
+28
2018-11-11
bpftool: add loadall command
Stanislav Fomichev
5
-43
/
+81
2018-11-11
libbpf: add internal pin_name
Stanislav Fomichev
1
-3
/
+26
2018-11-11
libbpf: bpf_program__pin: add special case for instances.nr == 1
Stanislav Fomichev
1
-0
/
+10
2018-11-11
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
2
-23
/
+319
2018-11-11
selftests/bpf: rename flow dissector section to flow_dissector
Stanislav Fomichev
2
-2
/
+2
2018-11-11
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
4
-13
/
+11
2018-11-11
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Quentin Monnet
6
-10
/
+9
2018-11-11
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
5
-36
/
+5
2018-11-11
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
Quentin Monnet
5
-22
/
+21
2018-11-11
bpf: call verifier_prep from its callback in struct bpf_offload_dev
Quentin Monnet
5
-41
/
+32
2018-11-11
bpf: call finalize() from its callback in struct bpf_offload_dev
Quentin Monnet
1
-2
/
+2
2018-11-11
bpf: call verify_insn from its callback in struct bpf_offload_dev
Quentin Monnet
2
-1
/
+4
2018-11-11
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
Quentin Monnet
6
-9
/
+13
2018-11-11
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
Quentin Monnet
3
-8
/
+12
2018-11-09
bpf: Extend the sk_lookup() helper to XDP hookpoint.
Nitin Hande
2
-19
/
+90
2018-11-09
bpftool: Improve handling of ENOENT on map dumps
David Ahern
1
-4
/
+14
2018-11-09
selftests/bpf: add a test case for sock_ops perf-event notification
Sowmini Varadhan
4
-1
/
+303
2018-11-09
bpf: add perf event notificaton support for sock_ops
Sowmini Varadhan
1
-0
/
+22
2018-11-09
nfp: bpf: relax prog rejection through max_pkt_offset
Jiong Wang
1
-4
/
+5
2018-11-09
bpf: let verifier to calculate and record max_pkt_offset
Jiong Wang
2
-0
/
+13
[next]