2020-09-30 |
Andrii Nakryiko | libbpf: Make btf_dump work with modifiable BTF |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Alexei Starovoitov | Merge branch 'Various BPF helper improvements' |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Daniel Borkmann | bpf, selftests: Add redirect_neigh selftest |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Daniel Borkmann | bpf, selftests: Use bpf_tail_call_static where appropriate |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Daniel Borkmann | bpf, libbpf: Add bpf_tail_call_static helper for bpf... |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Daniel Borkmann | bpf: Add redirect_neigh helper as redirect drop-in |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Daniel Borkmann | bpf, net: Rework cookie generator as per-cpu one |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Daniel Borkmann | bpf: Add classid helper only based on skb->sk |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Song Liu | bpf: fix raw_tp test run in preempt kernel |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Andrii Nakryiko | libbpf: Compile in PIC mode only for shared library... |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Andrii Nakryiko | libbpf: Compile libbpf under -O2 level by default and... |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Andrii Nakryiko | libbpf: Fix uninitialized variable in btf_parse_type_sec |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alexei Starovoitov | Merge branch 'bpf, x64: optimize JIT's pro/epilogue' |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Maciej Fijalkowski | bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Maciej Fijalkowski | bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Ilya Leoshkevich | selftests/bpf: Fix endianness issues in sk_lookup/ctx_n... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
John Fastabend | bpf, selftests: Fix warning in snprintf_btf where syste... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alexei Starovoitov | Merge branch 'bpf: Support multi-attach for freplace' |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | selftests: Add selftest for disallowing modify_return... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Jiri Olsa | selftests/bpf: Adding test for arg dereference in exten... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | selftests: Add test for multiple attachments of freplac... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | libbpf: Add support for freplace attachment in bpf_link... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf: Fix context type resolving for extension programs |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf: Support attaching freplace programs to multiple... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf: Move prog->aux->linked_prog and trampoline into... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alexei Starovoitov | Merge branch 'libbpf: support loading/storing any BTF' |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | selftests/bpf: Test BTF's handling of endianness |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Support BTF loading and raw data output in... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | selftests/bpf: Move and extend ASSERT_xxx() testing... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | selftests: Make sure all 'skel' variables are declared... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Ciara Loftus | xsk: Fix a documentation mistake in xsk_queue.h |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | selftests/bpf_iter: Don't fail test due to missing... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf/preload: Make sure Makefile cleans up after itself... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alexei Starovoitov | Merge branch 'selftests/bpf: BTF-based kernel data... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | selftests/bpf: Ensure snprintf_btf/bpf_iter tests compa... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | selftests/bpf: Fix unused-result warning in snprintf_btf.c |
commit | commitdiff | tree | snapshot |
2020-09-29 |
John Fastabend | bpf, selftests: Fix cast to smaller integer type 'int... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alexei Starovoitov | Merge branch 'libbpf: BTF writer APIs' |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | selftests/bpf: Test BTF writing APIs |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Add btf__str_by_offset() as a more generic... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Add BTF writing APIs |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alexei Starovoitov | Merge branch 'bpf: add helpers to support BTF-based... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | selftests/bpf: Add test for bpf_seq_printf_btf helper |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | bpf: Add bpf_seq_printf_btf helper |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | selftests/bpf: Fix overflow tests to reflect iter size... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | bpf: Bump iter seq size to support BTF representation... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | selftests/bpf: Add bpf_snprintf_btf helper tests |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | bpf: Add bpf_snprintf_btf helper |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | bpf: Move to generic BTF show support, apply it to... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Alan Maguire | bpf: Provide function to get vmlinux BTF information |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Add btf__new_empty() to create an empty BTF... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Allow modification of BTF and add btf__add_str API |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Extract generic string hashing function for... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Generalize common logic for managing dynamicall... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Remove assumption of single contiguous memory... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Andrii Nakryiko | libbpf: Refactor internals of BTF type index |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | selftests: Remove fmod_ret from test_overhead |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf: verifier: refactor check_attach_btf_id() |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf: change logging calls from verbose() to bpf_log... |
commit | commitdiff | tree | snapshot |
2020-09-29 |
Toke Høiland... | bpf: disallow attaching modify_return tracing functions... |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Alexei Starovoitov | Merge branch 'Sockmap copying' |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Lorenz Bauer | selftest: bpf: Test copying a sockmap and sockhash |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Lorenz Bauer | selftests: bpf: Remove shared header from sockmap iter... |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Lorenz Bauer | selftests: bpf: Add helper to compare socket cookies |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Lorenz Bauer | bpf: sockmap: Enable map_update_elem from bpf_iter |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Lorenzo Bianconi | bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb... |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Song Liu | selftests/bpf: Add raw_tp_test_run |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Song Liu | libbpf: Support test run of raw tracepoint programs |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Song Liu | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Magnus Karlsson | xsk: Fix possible crash in socket_release when out... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
John Fastabend | bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL |
commit | commitdiff | tree | snapshot |
2020-09-25 |
John Fastabend | bpf: Add AND verifier test case where 32bit and 64bit... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
John Fastabend | bpf, verifier: Remove redundant var_off.value ops in... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Alexei Starovoitov | Merge branch 'enable-bpf_skc-cast-for-networking-progs' |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Add test_btf_skc_cls_ingress |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_he... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fi... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Use network_helpers in the sock_fields... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Adapt sock_fields test to use skel and... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Move sock_fields test into test_progs |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: selftest: Add ref_tracking verifier test for bpf_s... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_S... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BT... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: Enable bpf_skc_to_* sock casting helper to network... |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Martin KaFai Lau | bpf: Move the PTR_TO_BTF_ID check to check_reg_type() |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Alexei Starovoitov | Merge branch 'rtt-speedup.2020.09.16a' of git://git... |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Alexei Starovoitov | Revert "bpf: Fix potential call bpf_link_free() in... |
commit | commitdiff | tree | snapshot |
2020-09-24 |
David S. Miller | Merge branch 'net-dsa-bcm_sf2-Additional-DT-changes' |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Florian Fainelli | net: dsa: bcm_sf2: Include address 0 for MDIO diversion |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Florian Fainelli | net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU... |
commit | commitdiff | tree | snapshot |
2020-09-24 |
David S. Miller | Merge branch 'octeontx2-Add-support-for-VLAN-based... |
commit | commitdiff | tree | snapshot |
2020-09-24 |
George Cherian | octeontx2-pf: Support to change VLAN based RSS hash... |
commit | commitdiff | tree | snapshot |
2020-09-24 |
George Cherian | octeontx2-af: Add support for VLAN based RSS hashing |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Mauro Carvalho... | net: fix a new kernel-doc warning at dev.c |
commit | commitdiff | tree | snapshot |
2020-09-24 |
David S. Miller | Merge branch 'net-mdio-ipq4019-add-Clause-45-support' |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Robert Marko | net: mdio-ipq4019: add Clause 45 support |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Robert Marko | net: mdio-ipq4019: change defines to upper case |
commit | commitdiff | tree | snapshot |
2020-09-24 |
David S. Miller | Merge branch 'Introduce-mbox-tracepoints-for-Octeontx2' |
commit | commitdiff | tree | snapshot |
next |