BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines, (continued)
- [PATCH v9 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v9 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v9 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad., Sebastian Andrzej Siewior
- [PATCH v9 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states., Sebastian Andrzej Siewior
- [PATCH v9 net-next 11/15] lwt: Don't disable migration prio invoking BPF., Sebastian Andrzej Siewior
- [PATCH v2 bpf-next 0/6] bpf: resilient split BTF followups,
Alan Maguire
- [PATCH v2 bpf-next 2/6] module, bpf: store BTF base pointer in struct module, Alan Maguire
- [PATCH v2 bpf-next 3/6] libbpf: split field iter code into its own file kernel, Alan Maguire
- [PATCH v2 bpf-next 1/6] libbpf: BTF relocation followup fixing naming, loop logic, Alan Maguire
- [PATCH v2 bpf-next 4/6] libbpf,bpf: share BTF relocate-related code with kernel, Alan Maguire
- [PATCH v2 bpf-next 5/6] kbuild,bpf: add module-specific pahole flags for distilled base BTF, Alan Maguire
- [PATCH v2 bpf-next 6/6] selftests/bpf: add kfunc_call test for simple dtor in bpf_testmod, Alan Maguire
- Re: [PATCH v2 bpf-next 0/6] bpf: resilient split BTF followups, patchwork-bot+netdevbpf
- [PATCH bpf] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT,
Tengda Wu
- Backporting callback handling fixes to stable 6.1,
Shung-Hsi Yu
- [no subject], Unknown
- [PATCH bpf 1/2] bpf: Fix may_goto with negative offset.,
Alexei Starovoitov
- [PATCH v2 0/7] static key support for error injection functions,
Vlastimil Babka
- Re: [PATCH bpf-next 5/5] selftests/bpf: add kfunc_call test for simple dtor in bpf_testmod,
Alan Maguire
- [PATCH bpf-next 0/2] selftests/xsk: Enhance traffic validation and batch size support,
Tushar Vyavahare
- [PATCH] bpf, arm64: inline bpf_get_current_task/_btf() helpers,
Puranjay Mohan
- [PATCH v2] libbpf: checking the btf_type kind when fixing variable offsets,
Donglin Peng
- [PATCH bpf-next v2 0/2] Zero overhead PROBE_MEM,
Kumar Kartikeya Dwivedi
- [PATCH bpf] bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses,
Matt Bobrowski
- [PATCH bpf-next] bpf: Change bpf_session_cookie return value to __u64 *,
Jiri Olsa
- [PATCH v8 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT., Sebastian Andrzej Siewior
- [PATCH v8 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT., Sebastian Andrzej Siewior
- [PATCH v8 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad., Sebastian Andrzej Siewior
- [PATCH v8 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states., Sebastian Andrzej Siewior
- [PATCH v8 net-next 11/15] lwt: Don't disable migration prio invoking BPF., Sebastian Andrzej Siewior
- [PATCH bpf-next v5 0/6] use network helpers, part 7,
Geliang Tang
- [PATCH bpf-next] uprobes: Fix the xol slots reserved for uretprobe trampoline,
Liao Chang
- [PATCH v2 bpf 1/2] bpf: Fix the corner case with may_goto and jump to the 1st insn.,
Alexei Starovoitov
- [PATCH v5 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps,
Andrii Nakryiko
- [PATCHSET v7] sched: Implement BPF extensible scheduler class,
Tejun Heo
- [PATCH 01/30] sched: Restructure sched_class order sanity checks in sched_init(), Tejun Heo
- [PATCH 02/30] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork(), Tejun Heo
- [PATCH 03/30] sched: Add sched_class->reweight_task(), Tejun Heo
- [PATCH 04/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed(), Tejun Heo
- [PATCH 05/30] sched: Factor out cgroup weight conversion functions, Tejun Heo
- [PATCH 06/30] sched: Factor out update_other_load_avgs() from __update_blocked_others(), Tejun Heo
- [PATCH 07/30] sched: Add normal_policy(), Tejun Heo
- [PATCH 08/30] sched_ext: Add boilerplate for extensible scheduler class, Tejun Heo
- [PATCH 10/30] sched_ext: Add scx_simple and scx_example_qmap example schedulers, Tejun Heo
- [PATCH 11/30] sched_ext: Add sysrq-S which disables the BPF scheduler, Tejun Heo
- [PATCH 09/30] sched_ext: Implement BPF extensible scheduler class, Tejun Heo
- [PATCH 12/30] sched_ext: Implement runnable task stall watchdog, Tejun Heo
- [PATCH 13/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT, Tejun Heo
- [PATCH 14/30] sched_ext: Print sched_ext info when dumping stack, Tejun Heo
- [PATCH 15/30] sched_ext: Print debug dump after an error exit, Tejun Heo
- [PATCH 16/30] tools/sched_ext: Add scx_show_state.py, Tejun Heo
- [PATCH 17/30] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support, Tejun Heo
- [PATCH 18/30] sched_ext: Add a central scheduler which makes all scheduling decisions on one CPU, Tejun Heo
- [PATCH 19/30] sched_ext: Make watchdog handle ops.dispatch() looping stall, Tejun Heo
- [PATCH 20/30] sched_ext: Add task state tracking operations, Tejun Heo
- [PATCH 21/30] sched_ext: Implement tickless support, Tejun Heo
- [PATCH 22/30] sched_ext: Track tasks that are subjects of the in-flight SCX operation, Tejun Heo
- [PATCH 23/30] sched_ext: Implement SCX_KICK_WAIT, Tejun Heo
- [PATCH 24/30] sched_ext: Implement sched_ext_ops.cpu_acquire/release(), Tejun Heo
- [PATCH 25/30] sched_ext: Implement sched_ext_ops.cpu_online/offline(), Tejun Heo
- [PATCH 26/30] sched_ext: Bypass BPF scheduler while PM events are in progress, Tejun Heo
- [PATCH 27/30] sched_ext: Implement core-sched support, Tejun Heo
- [PATCH 28/30] sched_ext: Add vtime-ordered priority queue to dispatch_q's, Tejun Heo
- [PATCH 29/30] sched_ext: Documentation: scheduler: Document extensible scheduler class, Tejun Heo
- [PATCH 30/30] sched_ext: Add selftests, Tejun Heo
- [PATCH] uprobe: Do not use UPROBE_SWBP_INSN as static initializer,
Jiri Olsa
- [PATCH] bpf: add security_file_post_open() LSM hook to sleepable_lsm_hooks,
Matt Bobrowski
- [PATCH bpf 1/2] bpf: Fix the corner case where may_goto is a 1st insn.,
Alexei Starovoitov
- [PATCH bpf-next] bpftool: allow compile-time checks of BPF map auto-attach support in skeleton,
Andrii Nakryiko
- kernel: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set, BTD Master
- [PATCH bpf-next 0/5] bpf: resilient split BTF followups,
Alan Maguire
- XDP Performance Regression in recent kernel versions,
Sebastiano Miano
- [PATCH 1/1] core: Initialize cu->node with INIT_LIST_HEAD(), Arnaldo Carvalho de Melo
- [PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy,
Xuan Zhuo
- [PATCH net-next v6 01/10] virtio_net: separate virtnet_rx_resize(), Xuan Zhuo
- [PATCH net-next v6 02/10] virtio_net: separate virtnet_tx_resize(), Xuan Zhuo
- [PATCH net-next v6 03/10] virtio_net: separate receive_buf, Xuan Zhuo
- [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx, Xuan Zhuo
- [PATCH net-next v6 08/10] virtio_net: xsk: rx: support recv small mode, Xuan Zhuo
- [PATCH net-next v6 09/10] virtio_net: xsk: rx: support recv merge mode, Xuan Zhuo
- [PATCH net-next v6 04/10] virtio_net: separate receive_mergeable, Xuan Zhuo
- [PATCH net-next v6 10/10] virtio_net: xsk: rx: free the unused xsk buffer, Xuan Zhuo
- [PATCH net-next v6 06/10] virtio_net: xsk: support wakeup, Xuan Zhuo
- [PATCH net-next v6 07/10] virtio_net: xsk: rx: support fill with xsk buffer, Xuan Zhuo
- [PATCH v7 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v7 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v7 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states., Sebastian Andrzej Siewior
- [PATCH v7 net-next 11/15] lwt: Don't disable migration prio invoking BPF., Sebastian Andrzej Siewior
- [PATCH v7 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad., Sebastian Andrzej Siewior
- [PATCH bpf-next v4 0/6] use network helpers, part 7,
Geliang Tang
- [PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64,
Haiyang Zhang
- [PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95,
Frank Li
- [PATCH v6 01/10] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP, Frank Li
- [PATCH v6 02/10] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI, Frank Li
- [PATCH v6 03/10] PCI: imx6: Rename imx6_* with imx_*, Frank Li
- [PATCH v6 04/10] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK, Frank Li
- [PATCH v6 05/10] PCI: imx6: Simplify switch-case logic by involve core_reset callback, Frank Li
- [PATCH v6 06/10] PCI: imx6: Improve comment for workaround ERR010728, Frank Li
- [PATCH v6 07/10] PCI: imx6: Consolidate redundant if-checks, Frank Li
- [PATCH v6 08/10] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string, Frank Li
- [PATCH v6 09/10] PCI: imx6: Call: Common PHY API to set mode, speed, and submode, Frank Li
- [PATCH v6 10/10] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support, Frank Li
- Re: [PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95, Frank Li
- [PATCH v2 bpf] bpf: Fix remap of arena.,
Alexei Starovoitov
- [PATCH] xdp: remove WARN() from __xdp_reg_mem_model(),
Daniil Dulov
- [PATCH bpf-next v7 0/2] Support kCFI + BPF on arm64,
Maxwell Bland
- [PATCH bpf-next v5 0/2] Regular expression support for test output matching,
Cupertino Miranda
- [PATCH bpf] bpf: update BPF LSM maintainer list,
Matt Bobrowski
- [PATCH 2/2] selftests/bpf: add negative tests for relaxed fixed offset constraint on trusted pointer arguments,
Matt Bobrowski
- [PATCH 1/2] bpf: relax zero fixed offset constraint on trusted pointer arguments,
Matt Bobrowski
- [PATCH net-next v8 00/13] First try to replace page_frag with page_frag_cache,
Yunsheng Lin
- bpf map collision,
Rao Shoaib
- [PATCH mptcp-next v3 0/6] use network helpers, part 7,
Geliang Tang
- [issue]: sockmap restrain send if receiver block,
郑国勇
- [PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v11 01/18] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v11 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v11 03/18] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v11 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v11 05/18] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v11 06/18] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v11 07/18] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v11 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v11 09/18] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v11 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v11 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v11 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v11 13/18] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v11 14/18] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v11 15/18] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v11 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v11 17/18] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v11 18/18] fgraph: Skip recording calltime/rettime if it is not nneeded, Masami Hiramatsu (Google)
- Re: [PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph, Google
- [PATCH] libbpf: fix signed multiplication overflow in hash_combine,
psykose
- Infinite loop with JA + JCOND,
Zac Ecob
- [syzbot] [bpf?] KMSAN: uninit-value in trie_lookup_elem (2), syzbot
- [PATCH] libbpf: checking the btf_type kind when fixing variable offsets,
Donglin Peng
- [PATCH bpf] bpf: Fix remap of arena.,
Alexei Starovoitov
- [PATCH bpf 0/3] bpf: Fix missed var_off related to movsx in verifier,
Yonghong Song
- [PATCH] bpf, devmap: Add .map_alloc_check, Florian Lehner
- [PATCH bpf-next V2 0/3] Fix compiler warnings, looking for suggestions,
Rafael Passos
- [PATCH v1] perf trace: Augment enum syscall arguments with BTF, Howard Chu
- pull-request: bpf 2024-06-14,
Daniel Borkmann
- [PATCH v2, net-next] net: mana: Add support for page sizes other than 4KB on ARM64,
Haiyang Zhang
- [PATCH v5 bpf-next 0/3] netfilter: Add the capability to offload flowtable in XDP layer,
Lorenzo Bianconi
- [PATCH] bpf/selftests: Fix __NR_uretprobe in uprobe_syscall test,
Jiri Olsa
- [syzbot] [bpf?] WARNING: locking bug in __pcpu_freelist_pop, syzbot
- [PATCH net-next v5 00/15] virtio-net: support AF_XDP zero copy,
Xuan Zhuo
- [PATCH net-next v5 01/15] virtio_ring: introduce dma map api for page, Xuan Zhuo
- [PATCH net-next v5 04/15] virtio_net: separate virtnet_rx_resize(), Xuan Zhuo
- [PATCH net-next v5 06/15] virtio_net: separate receive_buf, Xuan Zhuo
- [PATCH net-next v5 08/15] virtio_net: sq support premapped mode, Xuan Zhuo
- [PATCH net-next v5 02/15] virtio_ring: introduce vring_need_unmap_buffer, Xuan Zhuo
- [PATCH net-next v5 09/15] virtio_net: xsk: bind/unbind xsk, Xuan Zhuo
- [PATCH net-next v5 03/15] virtio_ring: virtqueue_set_dma_premapped() support to disable, Xuan Zhuo
- [PATCH net-next v5 10/15] virtio_net: xsk: prevent disable tx napi, Xuan Zhuo
- [PATCH net-next v5 12/15] virtio_net: xsk: tx: support wakeup, Xuan Zhuo
- [PATCH net-next v5 05/15] virtio_net: separate virtnet_tx_resize(), Xuan Zhuo
- [PATCH net-next v5 13/15] virtio_net: xsk: tx: handle the transmitted xsk buffer, Xuan Zhuo
- [PATCH net-next v5 14/15] virtio_net: xsk: rx: support fill with xsk buffer, Xuan Zhuo
- [PATCH net-next v5 07/15] virtio_net: refactor the xmit type, Xuan Zhuo
- [PATCH net-next v5 15/15] virtio_net: xsk: rx: support recv small mode, Xuan Zhuo
- [PATCH net-next v5 11/15] virtio_net: xsk: tx: support xmit xsk buffer, Xuan Zhuo
- rcu_preempt detected stalls related to ebpf,
Zac Ecob
- [Syzkaller & bisect] There is KASAN: slab-use-after-free Read in arena_vm_close in v6.10-rc3 kernel,
Pengfei Xu
- [PATCH v3 0/8] Refactor perf python module build,
Ian Rogers
- [PATCH RESEND bpf-next v3 0/5] bpf: make trusted args nullable,
Vadim Fedorenko
- [PATCH v2 0/8] Refactor perf python module build,
Ian Rogers
- [PATCH bpf v2] bpf: fix UML x86_64 compile failure,
Maciej Żenczykowski
- [PATCH bpf-next 0/2] Fixes for kfunc prototype generation,
Daniel Xu
- [PATCH bpf-next v4 0/2] Regular expression support for test output matching,
Cupertino Miranda
- [PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue,
Zheng Yejian
- [PATCH 5.15 225/402] perf ui: Update use of pthread mutex, Greg Kroah-Hartman
- [PATCH 5.10 178/317] perf ui: Update use of pthread mutex, Greg Kroah-Hartman
- [PATCH 5.4 116/202] perf ui: Update use of pthread mutex, Greg Kroah-Hartman
- [PATCH bpf v2 1/3] bpf: Fix reg_set_min_max corruption of fake_reg,
Daniel Borkmann
- [PATCH bpf] bpf: fix UML x86_64 compile failure,
Maciej Żenczykowski
- [PATCH v6 bpf-next 0/9] bpf: support resilient split BTF,
Alan Maguire
- [PATCH v6 bpf-next 1/9] libbpf: add btf__distill_base() creating split BTF with distilled base BTF, Alan Maguire
- [PATCH v6 bpf-next 3/9] libbpf: split BTF relocation, Alan Maguire
- [PATCH v6 bpf-next 2/9] selftests/bpf: test distilled base, split BTF generation, Alan Maguire
- [PATCH v6 bpf-next 4/9] selftests/bpf: extend distilled BTF tests to cover BTF relocation, Alan Maguire
- [PATCH v6 bpf-next 5/9] libbpf: make btf_parse_elf process .BTF.base transparently, Alan Maguire
- [PATCH v6 bpf-next 6/9] resolve_btfids: handle presence of .BTF.base section, Alan Maguire
- [PATCH v6 bpf-next 8/9] libbpf,bpf: share BTF relocate-related code with kernel, Alan Maguire
- [PATCH v6 bpf-next 7/9] module, bpf: store BTF base pointer in struct module, Alan Maguire
- [PATCH v6 bpf-next 9/9] kbuild,bpf: add module-specific pahole flags for distilled base BTF, Alan Maguire
- Re: [PATCH v6 bpf-next 0/9] bpf: support resilient split BTF, Andrii Nakryiko
- Re: [PATCH v6 bpf-next 0/9] bpf: support resilient split BTF, patchwork-bot+netdevbpf
- linux-next: build warnings after merge of the bpf-next tree,
Stephen Rothwell
- [no subject], Unknown
- [PATCH v4] perf trace: BTF-based enum pretty printing,
Howard Chu
- [PATCH v2 00/10] Improve the copy of task comm,
Yafang Shao
- [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm(), Yafang Shao
- [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 03/10] security: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 04/10] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 07/10] tsacct: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 08/10] tracing: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 09/10] net: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v2 10/10] drm: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v3] perf trace: BTF-based enum pretty printing, Howard Chu
- [PATCH] bpf: increase frame warning limit in verifier when using KASAN or KCSAN,
flyingpenghao
- [PATCH bpf-next 1/3] bpf: remove unused parameter in bpf_jit_binary_pack_finalize,
Rafael Passos
- [PATCH bpf-next 3/3] bpf: remove redeclaration of new_n in bpf_verifier_vlog, Rafael Passos
- [PATCH bpf-next 2/3] bpf: remove unused parameter in __bpf_free_used_btfs, Rafael Passos
- [PATCH bpf-next 0/3] Fix compiler warnings, looking for suggestions, Rafael Passos
- [PATCH v3 bpf-next 0/4] bpf: Track delta between "linked" registers.,
Alexei Starovoitov
- [PATCH net-next v12 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v12 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v12 06/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v12 05/13] page_pool: convert to use netmem, Mina Almasry
- [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v12 08/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v12 10/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v12 12/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [PATCH net-next v12 00/13] Device Memory TCP, Jakub Kicinski
- [PATCH bpf-next] MAINTAINERS: mailmap: Update Stanislav's email address,
Stanislav Fomichev
- [syzbot] Monthly bpf report (Jun 2024), syzbot
- [PATCH bpf 1/2] bpf: Fix reg_set_min_max corruption of fake_reg,
Daniel Borkmann
- [PATCH v1 0/7] Refactor perf python module build,
Ian Rogers
- [PATCH v6 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.,
Sebastian Andrzej Siewior
- [PATCH v6 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.,
Sebastian Andrzej Siewior
[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]