BPF List
 help / color / mirror / Atom feed
 messages from 2023-07-06 04:50:46 to 2023-07-07 01:20:07 UTC [more...]

[Bpf] Instruction set extension policy
 2023-07-07  1:19 UTC  (2+ messages)

[PATCH v1] samples/bpf: Fix build out of source tree
 2023-07-07  1:10 UTC  (3+ messages)

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-07  1:04 UTC  (7+ messages)

[PATCH 0/1] Describe stack contents for function calls
 2023-07-07  0:51 UTC  (12+ messages)
` [Bpf] "
` [PATCH 1/1] bpf, docs: Describe stack contents of "
  ` [Bpf] "

[PATCH bpf-next v2 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-07  0:31 UTC  (8+ messages)
` [PATCH bpf-next v2 1/6] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v2 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v2 3/6] netfilter: bpf: Prevent defrag module unload while link active
` [PATCH bpf-next v2 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v2 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v2 6/6] bpf: selftests: Add defrag selftests

[PATCH] fprobe: Release rethook after the ftrace_ops is unregistered
 2023-07-07  0:17 UTC  (6+ messages)
` [PATCH] fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()

[RFC][PATCH 00/10] KEYS: Introduce user asymmetric keys and signatures
 2023-07-06 23:27 UTC  (14+ messages)
` [RFC][PATCH 01/10] crypto: Export public key algorithm information
` [RFC][PATCH 02/10] crypto: Export signature encoding information
` [RFC][PATCH 03/10] KEYS: asymmetric: Introduce a parser for user asymmetric keys and sigs
` [RFC][PATCH 04/10] KEYS: asymmetric: Introduce the user asymmetric key parser
` [RFC][PATCH 05/10] KEYS: asymmetric: Introduce the user asymmetric key signature parser
` [RFC][PATCH 06/10] verification: Add verify_uasym_signature() and verify_uasym_sig_message()
` [RFC][PATCH 07/10] KEYS: asymmetric: Preload user asymmetric keys from a keyring blob
` [RFC][PATCH 08/10] KEYS: Introduce load_uasym_keyring()
` [RFC][PATCH 09/10] bpf: Introduce bpf_verify_uasym_signature() kfunc
` [RFC][PATCH 10/10] selftests/bpf: Prepare a test for user asymmetric key signatures
` [RFC][GNUPG][PATCH 1/2] Convert PGP keys to the user asymmetric keys format
` [RFC][GNUPG][PATCH 2/2] Convert PGP signatures to the user asymmetric key signatures format

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-06 23:24 UTC  (14+ messages)
` [PATCHv3 bpf-next 01/26] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv3 bpf-next 02/26] bpf: Add multi uprobe link
` [PATCHv3 bpf-next 05/26] bpf: Add bpf_get_func_ip helper support for "
` [PATCHv3 bpf-next 07/26] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv3 bpf-next 08/26] libbpf: Add elf_open/elf_close functions
` [PATCHv3 bpf-next 09/26] libbpf: Add elf symbol iterator

[PATCH bpf-next v2] bpf, docs: Improve English readability
 2023-07-06 23:14 UTC  (8+ messages)
` [Bpf] "

[PATCH v6 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-07-06 22:00 UTC  (7+ messages)
` [PATCH v6 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v6 bpf-next 07/11] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v6 bpf-next 08/11] bpf: Add bpf_perf_link_fill_common()

