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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-10-14
85
-1020
/
+1889
|
\
|
*
Merge branch 'selftests-bpf-Makefile-cleanup'
Alexei Starovoitov
2019-10-13
1
-49
/
+8
|
|
\
|
|
*
selftests/bpf: Remove obsolete pahole/BTF support detection
Andrii Nakryiko
2019-10-13
1
-48
/
+6
|
|
*
selftests/bpf: Enforce libbpf build before BPF programs are built
Andrii Nakryiko
2019-10-13
1
-1
/
+2
|
|
/
|
*
Merge branch 'samples-cross-compile'
Alexei Starovoitov
2019-10-13
5
-99
/
+218
|
|
\
|
|
*
samples/bpf: Add preparation steps and sysroot info to readme
Ivan Khoronzhuk
2019-10-13
1
-5
/
+36
|
|
*
samples/bpf: Add sysroot support
Ivan Khoronzhuk
2019-10-13
1
-0
/
+5
|
|
*
samples/bpf: Provide C/LDFLAGS to libbpf
Ivan Khoronzhuk
2019-10-13
1
-1
/
+2
|
|
*
libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets
Ivan Khoronzhuk
2019-10-13
1
-3
/
+4
|
|
*
libbpf: Don't use cxx to test_libpf target
Ivan Khoronzhuk
2019-10-13
2
-19
/
+13
|
|
*
samples/bpf: Use target CC environment for HDR_PROBE
Ivan Khoronzhuk
2019-10-13
1
-3
/
+2
|
|
*
samples/bpf: Use own flags but not HOSTCFLAGS
Ivan Khoronzhuk
2019-10-13
1
-2
/
+4
|
|
*
samples/bpf: Base target programs rules on Makefile.target
Ivan Khoronzhuk
2019-10-13
1
-66
/
+69
|
|
*
samples/bpf: Add makefile.target for separate CC target build
Ivan Khoronzhuk
2019-10-13
1
-0
/
+75
|
|
*
samples/bpf: Drop unnecessarily inclusion for bpf_load
Ivan Khoronzhuk
2019-10-13
1
-1
/
+1
|
|
*
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
Ivan Khoronzhuk
2019-10-13
1
-0
/
+8
|
|
*
samples/bpf: Use own EXTRA_CFLAGS for clang commands
Ivan Khoronzhuk
2019-10-13
1
-4
/
+5
|
|
*
samples/bpf: Use --target from cross-compile
Ivan Khoronzhuk
2019-10-13
1
-1
/
+1
|
|
*
samples/bpf: Fix cookie_uid_helper_example obj build
Ivan Khoronzhuk
2019-10-13
1
-1
/
+0
|
|
*
samples/bpf: Fix HDR_PROBE "echo"
Ivan Khoronzhuk
2019-10-13
1
-1
/
+1
|
|
/
|
*
libbpf: Handle invalid typedef emitted by old GCC
Andrii Nakryiko
2019-10-11
1
-0
/
+11
|
*
libbpf: Generate more efficient BPF_CORE_READ code
Andrii Nakryiko
2019-10-11
1
-2
/
+2
|
*
xdp: Trivial, fix spelling in function description
Anton Ivanov
2019-10-11
1
-1
/
+1
|
*
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
2019-10-11
1
-1
/
+1
|
*
selftests/bpf: Check that flow dissector can be re-attached
Jakub Sitnicki
2019-10-11
1
-0
/
+127
|
*
flow_dissector: Allow updating the flow dissector program atomically
Jakub Sitnicki
2019-10-11
1
-3
/
+7
|
*
bpf: Align struct bpf_prog_stats
Eric Dumazet
2019-10-11
1
-1
/
+1
|
*
Merge branch 'bpf-romap-known-scalars'
Daniel Borkmann
2019-10-11
3
-2
/
+237
|
|
\
|
|
*
selftests/bpf: Add read-only map values propagation tests
Andrii Nakryiko
2019-10-11
2
-0
/
+182
|
|
*
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
2019-10-11
1
-2
/
+55
|
|
/
|
*
scripts/bpf: Fix xdp_md forward declaration typo
Andrii Nakryiko
2019-10-10
1
-1
/
+1
|
*
libbpf: Fix passing uninitialized bytes to setsockopt
Ilya Maximets
2019-10-10
1
-0
/
+1
|
*
Merge branch 'btf2c-padding'
Alexei Starovoitov
2019-10-10
4
-57
/
+46
|
|
\
|
|
*
selftests/bpf: Fix btf_dump padding test case
Andrii Nakryiko
2019-10-10
1
-1
/
+4
|
|
*
selftests/bpf: Convert test_btf_dump into test_progs test
Andrii Nakryiko
2019-10-10
2
-55
/
+35
|
|
*
libbpf: Fix struct end padding in btf_dump
Andrii Nakryiko
2019-10-10
1
-1
/
+7
|
|
/
|
*
Merge branch 'bpf-libbpf-helpers'
Daniel Borkmann
2019-10-08
47
-186
/
+470
|
|
\
|
|
*
selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests
Andrii Nakryiko
2019-10-08
3
-3
/
+68
|
|
*
libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
Andrii Nakryiko
2019-10-08
12
-24
/
+187
|
|
*
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
2019-10-08
8
-13
/
+17
|
|
*
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
Andrii Nakryiko
2019-10-08
18
-190
/
+211
|
|
*
selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macro
Andrii Nakryiko
2019-10-08
10
-40
/
+58
|
|
*
selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h
Andrii Nakryiko
2019-10-08
14
-70
/
+91
|
|
*
selftests/bpf: Undo GCC-specific bpf_helpers.h changes
Andrii Nakryiko
2019-10-08
1
-8
/
+0
|
|
/
|
*
samples: bpf: Add max_pckt_size option at xdp_adjust_tail
Daniel T. Lee
2019-10-08
2
-11
/
+25
|
*
Merge branch 'enforce-global-flow-dissector'
Alexei Starovoitov
2019-10-08
3
-10
/
+79
|
|
\
|
|
*
selftests/bpf: add test for BPF flow dissector in the root namespace
Stanislav Fomichev
2019-10-08
1
-6
/
+42
|
|
*
bpf/flow_dissector: add mode to enforce global BPF flow dissector
Stanislav Fomichev
2019-10-08
2
-4
/
+37
|
|
/
|
*
samples/bpf: Trivial - fix spelling mistake in usage
Anton Ivanov
2019-10-08
1
-1
/
+1
|
*
bpftool: Fix bpftool build by switching to bpf_object__open_file()
Andrii Nakryiko
2019-10-08
3
-13
/
+15
[next]