2020-06-12 |
Andrii Nakryiko | tools/bpftool: Fix skeleton codegen Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-12 |
Andrey Ignatov | bpf: Fix memlock accounting for sock_hash Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-12 |
Lorenz Bauer | bpf: sockmap: Don't attach programs to UDP sockets Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-12 |
Sabrina Dubroca | bpf: tcp: Recv() should return 0 when the peer socket... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Jesper Dangaard... | bpf: Selftests and tools use struct bpf_devmap_val... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Jesper Dangaard... | bpf: Devmap adjust uapi for attach bpf program Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Lorenz Bauer | bpf: cgroup: Allow multi-attach program to replace... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
David Ahern | bpf: Reset data_meta before running programs attached... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Jean-Philippe Brucker | tracing/probe: Fix bpf_task_fd_query() for kprobes... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Lorenz Bauer | scripts: Require pahole v1.16 when generating BTF Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Jakub Sitnicki | bpf, sockhash: Synchronize delete from bucket list... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
Jakub Sitnicki | bpf, sockhash: Fix memory leak when unlinking sockets... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-09 |
dihu | bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-02 |
Alexei Starovoitov | selftests/bpf: Fix verifier test Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-02 |
Andrii Nakryiko | selftests/bpf: Fix sample_cnt shared between two threads Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-02 |
Alexei Starovoitov | Merge branch 'csum-fixes' Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-02 |
Daniel Borkmann | bpf, selftests: Adapt cls_redirect to call csum_level... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-02 |
Daniel Borkmann | bpf: Add csum_level helper for fixing up csum levels Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-02 |
Daniel Borkmann | bpf: Fix up bpf_skb_adjust_room helper's skb csum setting Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Alexei Starovoitov | Merge branch 'Link-based-attach-to-netns' Cc: Alexei Starovoitov <alexei.starovoitov@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | selftests/bpf: Extend test_flow_dissector to cover... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | selftests/bpf: Convert test_flow_dissector to use BPF... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | selftests/bpf, flow_dissector: Close TAP device FD... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | selftests/bpf: Add tests for attaching bpf_link to... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | bpftool: Support link show for netns-attached links Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | bpftool: Extract helpers for showing link attach type Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | libbpf: Add support for bpf_link-based netns attachment Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | bpf, cgroup: Return ENOLINK for auto-detached links... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | bpf: Add link-based BPF program attachment to network... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | flow_dissector: Move out netns_bpf prog callbacks Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | net: Introduce netns_bpf for BPF programs attached... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | flow_dissector: Pull locking up from prog attach callback Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Andrii Nakryiko | libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jiri Olsa | bpf: Use tracing helpers for lsm programs Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Lorenzo Bianconi | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Lorenzo Bianconi | xdp: Introduce xdp_convert_frame_to_buff utility routine Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Alexei Starovoitov | Merge branch 'bpf_setsockopt-SO_BINDTODEVICE' Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Ferenc Fejes | selftests/bpf: Add test for SO_BINDTODEVICE opt of... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Ferenc Fejes | bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Ferenc Fejes | net: Make locking in sock_bindtoindex optional Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Denis Efremov | bpf: Change kvfree to kfree in generic_map_lookup_batch() Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Alexei Starovoitov | Merge branch 'fix-ktls-with-sk_skb_verdict' Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Alexei Starovoitov | tools/bpf: sync bpf.h Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf, selftests: Add test for ktls with skb bpf ingress... Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Alexei Starovoitov | Merge branch 'xdp_devmap' Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf: Fix running sk_skb program types with ktls Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
David Ahern | selftest: Add tests for XDP programs in devmap entries Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf: Refactor sockmap redirect code so its easy to... Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
David Ahern | libbpf: Add SEC name for xdp programs attached to device map Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
David Ahern | xdp: Add xdp_txq_info to xdp_buff Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
David Ahern | bpf: Add support to attach bpf program to a devmap... Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Yonghong Song | bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf... Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
David Ahern | devmap: Formalize map value as a named struct Signed-off-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Amritha Nambiar | bpf: Add rx_queue_mapping to bpf_sock Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Daniel Borkmann | Merge branch 'bpf-ring-buffer'
|
commit | commitdiff | tree |
2020-06-01 |
Anton Protopopov | selftests/bpf: Add tests for write-only stacks/queues Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Andrii Nakryiko | docs/bpf: Add BPF ring buffer design notes Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Andrii Nakryiko | bpf: Add BPF ringbuf and perf buffer benchmarks Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Andrii Nakryiko | selftests/bpf: Add BPF ringbuf selftests Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Andrii Nakryiko | libbpf: Add BPF ring buffer support Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Andrii Nakryiko | bpf: Implement BPF ring buffer and verifier support... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Anton Protopopov | bpf: Fix map permissions check Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Anton Protopopov | selftests/bpf: Cleanup comments in test_maps Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Anton Protopopov | selftests/bpf: Cleanup some file descriptors in test_maps Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Anton Protopopov | selftests/bpf: Fix a typo in test_maps Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Eelco Chaudron | libbpf: Fix perf_buffer__free() API for sparse allocs Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf, selftests: Test probe_* helpers from SCHED_CLS Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf, selftests: Add sk_msg helpers load and attach... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf, sk_msg: Add get socket storage helpers Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf: Extend bpf_base_func_proto helpers with probe_... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
John Fastabend | bpf, sk_msg: Add some generic helpers that may be useful... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Yauheni Kaliuta | libbpf: Use .so dynamic symbols for abi check Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Chris Packham | bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Nikolay Borisov | libbpf: Install headers as part of make install Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Eelco Chaudron | libbpf: Add API to consume the perf ring buffer content Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Lukas Bulwahn | MAINTAINERS: Adjust entry in XDP SOCKETS to actual... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Jakub Sitnicki | bpf: Fix returned error sign when link doesn't support... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Tobias Klauser | tools, bpftool: Print correct error message when failing... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Quentin Monnet | tools, bpftool: Make capability check account for new... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-06-01 |
Quentin Monnet | tools, bpftool: Clean subcommand help messages Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-29 |
John Fastabend | bpf, selftests: Add a verifier test for assigning 32bit... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-29 |
John Fastabend | bpf, selftests: Verifier bounds tests need to be updated Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-29 |
John Fastabend | bpf: Fix a verifier issue when assigning 32bit reg... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Jakub Sitnicki | flow_dissector: Drop BPF flow dissector prog ref on... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Alexei Starovoitov | Merge branch 'improve-branch_taken' Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
John Fastabend | bpf: Selftests, add printk to test_sk_lookup_kern to... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
John Fastabend | bpf: Selftests, verifier case for non null pointer... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
John Fastabend | bpf: Selftests, verifier case for non null pointer... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
John Fastabend | bpf: Verifier track null pointer branch_taken with... Suggested-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Alexei Starovoitov | Merge branch 'af_xdp-common-alloc' Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | MAINTAINERS, xsk: Update AF_XDP section after moves... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | xsk: Explicitly inline functions and move definitions Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | xdp: Simplify xdp_return_{frame, frame_rx_napi, buff} Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | xsk: Remove MEM_TYPE_ZERO_COPY and corresponding code Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | i40e: Separate kernel allocated rx_bi rings from AF_XDP... Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
2020-05-22 |
Björn Töpel | i40e: Refactor rx_bi accesses Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
commit | commitdiff | tree |
next |