BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- [PATCH v3 2/4] net/sched: Add module aliases for cls_,sch_,act_ modules, (continued)
- [PATCH v3 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS,
Hao Sun
- [PATCH bpf v2] libbpf: Apply map_set_def_max_entries() for inner_maps on creation,
Andrey Grafin
- [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v6 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default, Masami Hiramatsu (Google)
- [PATCH v6 02/36] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v6 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v6 04/36] x86: tracing: Add ftrace_regs definition in the header, Masami Hiramatsu (Google)
- [PATCH v6 05/36] function_graph: Convert ret_stack to a series of longs, Masami Hiramatsu (Google)
- [PATCH v6 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Masami Hiramatsu (Google)
- [PATCH v6 07/36] function_graph: Add an array structure that will allow multiple callbacks, Masami Hiramatsu (Google)
- [PATCH v6 08/36] function_graph: Allow multiple users to attach to function graph, Masami Hiramatsu (Google)
- [PATCH v6 09/36] function_graph: Remove logic around ftrace_graph_entry and return, Masami Hiramatsu (Google)
- [PATCH v6 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Masami Hiramatsu (Google)
- [PATCH v6 11/36] ftrace: Allow function_graph tracer to be enabled in instances, Masami Hiramatsu (Google)
- [PATCH v6 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace, Masami Hiramatsu (Google)
- [PATCH v6 13/36] function_graph: Have the instances use their own ftrace_ops for filtering, Masami Hiramatsu (Google)
- [PATCH v6 14/36] function_graph: Use a simple LRU for fgraph_array index number, Masami Hiramatsu (Google)
- [PATCH v6 15/36] function_graph: Add "task variables" per task for fgraph_ops, Masami Hiramatsu (Google)
- [PATCH v6 16/36] function_graph: Move set_graph_function tests to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v6 17/36] function_graph: Move graph depth stored data to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v6 18/36] function_graph: Move graph notrace bit to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v6 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Masami Hiramatsu (Google)
- [PATCH v6 20/36] function_graph: Improve push operation for several interrupts, Masami Hiramatsu (Google)
- [PATCH v6 21/36] function_graph: Add selftest for passing local variables, Masami Hiramatsu (Google)
- [PATCH v6 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v6 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v6 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [PATCH v6 25/36] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [PATCH v6 26/36] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v6 27/36] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v6 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v6 29/36] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v6 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v6 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v6 32/36] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v6 33/36] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v6 34/36] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v6 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v6 36/36] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- Re: [PATCH v6 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph, Jiri Olsa
- [PATCH bpf-next] bpf: Fix a 'unused function' compilation error,
Yonghong Song
- [PATCH bpf-next v2] selftests/bpf: Skip callback tests if jit is disabled in test_verifier,
Tiezhu Yang
- RFC: Mark "inlined by some callers" functions in BTF,
Song Liu
- [PATCH bpf-next v2] selftests/bpf: Update LLVM Phabricator links,
Nathan Chancellor
- [ANN] bpf development stats for 6.8,
Stanislav Fomichev
- [PATCH bpf] bpf: apply map_set_def_max_entries() for inner_maps on creation,
Andrey Grafin
- [PATCH bpf-next v1] selftests/bpf: Skip callback tests if jit is disabled in test_verifier, Tiezhu Yang
- [PATCH bpf-next] docs/bpf: Fix an incorrect statement in verifier.rst,
Yonghong Song
- [PATCH dwarves v2] pahole: Inject kfunc decl tags into BTF,
Daniel Xu
- [RFC bpf-next] bpf, selftests/bpf: Support PTR_MAYBE_NULL for struct_ops arguments.,
thinker . li
- [PATCH net 0/2] tls fixes for SPLICE with more hint,
John Fastabend
- [PATCH v2 bpf 0/3] bpf: Fix backward progress bug in bpf_iter_udp,
Martin KaFai Lau
- [PATCH v2 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS,
Hao Sun
- [PATCH v2 bpf-next 0/2] bpf: Add bpf_iter_cpumask,
Yafang Shao
- [PATCH bpf-next v4 1/2] bpf: Track aligned st store as imprecise spilled registers,
Yonghong Song
- [PATCH v3 bpf-next] selftests/bpf: add inline assembly helpers to access array elements,
Barret Rhoden
- [PATCH v2 bpf-next] selftests/bpf: detect testing prog flags support,
Andrii Nakryiko
- [PATCH 0/3] Update LLVM Phabricator and Bugzilla links,
Nathan Chancellor
- [syzbot] Monthly bpf report (Jan 2024),
syzbot
- Re: [PATCH bpf-next] The original document has some inconsistency.,
David Vernet
- [PATCH bpf-next] selftests/bpf: fix potential premature unload in bpf_testmod,
Artem Savkov
- [GIT PULL] Networking for v6.8,
Paolo Abeni
- [PATCH] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS,
Hao Sun
- [RFC PATCH] find_vma BPF test: increase length CPU computation,
Alessandro Carminati (Red Hat)
- [PATCH bpf-next v3 1/2] bpf: Track aligned st store as imprecise spilled registers,
Yonghong Song
- [PATCH bpf-next] Introduce concept of conformance groups,
Dave Thaler
- [PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier,
Maxim Mikityanskiy
- [PATCH bpf-next v2 01/15] selftests/bpf: Fix the u64_offset_to_skb_data test, Maxim Mikityanskiy
- [PATCH bpf-next v2 02/15] bpf: make infinite loop detection in is_state_visited() exact, Maxim Mikityanskiy
- [PATCH bpf-next v2 03/15] selftests/bpf: check if imprecise stack spills confuse infinite loop detection, Maxim Mikityanskiy
- [PATCH bpf-next v2 04/15] bpf: Make bpf_for_each_spilled_reg consider narrow spills, Maxim Mikityanskiy
- [PATCH bpf-next v2 05/15] selftests/bpf: Add a test case for 32-bit spill tracking, Maxim Mikityanskiy
- [PATCH bpf-next v2 06/15] bpf: Add the assign_scalar_id_before_mov function, Maxim Mikityanskiy
- [PATCH bpf-next v2 07/15] bpf: Add the get_reg_width function, Maxim Mikityanskiy
- [PATCH bpf-next v2 08/15] bpf: Assign ID to scalars on spill, Maxim Mikityanskiy
- [PATCH bpf-next v2 09/15] selftests/bpf: Test assigning ID to scalars on spill, Maxim Mikityanskiy
- [PATCH bpf-next v2 10/15] bpf: Track spilled unbounded scalars, Maxim Mikityanskiy
- [PATCH bpf-next v2 11/15] selftests/bpf: Test tracking spilled unbounded scalars, Maxim Mikityanskiy
- [PATCH bpf-next v2 12/15] bpf: Preserve boundaries and track scalars on narrowing fill, Maxim Mikityanskiy
- [PATCH bpf-next v2 13/15] selftests/bpf: Add test cases for narrowing fill, Maxim Mikityanskiy
- [PATCH bpf-next v2 14/15] bpf: Optimize state pruning for spilled scalars, Maxim Mikityanskiy
- [PATCH bpf-next v2 15/15] selftests/bpf: states pruning checks for scalar vs STACK_{MISC,ZERO}, Maxim Mikityanskiy
- Re: [PATCH bpf-next v2 00/15] Improvements for tracking scalars in the BPF verifier, patchwork-bot+netdevbpf
- [PATCH bpf-next 0/3] infer packet range for 'if pkt ==/!= pkt_end' instructions,
Eduard Zingerman
- [PATCH bpf-next v3 0/3] Annotate kfuncs in .BTF_ids section,
Daniel Xu
- [PATCH bpf-next] net: filter: fix spelling mistakes,
Randy Dunlap
- [syzbot] [bpf?] [net?] WARNING in __sk_msg_free,
syzbot
- pull-request: bpf-next 2024-01-05,
Daniel Borkmann
- [PATCH bpf-next v3 0/3] bpf: inline bpf_kptr_xchg(),
Hou Tao
- [PATCH bpf-next v2 0/3] Annotate kfuncs in .BTF_ids section,
Daniel Xu
- [PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs,
Andrii Nakryiko
- [PATCH bpf-next 1/8] selftests/bpf: fix test_loader check message, Andrii Nakryiko
- [PATCH bpf-next 2/8] bpf: make sure scalar args don't accept __arg_nonnull tag, Andrii Nakryiko
- [PATCH bpf-next 3/8] bpf: prepare btf_prepare_func_args() for multiple tags per argument, Andrii Nakryiko
- [PATCH bpf-next 4/8] bpf: support multiple tags per argument, Andrii Nakryiko
- [PATCH bpf-next 5/8] bpf: add __arg_trusted and __arg_untrusted global func tags, Andrii Nakryiko
- [PATCH bpf-next 6/8] libbpf: add __arg_trusted and __arg_untrusted annotation macros, Andrii Nakryiko
- [PATCH bpf-next 7/8] libbpf: add bpf_core_cast() macro, Andrii Nakryiko
- [PATCH bpf-next 8/8] selftests/bpf: add trusted/untrusted global subprog arg tests, Andrii Nakryiko
- Re: [PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs, Eduard Zingerman
- Re: [PATCH bpf-next 0/8] PTR_TO_BTF_ID arguments in global subprogs, patchwork-bot+netdevbpf
- [PATCH bpf-next] selftests/bpf: detect testing prog flags support,
andrii
- [PATCH bpf-next] bpf: Remove unnecessary cpu == 0 check in memalloc,
Yonghong Song
- [PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir,
Joel Granados via B4 Relay
- [PATCH v2 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 04/10] timekeeping: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 05/10] seccomp: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 08/10] kprobes: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 02/10] umh: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 09/10] delayacct: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- [PATCH v2 10/10] bpf: Remove the now superfluous sentinel elements from ctl_table array, Joel Granados via B4 Relay
- Re: [PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir, Matthew Wilcox
- [PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy,
Leon Hwang
- [PATCH bpf-next v2] bpf: Return -ENOTSUPP if calls are not allowed in non-JITed programs,
Tiezhu Yang
- [PATCH] update the consistency issue in documentation,
Aoyang Fang (SSE, 222010547)
- <Possible follow-ups>
- Re: [PATCH] update the consistency issue in documentation, David Vernet
[PATCH] bpftool: Add missing libgen.h for basename(),
Arnaldo Carvalho de Melo
[PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support,
Andrii Nakryiko
- [PATCH v3 bpf-next 1/9] libbpf: make uniform use of btf__fd() accessor inside libbpf, Andrii Nakryiko
- [PATCH v3 bpf-next 3/9] libbpf: don't rely on map->fd as an indicator of map being created, Andrii Nakryiko
- [PATCH v3 bpf-next 2/9] libbpf: use explicit map reuse flag to skip map creation steps, Andrii Nakryiko
- [PATCH v3 bpf-next 4/9] libbpf: use stable map placeholder FDs, Andrii Nakryiko
- [PATCH v3 bpf-next 5/9] libbpf: move exception callbacks assignment logic into relocation step, Andrii Nakryiko
- [PATCH v3 bpf-next 7/9] libbpf: implement __arg_ctx fallback logic, Andrii Nakryiko
- [PATCH v3 bpf-next 9/9] selftests/bpf: add __arg_ctx BTF rewrite test, Andrii Nakryiko
- [PATCH v3 bpf-next 6/9] libbpf: move BTF loading step after relocation step, Andrii Nakryiko
- [PATCH v3 bpf-next 8/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests, Andrii Nakryiko
- Re: [PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support, Eduard Zingerman
- Re: [PATCH v3 bpf-next 0/9] Libbpf-side __arg_ctx fallback support, patchwork-bot+netdevbpf
[PATCH bpf-next 0/2] Annotate kfuncs in .BTF_ids section,
Daniel Xu
[PATCH bpf-next v2 1/2] bpf: Track aligned st store as imprecise spilled registers,
Yonghong Song
[PATCH bpf-next 00/29] BPF token,
Andrii Nakryiko
- [PATCH bpf-next 07/29] bpf: take into account BPF token when fetching helper protos, Andrii Nakryiko
- [PATCH bpf-next 01/29] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach, Andrii Nakryiko
- [PATCH bpf-next 05/29] bpf: add BPF token support to BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH bpf-next 02/29] bpf: add BPF token delegation mount options to BPF FS, Andrii Nakryiko
- [PATCH bpf-next 04/29] bpf: add BPF token support to BPF_MAP_CREATE command, Andrii Nakryiko
- [PATCH bpf-next 10/29] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks, Andrii Nakryiko
- [PATCH bpf-next 03/29] bpf: introduce BPF token object, Andrii Nakryiko
- [PATCH bpf-next 06/29] bpf: add BPF token support to BPF_PROG_LOAD command, Andrii Nakryiko
- [PATCH bpf-next 08/29] bpf: consistently use BPF token throughout BPF verifier logic, Andrii Nakryiko
- [PATCH bpf-next 09/29] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks, Andrii Nakryiko
- [PATCH bpf-next 11/29] bpf,lsm: add BPF token LSM hooks, Andrii Nakryiko
- [PATCH bpf-next 17/29] bpf,selinux: allocate bpf_security_struct per BPF token, Andrii Nakryiko
- [PATCH bpf-next 19/29] bpf: support symbolic BPF FS delegation mount options, Andrii Nakryiko
- [PATCH bpf-next 12/29] libbpf: add bpf_token_create() API, Andrii Nakryiko
- [PATCH bpf-next 23/29] libbpf: move feature detection code into its own file, Andrii Nakryiko
- [PATCH bpf-next 18/29] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS, Andrii Nakryiko
- [PATCH bpf-next 21/29] libbpf: split feature detectors definitions from cached results, Andrii Nakryiko
- [PATCH bpf-next 13/29] libbpf: add BPF token support to bpf_map_create() API, Andrii Nakryiko
- [PATCH bpf-next 14/29] libbpf: add BPF token support to bpf_btf_load() API, Andrii Nakryiko
- [PATCH bpf-next 20/29] selftests/bpf: utilize string values for delegate_xxx mount options, Andrii Nakryiko
- [PATCH bpf-next 22/29] libbpf: further decouple feature checking logic from bpf_object, Andrii Nakryiko
- [PATCH bpf-next 15/29] libbpf: add BPF token support to bpf_prog_load() API, Andrii Nakryiko
- [PATCH bpf-next 16/29] selftests/bpf: add BPF token-enabled tests, Andrii Nakryiko
- [PATCH bpf-next 25/29] libbpf: wire up BPF token support at BPF object level, Andrii Nakryiko
- [PATCH bpf-next 24/29] libbpf: wire up token_fd into feature probing logic, Andrii Nakryiko
- [PATCH bpf-next 26/29] selftests/bpf: add BPF object loading tests with explicit token passing, Andrii Nakryiko
- [PATCH bpf-next 28/29] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar, Andrii Nakryiko
- [PATCH bpf-next 27/29] selftests/bpf: add tests for BPF object load with implicit token, Andrii Nakryiko
- [PATCH bpf-next 29/29] selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvar, Andrii Nakryiko
- Re: [PATCH bpf-next 00/29] BPF token, Jakub Kicinski
[PATCH 1/2] Adding BPF NX, Maxwell Bland
[PATCH 2/2] Adding BPF CFI, Maxwell Bland
[LSF/MM/BPF TOPIC] Polymorphic Kfuncs, David Vernet
[PATCH bpf-next v12 0/4] Relax tracing prog recursive attach rules,
Dmitrii Dolgov
[PATCH v2 bpf-next 0/2] inline asm helpers to access array elements,
Barret Rhoden
FW: BPF-NX+CFI is a good upstreaming candidate,
Maxwell Bland
[PATCH bpf-next 0/2] inline asm helpers to access array elements,
Barret Rhoden
[PATCH stable 5.15 0/1] bpf: Fix map poke update,
Jiri Olsa
proposal to refine capability checks when _rlimit_overlimit() is true,
孟敬姿
capability checks in sk_setsockopt() and __sock_cmsg_send() inconsistent with the documentation, 孟敬姿
[LSF/MM/BPF TOPIC] BPF IETF Standardization, David Vernet
[PATCH bpf 0/3] s390/bpf: Fix gotol with large offsets,
Ilya Leoshkevich
[PATCH bpf-next] bpf: Track aligned st store as imprecise spilled registers,
Yonghong Song
[PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support,
Andrii Nakryiko
- [PATCH v2 bpf-next 2/9] libbpf: make uniform use of btf__fd() accessor inside libbpf, Andrii Nakryiko
- [PATCH v2 bpf-next 3/9] libbpf: use explicit map reuse flag to skip map creation steps, Andrii Nakryiko
- [PATCH v2 bpf-next 1/9] libbpf: name internal functions consistently, Andrii Nakryiko
- [PATCH v2 bpf-next 4/9] libbpf: don't rely on map->fd as an indicator of map being created, Andrii Nakryiko
- [PATCH v2 bpf-next 7/9] libbpf: move BTF loading step after relocation step, Andrii Nakryiko
- [PATCH v2 bpf-next 6/9] libbpf: move exception callbacks assignment logic into relocation step, Andrii Nakryiko
- [PATCH v2 bpf-next 9/9] selftests/bpf: add arg:ctx cases to test_global_funcs tests, Andrii Nakryiko
- [PATCH v2 bpf-next 5/9] libbpf: use stable map placeholder FDs, Andrii Nakryiko
- [PATCH v2 bpf-next 8/9] libbpf: implement __arg_ctx fallback logic, Andrii Nakryiko
- Re: [PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support, Andrii Nakryiko
- Re: [PATCH v2 bpf-next 0/9] Libbpf-side __arg_ctx fallback support, Eduard Zingerman
Re: Unable to trace nf_nat function using kprobe with latest kernel 6.1.66-1,
Steven Rostedt
Need help in tracing nf_nat kprobe,
P K
[RFC nf-next v5 0/2] netfilter: bpf: support prog update,
D. Wythe
[PATCH] bpf: Improve 11 size determinations, Markus Elfring
[PATCH 0/5] bpf: Adjustments for four function implementations,
Markus Elfring
Funky verifier packet range error (> check works, != does not).,
Maciej Żenczykowski
[PATCH] ftrace: Fix modification of direct_function hash while in use,
Steven Rostedt
[PATCH bpf-next 0/2] bpf: add csum/ip_summed fields to __sk_buff,
Menglong Dong
[RFC nf-next v4 0/2] netfilter: bpf: support prog update,
D. Wythe
[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy,
Xuan Zhuo
- [PATCH net-next v3 03/27] virtio_net: independent directory, Xuan Zhuo
- [PATCH net-next v3 07/27] virtio_ring: virtqueue_disable_and_recycle let the callback detach bufs, Xuan Zhuo
- [PATCH net-next v3 05/27] virtio_net: add prefix virtnet to all struct inside virtio_net.h, Xuan Zhuo
- [PATCH net-next v3 01/27] virtio_net: rename free_old_xmit_skbs to free_old_xmit, Xuan Zhuo
- [PATCH net-next v3 06/27] virtio_ring: introduce virtqueue_get_buf_ctx_dma(), Xuan Zhuo
- [PATCH net-next v3 02/27] virtio_net: unify the code for recycling the xmit ptr, Xuan Zhuo
- [PATCH net-next v3 04/27] virtio_net: move core structures to virtio_net.h, Xuan Zhuo
- [PATCH net-next v3 10/27] virtio_net: sq support premapped mode, Xuan Zhuo
- [PATCH net-next v3 08/27] virtio_ring: introduce virtqueue_detach_unused_buf_dma(), Xuan Zhuo
- [PATCH net-next v3 14/27] virtio_net: xsk: prevent disable tx napi, Xuan Zhuo
- [PATCH net-next v3 09/27] virtio_ring: introduce virtqueue_get_dma_premapped(), Xuan Zhuo
- [PATCH net-next v3 15/27] virtio_net: move some api to header, Xuan Zhuo
- [PATCH net-next v3 11/27] virtio_net: separate virtnet_rx_resize(), Xuan Zhuo
- [PATCH net-next v3 12/27] virtio_net: separate virtnet_tx_resize(), Xuan Zhuo
- [PATCH net-next v3 17/27] virtio_net: xsk: tx: support wakeup, Xuan Zhuo
- [PATCH net-next v3 16/27] virtio_net: xsk: tx: support xmit xsk buffer, Xuan Zhuo
- [PATCH net-next v3 13/27] virtio_net: xsk: bind/unbind xsk, Xuan Zhuo
- [PATCH net-next v3 20/27] virtio_net: separate receive_mergeable, Xuan Zhuo
- [PATCH net-next v3 21/27] virtio_net: separate receive_buf, Xuan Zhuo
- [PATCH net-next v3 22/27] virtio_net: xsk: rx: support fill with xsk buffer, Xuan Zhuo
- [PATCH net-next v3 24/27] virtio_net: xsk: rx: support recv small mode, Xuan Zhuo
- [PATCH net-next v3 19/27] virtio_net: xsk: tx: free the unused xsk buffer, Xuan Zhuo
- [PATCH net-next v3 18/27] virtio_net: xsk: tx: handle the transmitted xsk buffer, Xuan Zhuo
- [PATCH net-next v3 25/27] virtio_net: xsk: rx: free the unused xsk buffer, Xuan Zhuo
- [PATCH net-next v3 26/27] virtio_net: update tx timeout record, Xuan Zhuo
- [PATCH net-next v3 27/27] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY, Xuan Zhuo
- [PATCH net-next v3 23/27] virtio_net: xsk: rx: support recv merge mode, Xuan Zhuo
- Re: [PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy, Jason Wang
progs/test_tunnel_kern.c:802:43: error: use of undeclared identifier 'FOU_BPF_ENCAP_FOU',
Vincent Li
[PATCH bpf-next v1 0/3] bpf: introduce BPF_MAP_TYPE_RELAY,
Philo Lu
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]