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
2020-07-05
103
-1259
/
+5225
|
\
|
*
selftests/bpf: Fix compilation error of bpf_iter_task_stack.c
Song Liu
2020-07-03
1
-1
/
+1
|
*
bpf: Fix bpftool without skeleton code enabled
John Fastabend
2020-07-03
1
-0
/
+1
|
*
bpf: Fix build without CONFIG_STACKTRACE
Song Liu
2020-07-03
1
-0
/
+4
|
*
bpf: selftests: Restore netns after each test
Martin KaFai Lau
2020-07-02
2
-2
/
+23
|
*
bpf: selftests: A few improvements to network_helpers.c
Martin KaFai Lau
2020-07-02
6
-86
/
+110
|
*
Merge branch 'test_progs-improvements'
Alexei Starovoitov
2020-07-02
2
-0
/
+38
|
|
\
|
|
*
selftests/bpf: Test_progs option for listing test names
Jesper Dangaard Brouer
2020-07-02
2
-0
/
+16
|
|
*
selftests/bpf: Test_progs option for getting number of tests
Jesper Dangaard Brouer
2020-07-02
2
-0
/
+19
|
|
*
selftests/bpf: Test_progs indicate to shell on non-actions
Jesper Dangaard Brouer
2020-07-02
1
-0
/
+3
|
|
/
|
*
tools/bpftool: Turn off -Wnested-externs warning
Andrii Nakryiko
2020-07-02
1
-1
/
+1
|
*
selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.
Hao Luo
2020-07-02
1
-8
/
+8
|
*
bpf: Fix net/core/filter build errors when INET is not enabled
Randy Dunlap
2020-07-01
1
-0
/
+4
|
*
Merge branch 'bpf_get_task_stack'
Alexei Starovoitov
2020-07-01
11
-16
/
+223
|
|
\
|
|
*
selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
Song Liu
2020-07-01
2
-0
/
+54
|
|
*
bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()
Song Liu
2020-07-01
1
-2
/
+8
|
|
*
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-07-01
7
-7
/
+153
|
|
*
perf: Expose get/put_callchain_entry()
Song Liu
2020-07-01
2
-7
/
+8
|
|
/
|
*
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
2020-07-01
7
-38
/
+3
|
*
selftests/bpf: Add byte swapping selftest
Andrii Nakryiko
2020-07-01
2
-0
/
+90
|
*
libbpf: Make bpf_endian co-exist with vmlinux.h
Andrii Nakryiko
2020-07-01
1
-8
/
+35
|
*
selftests/bpf: Allow substituting custom vmlinux.h for selftests build
Andrii Nakryiko
2020-07-01
1
-2
/
+7
|
*
tools/bpftool: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2020-07-01
1
-3
/
+7
|
*
Merge branch 'libbpf_autoload_knob'
Alexei Starovoitov
2020-06-28
5
-8
/
+125
|
|
\
|
|
*
selftests/bpf: Test auto-load disabling logic for BPF programs
Andrii Nakryiko
2020-06-28
2
-0
/
+81
|
|
*
libbpf: Support disabling auto-loading BPF programs
Andrii Nakryiko
2020-06-28
3
-8
/
+44
|
|
/
|
*
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2020-06-25
2
-35
/
+37
|
*
tools, bpftool: Define prog_type_name array only once
Tobias Klauser
2020-06-25
5
-37
/
+42
|
*
Merge branch 'bpf_iter_tcp_udp'
Alexei Starovoitov
2020-06-25
27
-169
/
+1443
|
|
\
|
|
*
selftests/bpf: Add tcp/udp iterator programs to selftests
Yonghong Song
2020-06-25
1
-0
/
+68
|
|
*
selftests/bpf: Implement sample udp/udp6 bpf_iter programs
Yonghong Song
2020-06-25
3
-0
/
+166
|
|
*
selftests/bpf: Implement sample tcp/tcp6 bpf_iter programs
Yonghong Song
2020-06-25
3
-0
/
+499
|
|
*
selftests/bpf: Add more common macros to bpf_tracing_net.h
Yonghong Song
2020-06-25
1
-0
/
+35
|
|
*
selftests/bpf: Refactor some net macros to bpf_tracing_net.h
Yonghong Song
2020-06-25
3
-9
/
+18
|
|
*
selftests/bpf: Move newer bpf_iter_* type redefining to a new header file
Yonghong Song
2020-06-25
9
-136
/
+57
|
|
*
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
2020-06-25
6
-2
/
+43
|
|
*
net: bpf: Implement bpf iterator for udp
Yonghong Song
2020-06-25
1
-0
/
+116
|
|
*
net: bpf: Add bpf_seq_afinfo in udp_iter_state
Yonghong Song
2020-06-25
2
-5
/
+24
|
|
*
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
2020-06-25
6
-2
/
+121
|
|
*
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-25
8
-12
/
+148
|
|
*
bpf: Allow tracing programs to use bpf_jiffies64() helper
Yonghong Song
2020-06-25
1
-0
/
+2
|
|
*
bpf: Support 'X' in bpf_seq_printf() helper
Yonghong Song
2020-06-25
1
-1
/
+2
|
|
*
net: bpf: Implement bpf iterator for tcp
Yonghong Song
2020-06-25
1
-0
/
+123
|
|
*
net: bpf: Add bpf_seq_afinfo in tcp_iter_state
Yonghong Song
2020-06-25
2
-6
/
+25
|
|
/
|
*
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
2020-06-24
4
-5
/
+72
|
*
tcp: Expose tcp_sock_set_keepidle_locked
Dmitry Yakunin
2020-06-24
2
-3
/
+4
|
*
sock: Move sock_valbool_flag to header
Dmitry Yakunin
2020-06-24
2
-9
/
+9
|
*
selftests/bpf: Workaround for get_stack_rawtp test.
Alexei Starovoitov
2020-06-24
1
-1
/
+2
|
*
libbpf: Prevent loading vmlinux BTF twice
Andrii Nakryiko
2020-06-24
1
-11
/
+22
|
*
libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
Colin Ian King
2020-06-24
1
-1
/
+1
[next]