[PATCH v7 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-06 22:00 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Bump and validate MAX_SYMS
 2023-07-06 21:10 UTC  (3+ messages)

bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
 2023-07-06 21:06 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-06 21:02 UTC  (11+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

[PATCH v5 bpf-next 00/24] xsk: multi-buffer support
 2023-07-06 20:46 UTC  (25+ messages)
` [PATCH v5 bpf-next 01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH v5 bpf-next 02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH v5 bpf-next 03/24] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH v5 bpf-next 04/24] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH v5 bpf-next 05/24] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH v5 bpf-next 06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v5 bpf-next 07/24] xsk: allow core/drivers to test EOP bit
` [PATCH v5 bpf-next 08/24] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH v5 bpf-next 09/24] xsk: discard zero length descriptors in "
` [PATCH v5 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
` [PATCH v5 bpf-next 11/24] xsk: support mbuf on ZC RX
` [PATCH v5 bpf-next 12/24] ice: xsk: add RX multi-buffer support
` [PATCH v5 bpf-next 13/24] i40e: "
` [PATCH v5 bpf-next 14/24] xsk: support ZC Tx multi-buffer in batch API
` [PATCH v5 bpf-next 15/24] ice: xsk: Tx multi-buffer support
` [PATCH v5 bpf-next 16/24] i40e: xsk: add TX "
` [PATCH v5 bpf-next 17/24] xsk: add multi-buffer documentation
` [PATCH v5 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v5 bpf-next 19/24] selftests/xsk: add basic multi-buffer test
` [PATCH v5 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v5 bpf-next 21/24] selftests/xsk: add invalid descriptor "
` [PATCH v5 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v5 bpf-next 23/24] selftests/xsk: add test for too many frags
` [PATCH v5 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite

[PATCH v5 bpf-next 0/5] bpf: add percpu stats for bpf_map
 2023-07-06 20:40 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/5] bpf: add percpu stats for bpf_map elements insertions/deletions
` [PATCH v5 bpf-next 2/5] bpf: add a new kfunc to return current bpf_map elements count
` [PATCH v5 bpf-next 3/5] bpf: populate the per-cpu insertions/deletions counters for hashmaps
` [PATCH v5 bpf-next 4/5] bpf: make preloaded map iterators to display map elements count
` [PATCH v5 bpf-next 5/5] selftests/bpf: test map percpu stats

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-07-06 20:37 UTC  (12+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object

[PATCH v4 bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-06 20:33 UTC  (17+ messages)
` [PATCH v4 bpf-next 3/6] bpf: populate the per-cpu insertions/deletions counters for hashmaps
` [PATCH v4 bpf-next 5/6] selftests/bpf: test map percpu stats
` [PATCH v4 bpf-next 6/6] selftests/bpf: check that ->elem_count is non-zero for the hash map

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-07-06 19:51 UTC  (12+ messages)
` [PATCH 1/2] x86/tsc: "
` [PATCH 2/2] selftests/bpf: Add test for bpf_rdtsc

[PATCH v2] samples/bpf: Add more instructions to build dependencies and, configuration in README.rst
 2023-07-06 19:43 UTC  (3+ messages)

[RFC PATCH 00/14] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-06 18:05 UTC  (17+ messages)
` [RFC PATCH 11/14] context-tracking: Introduce work deferral infrastructure

[RFC bpf-next v3 0/8] BPF 'force to MPTCP'
 2023-07-06 17:53 UTC  (10+ messages)
` [RFC bpf-next v3 1/8] bpf: Add new prog type sockinit
` [RFC bpf-next v3 2/8] bpf: Run a sockinit program
` [RFC bpf-next v3 3/8] net: socket: run sockinit hooks
` [RFC bpf-next v3 4/8] libbpf: Support sockinit hook
` [RFC bpf-next v3 5/8] selftests/bpf: Add mptcpify program
` [RFC bpf-next v3 6/8] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v3 7/8] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next v3 8/8] selftests/bpf: Add mptcpify selftest

[PATCH bpf-next] bpf, sockops: Enhance the return capability of sockops
 2023-07-06 17:43 UTC  (2+ messages)

[PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-06 17:27 UTC  (39+ messages)
` [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
` [PATCH bpf-next v2 09/20] xdp: Add VLAN tag hint
` [PATCH bpf-next v2 12/20] xdp: Add checksum level hint
            ` [xdp-hints] "
` [PATCH bpf-next v2 15/20] net, xdp: allow metadata > 32
` [PATCH bpf-next v2 17/20] veth: Implement VLAN tag and checksum level XDP hint
` [PATCH bpf-next v2 18/20] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v2 19/20] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v2 20/20] selftests/bpf: check checksum level "

[RFC bpf-next 0/8] BPF 'force to MPTCP'
 2023-07-06 17:02 UTC  (2+ messages)

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-06 15:33 UTC  (4+ messages)

[PATCH v2 86/92] bpf: convert to ctime accessor functions
 2023-07-06 14:55 UTC  (2+ messages)

[syzbot] [net?] INFO: rcu detected stall in rtnl_newlink (3)
 2023-07-06 14:33 UTC 

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-07-06 13:31 UTC  (11+ messages)
` [PATCH bpf-next v2 2/7] bpf: Add fd-based tcx multi-prog infra with link support

[PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
 2023-07-06 13:31 UTC  (3+ messages)

[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-06 12:55 UTC  (3+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Change bpf_mem_cache draining process

[v3 PATCH bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-06 12:30 UTC  (7+ messages)
` [v3 PATCH bpf-next 3/6] bpf: populate the per-cpu insertions/deletions counters for hashmaps

[PATCH V2 net 0/4] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-06 11:59 UTC  (7+ messages)
` [PATCH V2 net 1/4] net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDP
` [PATCH V2 net 2/4] net: fec: recycle pages for transmitted XDP frames
` [PATCH V2 net 3/4] net: fec: increase the size of tx ring and update tx_wake_threshold
` [PATCH V2 net 4/4] net: fec: use netdev_err_once() instead of netdev_err()

[PATCH] tools: testing: Corrected a clerical error
 2023-07-06  9:53 UTC 

[PATCH bpf-next] bpf: Introduce bpf generic log
 2023-07-06  9:36 UTC  (5+ messages)

CO-RE builtins purity and other compiler optimizations
 2023-07-06  9:03 UTC  (4+ messages)

[RFC bpf-next v2 0/8] BPF 'force to MPTCP'
 2023-07-06  7:47 UTC  (9+ messages)
` [RFC bpf-next v2 1/8] bpf: Add new prog type sockinit
` [RFC bpf-next v2 2/8] bpf: Run a sockinit program
` [RFC bpf-next v2 3/8] net: socket: run sockinit hooks
` [RFC bpf-next v2 4/8] libbpf: Support sockinit hook
` [RFC bpf-next v2 5/8] selftests/bpf: Add mptcpify program
` [RFC bpf-next v2 6/8] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v2 7/8] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next v2 8/8] selftests/bpf: Add mptcpify selftest

[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-06  6:14 UTC  (8+ messages)
` [PATCH net 3/3] net: fec: increase the size of tx ring and update thresholds of tx ring


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox