messages from 2023-08-03 20:05:33 to 2023-08-06 02:56:50 UTC [more...]
[PATCH v3 1/2] bpf, docs: Formalize type notation and function semantics in ISA standard
2023-08-06 2:56 UTC (10+ messages)
` [Bpf] "
` [PATCH v3 2/2] bpf, docs: Fix small typo and define semantics of sign extension
` [Bpf] "
[RFC PATCH 0/5] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-08-06 0:19 UTC (7+ messages)
` [RFC PATCH 1/5] fprobe: Use fprobe_regs in fprobe entry handler
` [RFC PATCH 2/5] fprobe: rethook: Use fprobe_regs in fprobe exit handler and rethook
` [RFC PATCH 3/5] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 4/5] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 5/5] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
[PATCHv6 bpf-next 00/28] bpf: Add multi uprobe link
2023-08-05 21:11 UTC (4+ messages)
` [PATCHv6 bpf-next 03/28] "
[PATCH net-next] Add bnxt_netlink to facilitate representor pair configurations
2023-08-05 20:24 UTC (2+ messages)
[PATCH v4 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
2023-08-05 19:58 UTC (7+ messages)
` [PATCH v4 bpf-next 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH v4 bpf-next 2/2] selftests/bpf: Add selftest for fill_link_info
FAILED: load BTF from vmlinux: Invalid argument
2023-08-05 15:42 UTC (9+ messages)
[PATCH iwl-next v4 0/4] igb: Add support for AF_XDP zero-copy
2023-08-05 14:54 UTC (6+ messages)
` [PATCH iwl-next v4 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH iwl-next v4 2/4] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v4 3/4] igb: add AF_XDP zero-copy Rx support
` [Intel-wired-lan] "
` [PATCH iwl-next v4 4/4] igb: add AF_XDP zero-copy Tx support
[PATCH bpf-next] bpf, sockmap: add BPF_F_PERMANENTLY flag for skmsg redirect
2023-08-05 12:51 UTC (2+ messages)
[PATCH net-next 0/6] team: do some cleanups in team driver
2023-08-05 11:55 UTC (12+ messages)
` [PATCH net-next 1/6] team: add __exit modifier to team_nl_fini()
` [PATCH net-next 2/6] team: remove unreferenced header in activebackup/broadcast/roundrobin files
` [PATCH net-next 3/6] team: change the init function in the team_option structure to void
` [PATCH net-next 4/6] team: change the getter "
` [PATCH net-next 5/6] team: get lb_priv from team directly in lb_htpm_select_tx_port
` [PATCH net-next 6/6] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port
[PATCH bpf] bpf, sockmap: Fix map type error in sock_map_del_link
2023-08-05 11:41 UTC (2+ messages)
[PATCH V6,net-next] net: mana: Add page pool for RX buffers
2023-08-05 10:02 UTC (2+ messages)
[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
2023-08-05 0:40 UTC (9+ messages)
` [PATCH bpf-next v11 1/5] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v11 3/5] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v11 4/5] selftests/bpf: Drop unneeded checks for mptcp
` [PATCH bpf-next v11 5/5] selftests/bpf: Add mptcpify test
[RFC PATCH 0/2] mm: Select victim using bpf_select_task
2023-08-04 23:55 UTC (8+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task
` [RFC PATCH 2/2] bpf: Add OOM policy test
[linux-next:master 4617/7272] kernel/bpf/disasm.c:90:12: sparse: sparse: symbol 'bpf_alu_sign_string' was not declared. Should it be static?
2023-08-04 23:24 UTC (2+ messages)
[PATCH -next] bpf: change bpf_alu_sign_string and bpf_movsx_string to static
2023-08-04 22:40 UTC (2+ messages)
[PATCH bpf-next] bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR
2023-08-04 22:26 UTC (5+ messages)
[PATCH v3 bpf-next] libbpf: Use local includes inside the library
2023-08-04 22:20 UTC (2+ messages)
[PATCH v2] bpf, docs: Formalize type notation and function semantics in ISA standard
2023-08-04 22:04 UTC (2+ messages)
[PATCH bpf-next] bpf: fix inconsistent return types of bpf_xdp_copy_buf()
2023-08-04 21:50 UTC (4+ messages)
[PATCH bpf-next v2] selftests/bpf: fix the incorrect verification of port numbers
2023-08-04 21:37 UTC (3+ messages)
[RFC Optimizing veth xsk performance 00/10]
2023-08-04 21:12 UTC (19+ messages)
` [RFC Optimizing veth xsk performance 01/10] veth: Implement ethtool's get_ringparam() callback
` [RFC Optimizing veth xsk performance 02/10] xsk: add dma_check_skip for skipping dma check
` [RFC Optimizing veth xsk performance 03/10] veth: add support for send queue
` [RFC Optimizing veth xsk performance 04/10] xsk: add xsk_tx_completed_addr function
` [RFC Optimizing veth xsk performance 05/10] veth: use send queue tx napi to xmit xsk tx desc
` [RFC Optimizing veth xsk performance 06/10] veth: add ndo_xsk_wakeup callback for veth
` [RFC Optimizing veth xsk performance 09/10] veth: support zero copy for af xdp
` [RFC Optimizing veth xsk performance 10/10] veth: af_xdp tx batch support for ipv4 udp
` [External] Re: [RFC Optimizing veth xsk performance 00/10]
[PATCH V5,net-next] net: mana: Add page pool for RX buffers
2023-08-04 20:20 UTC (4+ messages)
[bug report] selftests/bpf: Verify that the cgroup_skb filters receive expected packets
2023-08-04 17:32 UTC (5+ messages)
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-04 17:26 UTC (16+ messages)
` [PATCH 01/10] RISC-V: Expand instruction definitions
` [PATCH 02/10] RISC-V: vector: Refactor instructions
` [PATCH 03/10] RISC-V: Refactor jump label instructions
` [PATCH 04/10] RISC-V: KGDB: Refactor instructions
` [PATCH 05/10] RISC-V: module: "
` [PATCH 06/10] RISC-V: Refactor patch instructions
` [PATCH 07/10] RISC-V: nommu: Refactor instructions
` [PATCH 08/10] RISC-V: kvm: "
` [PATCH 09/10] RISC-V: bpf: "
` [PATCH 10/10] RISC-V: Refactor bug and traps instructions
[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
2023-08-04 17:01 UTC (15+ messages)
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
[PATCH bpf-next 1/2] bpf: Fix mprog detachment for empty mprog entry
2023-08-04 16:50 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for detachment on "
[PATCH bpf-next] selftests/bpf: fix the incorrect verification of port numbers
2023-08-04 16:14 UTC (3+ messages)
[PATCH v1 bpf-next 1/2] [RFC] bpf: Introduce BPF_F_VMA_NEXT flag for bpf_find_vma helper
2023-08-04 15:52 UTC (4+ messages)
[PATCH v1 bpf-next 0/7] BPF Refcount followups 3: bpf_mem_free_rcu refcounted nodes
2023-08-04 15:43 UTC (13+ messages)
` [PATCH v1 bpf-next 1/7] bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquire
` [PATCH v1 bpf-next 5/7] bpf: Consider non-owning refs to refcounted nodes RCU protected
[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
2023-08-04 15:11 UTC (8+ messages)
[PATCH net-next,v2 0/5] team: do some cleanups in team driver
2023-08-04 14:28 UTC (6+ messages)
` [PATCH net-next,v2 1/5] team: add __exit modifier to team_nl_fini()
` [PATCH net-next,v2 2/5] team: remove unreferenced header in activebackup/broadcast/roundrobin files
` [PATCH net-next,v2 3/5] team: change the init function in the team_option structure to void
` [PATCH net-next,v2 4/5] team: change the getter "
` [PATCH net-next,v2 5/5] team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_select_tx_port
[PATCH net-next] tcx: Fix splat in ingress_destroy upon tcx_entry_free
2023-08-04 13:31 UTC (5+ messages)
[PATCH net v2] net: handle ARPHRD_PPP in dev_is_mac_header_xmit()
2023-08-04 13:28 UTC (7+ messages)
[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in bpf_mprog_detach
2023-08-04 13:15 UTC (3+ messages)
[PATCH V3 net-next] net: fec: add XDP_TX feature support
2023-08-04 12:36 UTC (11+ messages)
[PATCH net-next 0/2] team: change return value of init and getter in the team_option structure to void
2023-08-04 12:06 UTC (5+ messages)
` [PATCH net-next 1/2] team: change return value of init "
` [PATCH net-next 2/2] team: change return value of getter "
[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
2023-08-04 12:04 UTC (8+ messages)
` [PATCH net-next v2 1/5] platform/x86: intel_pmc_core: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v2 2/5] net: pcs: xpcs: combine C37 SGMII AN and 2500BASEX for Intel mGbE controller
` [PATCH net-next v2 3/5] net: phy: update in-band AN mode when changing interface by PHY driver
` [PATCH net-next v2 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support
` [PATCH net-next v2 5/5] stmmac: intel: Add 1G/2.5G auto-negotiation support for ADL-N
[PATCH v4 0/2] perf/core: Bail out early if the request AUX area is out of bound
2023-08-04 11:47 UTC (7+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] perf record: Update docs regarding the maximum limitation of AUX area
[PATCH bpf v3 0/4] bug fixes for sockmap
2023-08-04 7:37 UTC (5+ messages)
` [PATCH bpf v3 1/4] bpf, sockmap: Fix map type error in sock_map_del_link
` [PATCH bpf v3 2/4] bpf, sockmap: Fix bug that strp_done cannot be called
` [PATCH bpf v3 3/4] selftests/bpf: fix a CI failure caused by vsock sockmap test
` [PATCH bpf v3 4/4] selftests/bpf: Add sockmap test for redirecting partial skb data
[PATCH bpf-next v10 0/5] bpf: Force to MPTCP
2023-08-04 4:43 UTC (9+ messages)
` [PATCH bpf-next v10 1/5] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v10 2/5] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v10 3/5] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v10 4/5] selftests/bpf: Drop unneeded checks for mptcp
` [PATCH bpf-next v10 5/5] selftests/bpf: Add mptcpify test
[PATCH bpf-next v9 0/4] bpf: Force to MPTCP
2023-08-04 4:26 UTC (12+ messages)
` [PATCH bpf-next v9 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v9 2/4] selftests/bpf: Use random netns name for mptcp
` [PATCH bpf-next v9 3/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v9 4/4] selftests/bpf: Add mptcpify test
[PATCH bpf-next v2] bpf: bpf_struct_ops: Remove unnecessary initial values of variables
2023-08-04 17:59 UTC (2+ messages)
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-08-04 0:08 UTC (5+ messages)
pull-request: bpf 2023-08-03
2023-08-03 22:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox