summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-05103-1259/+5225
|\
| * selftests/bpf: Fix compilation error of bpf_iter_task_stack.cSong Liu2020-07-031-1/+1
| * bpf: Fix bpftool without skeleton code enabledJohn Fastabend2020-07-031-0/+1
| * bpf: Fix build without CONFIG_STACKTRACESong Liu2020-07-031-0/+4
| * bpf: selftests: Restore netns after each testMartin KaFai Lau2020-07-022-2/+23
| * bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau2020-07-026-86/+110
| * Merge branch 'test_progs-improvements'Alexei Starovoitov2020-07-022-0/+38
| |\
| | * selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer2020-07-022-0/+16
| | * selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer2020-07-022-0/+19
| | * selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer2020-07-021-0/+3
| |/
| * tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko2020-07-021-1/+1
| * selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.Hao Luo2020-07-021-8/+8
| * bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap2020-07-011-0/+4
| * Merge branch 'bpf_get_task_stack'Alexei Starovoitov2020-07-0111-16/+223
| |\
| | * selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu2020-07-012-0/+54
| | * bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()Song Liu2020-07-011-2/+8
| | * bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-017-7/+153
| | * perf: Expose get/put_callchain_entry()Song Liu2020-07-012-7/+8
| |/
| * bpf: Remove redundant synchronize_rcu.Alexei Starovoitov2020-07-017-38/+3
| * selftests/bpf: Add byte swapping selftestAndrii Nakryiko2020-07-012-0/+90
| * libbpf: Make bpf_endian co-exist with vmlinux.hAndrii Nakryiko2020-07-011-8/+35
| * selftests/bpf: Allow substituting custom vmlinux.h for selftests buildAndrii Nakryiko2020-07-011-2/+7
| * tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2020-07-011-3/+7
| * Merge branch 'libbpf_autoload_knob'Alexei Starovoitov2020-06-285-8/+125
| |\
| | * selftests/bpf: Test auto-load disabling logic for BPF programsAndrii Nakryiko2020-06-282-0/+81
| | * libbpf: Support disabling auto-loading BPF programsAndrii Nakryiko2020-06-283-8/+44
| |/
| * tools, bpftool: Define attach_type_name array only onceTobias Klauser2020-06-252-35/+37
| * tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-255-37/+42
| * Merge branch 'bpf_iter_tcp_udp'Alexei Starovoitov2020-06-2527-169/+1443
| |\
| | * selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song2020-06-251-0/+68
| | * selftests/bpf: Implement sample udp/udp6 bpf_iter programsYonghong Song2020-06-253-0/+166
| | * selftests/bpf: Implement sample tcp/tcp6 bpf_iter programsYonghong Song2020-06-253-0/+499
| | * selftests/bpf: Add more common macros to bpf_tracing_net.hYonghong Song2020-06-251-0/+35
| | * selftests/bpf: Refactor some net macros to bpf_tracing_net.hYonghong Song2020-06-253-9/+18
| | * selftests/bpf: Move newer bpf_iter_* type redefining to a new header fileYonghong Song2020-06-259-136/+57
| | * bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-256-2/+43
| | * net: bpf: Implement bpf iterator for udpYonghong Song2020-06-251-0/+116
| | * net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song2020-06-252-5/+24
| | * bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-256-2/+121
| | * bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-258-12/+148
| | * bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song2020-06-251-0/+2
| | * bpf: Support 'X' in bpf_seq_printf() helperYonghong Song2020-06-251-1/+2
| | * net: bpf: Implement bpf iterator for tcpYonghong Song2020-06-251-0/+123
| | * net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-252-6/+25
| |/
| * bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-244-5/+72
| * tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-242-3/+4
| * sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-242-9/+9
| * selftests/bpf: Workaround for get_stack_rawtp test.Alexei Starovoitov2020-06-241-1/+2
| * libbpf: Prevent loading vmlinux BTF twiceAndrii Nakryiko2020-06-241-11/+22
| * libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"Colin Ian King2020-06-241-1/+1