messages from 2025-02-04 02:40:03 to 2025-02-05 19:37:11 UTC [more...]
[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
2025-02-05 19:30 UTC (9+ messages)
` [RFC PATCH bpf-next 1/8] bpf: Add struct_ops context information to struct bpf_prog_aux
` [RFC PATCH bpf-next 2/8] sched_ext: Add filter for scx_kfunc_ids_select_cpu
` [RFC PATCH bpf-next 3/8] sched_ext: Add filter for scx_kfunc_ids_enqueue_dispatch
` [RFC PATCH bpf-next 4/8] sched_ext: Add filter for scx_kfunc_ids_dispatch
` [RFC PATCH bpf-next 5/8] sched_ext: Add filter for scx_kfunc_ids_cpu_release
` [RFC PATCH bpf-next 6/8] sched_ext: Add filter for scx_kfunc_ids_unlocked
` [RFC PATCH bpf-next 7/8] sched_ext: Removed mask-based runtime restrictions on calling kfuncs in different contexts
` [RFC PATCH bpf-next 8/8] selftests/sched_ext: Update enq_select_cpu_fails to adapt to struct_ops context filter
[PATCH 0/1] libbpf: Convert ELF notes into read-only maps
2025-02-05 19:06 UTC (2+ messages)
` [PATCH 1/1] "
[RFC PATCH 0/2] livepatch: Add support for hybrid mode
2025-02-05 17:59 UTC (2+ messages)
[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
2025-02-05 17:48 UTC (10+ messages)
` [PATCH net-next v4 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v4 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
` [PATCH net-next v4 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH net-next v4 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH net-next v4 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH net-next v4 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH net-next v4 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH net-next v4 8/8] xdp: remove xdp_alloc_skb_bulk()
[PATCH net 0/3] Add native mode XDP support
2025-02-05 17:46 UTC (9+ messages)
` [PATCH net 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [EXTERNAL] "
` [PATCH net 3/3] net: ti: icssg-prueth: Add AF_XDP support
` [EXTERNAL] "
[PATCH iwl-next v2 0/9] igc: Add support for Frame Preemption feature in IGC
2025-02-05 17:12 UTC (11+ messages)
` [PATCH iwl-next v2 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v2 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v2 3/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next v2 4/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next v2 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v2 6/9] igc: Add support to set tx-min-frag-size
` [PATCH iwl-next v2 7/9] igc: Add support for preemptible traffic class in taprio
` [PATCH iwl-next v2 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next v2 9/9] igc: Add support to get frame preemption statistics "
[PATCH net-next 00/12] mlxsw: Preparations for XDP support
2025-02-05 17:09 UTC (18+ messages)
` [PATCH net-next 01/12] mlxsw: core: Remove debug prints
` [PATCH net-next 02/12] mlxsw: Check Rx local port in PCI code
` [PATCH net-next 03/12] mlxsw: Add struct mlxsw_pci_rx_pkt_info
` [PATCH net-next 04/12] mlxsw: pci: Use mlxsw_pci_rx_pkt_info
` [PATCH net-next 05/12] mlxsw: pci: Add a separate function for syncing buffers for CPU
` [PATCH net-next 06/12] mlxsw: pci: Store maximum number of ports
` [PATCH net-next 07/12] mlxsw: pci: Add PCI ports array
` [PATCH net-next 08/12] mlxsw: Add APIs to init/fini PCI port
` [PATCH net-next 09/12] mlxsw: pci: Initialize XDP Rx queue info per RDQ
` [PATCH net-next 10/12] mlxsw: spectrum: Initialize PCI port with the relevant netdevice
` [PATCH net-next 11/12] mlxsw: Set some SKB fields in bus driver
` [PATCH net-next 12/12] mlxsw: Validate local port from CQE in PCI code
[PATCH v2 bpf] bpf/arena: fix softlockup in arena_map_free on 64k page kernel
2025-02-05 17:00 UTC
handling EINTR from bpf_map_lookup_batch
2025-02-05 17:00 UTC (6+ messages)
[PATCH bpf] bpf: skip non existing key in generic_map_lookup_batch
2025-02-05 16:57 UTC
[PATCH v2 00/16] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
2025-02-05 16:00 UTC (5+ messages)
` [PATCH v2 16/16] scripts/sorttable: ftrace: Do not add weak functions to available_filter_functions
` "
[PATCH bpf-next v8 00/12] net-timestamp: bpf extension to equip applications transparently
2025-02-05 16:08 UTC (37+ messages)
` [PATCH bpf-next v8 01/12] bpf: add support for bpf_setsockopt()
` [PATCH bpf-next v8 02/12] bpf: prepare for timestamping callbacks use
` [PATCH bpf-next v8 03/12] bpf: stop unsafely accessing TCP fields in bpf callbacks
` [PATCH bpf-next v8 04/12] bpf: stop calling some sock_op BPF CALLs in new timestamping callbacks
` [PATCH bpf-next v8 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v8 06/12] bpf: support SCM_TSTAMP_SCHED "
` [PATCH bpf-next v8 07/12] bpf: support sw SCM_TSTAMP_SND "
` [PATCH bpf-next v8 08/12] bpf: support hw "
` [PATCH bpf-next v8 09/12] bpf: support SCM_TSTAMP_ACK "
` [PATCH bpf-next v8 10/12] bpf: make TCP tx timestamp bpf extension work
` [PATCH bpf-next v8 11/12] bpf: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v8 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature
[PATCH bpf-next v8 0/5] xsk: TX metadata Launch Time support
2025-02-05 16:07 UTC (9+ messages)
` [PATCH bpf-next v8 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v8 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v8 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v8 4/5] igc: Refactor empty packet insertion into a reusable function
` [PATCH bpf-next v8 5/5] igc: Add launch time support to XDP ZC
[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
2025-02-05 15:47 UTC (18+ messages)
` [PATCH bpf-next v7 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v7 13/13] bpf: add simple bpf tests in the tx path for so_timestamping feature
Poor performance of bpf_map_update_elem() for BPF_MAP_TYPE_HASH_OF_MAPS / BPF_MAP_TYPE_ARRAY_OF_MAPS
2025-02-05 12:58 UTC
[PATCH bpf-next v1 0/2] selftests: fix two small compilation errors
2025-02-05 9:38 UTC (6+ messages)
` [PATCH bpf-next v1 2/2] bpf: sockopt_sk: fix 'undeclared' definition error
[linus:master] [fprobe] 4346ba1604: netperf.Throughput_tps 11.7% regression
2025-02-05 8:18 UTC
[PATCH bpf-next v7 0/6] net/smc: Introduce smc_ops
2025-02-05 8:02 UTC (5+ messages)
` [PATCH bpf-next v7 3/6] net/smc: Introduce generic hook smc_ops
[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
2025-02-05 4:48 UTC (12+ messages)
[PATCH bpf-next v3 00/18] bpf qdisc
2025-02-05 4:13 UTC (23+ messages)
` [PATCH bpf-next v3 01/18] bpf: Make every prog keep a copy of ctx_arg_info
` [PATCH bpf-next v3 02/18] bpf: Support getting referenced kptr from struct_ops argument
` [PATCH bpf-next v3 03/18] selftests/bpf: Test referenced kptr arguments of struct_ops programs
` [PATCH bpf-next v3 04/18] bpf: Allow struct_ops prog to return referenced kptr
` [PATCH bpf-next v3 05/18] selftests/bpf: Test returning referenced kptr from struct_ops programs
` [PATCH bpf-next v3 07/18] bpf: Generalize finding member offset of struct_ops prog
` [PATCH bpf-next v3 08/18] bpf: net_sched: Support implementation of Qdisc_ops in bpf
` [PATCH bpf-next v3 10/18] bpf: Search and add kfuncs in struct_ops prologue and epilogue
` [PATCH bpf-next v3 18/18] selftests/bpf: Test attaching bpf qdisc to mq and non root
[PATCH bpf-next v1] selftests/bpf: correct the check of join cgroup
2025-02-05 2:42 UTC (2+ messages)
[PATCH bpf-next v2 00/20] Support dynptr key for hash map
2025-02-05 1:33 UTC (4+ messages)
` [PATCH bpf-next v2 01/20] bpf: Add two helpers to facilitate the parsing of bpf_dynptr
[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
2025-02-05 1:38 UTC (5+ messages)
` [PATCH bpf-next 1/3] rculist: add hlist_nulls_replace_rcu() helper
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
` [RESEND] "
` [PATCH bpf-next 3/3] selftests/bpf: Add test case for atomic htab update
[PATCH bpf v2] selftests/bpf: Fix freplace_link segfault in tailcalls prog test
2025-02-05 0:51 UTC (3+ messages)
[RFC] bpf: Rethinking BPF safety, BPF open-coded iterators, and possible improvements (runtime protection)
2025-02-05 0:40 UTC (3+ messages)
[PATCH 0/2] tools: Unify top-level quiet infrastructure
2025-02-04 23:24 UTC (6+ messages)
[PATCH net-next v3 0/2] netdevgenl: Add an xsk attribute to queues
2025-02-04 19:10 UTC (2+ messages)
` [PATCH net-next v3 2/2] selftests: drv-net: Test queue xsk attribute
[PATCH bpf-next v2 0/3] bpf: Some fixes for nullness elision
2025-02-04 17:25 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: verifier: Do not extract constant map keys for irrelevant maps
` [PATCH bpf-next v2 2/3] bpf: selftests: Test constant key extraction on "
` [PATCH bpf-next v2 3/3] bpf: verifier: Disambiguate get_constant_map_key() errors
Fwd: LSF/MM + BPF ATTEND - Topic 1 for discussion
2025-02-04 17:15 UTC (2+ messages)
` "
[PATCH bpf] bpf/arena: fix softlockup in arena_map_free on 64k page kernel
2025-02-04 15:53 UTC (3+ messages)
[PATCH bpf-next v7 0/5] xsk: TX metadata Launch Time support
2025-02-04 15:29 UTC (15+ messages)
` [PATCH bpf-next v7 4/5] igc: Refactor empty packet insertion into a reusable function
` [PATCH bpf-next v7 5/5] igc: Add launch time support to XDP ZC
` [xdp-hints] "
[PATCH 0/2] modules: allow error injection
2025-02-04 15:28 UTC (5+ messages)
` [PATCH 2/2] moderr: add module error injection tool
[PATCH] bpf: Fix mix-up of 4096 and page size
2025-02-04 12:45 UTC (5+ messages)
[PATCH bpf-next] selftests/bpf: implement setting global variables in veristat
2025-02-04 12:29 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Remove with_addr.sh and with_tunnels.sh
2025-02-04 10:59 UTC
[PATCH v3 0/3] Makefile fixes for samples/{bpf,hid}
2025-02-04 10:09 UTC (2+ messages)
` (subset) "
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2025-02-04 9:19 UTC (4+ messages)
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
[PATCH bpf-next 0/3] bpf: Some fixes for nullness elision
2025-02-04 9:09 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: verifier: Do not extract constant map keys for irrelevant maps
[PATCH bpf-next] bpf: Add comment about helper freeze
2025-02-04 9:07 UTC (3+ messages)
[PATCH net-next v2 0/2] netdevgenl: Add an xsk attribute to queues
2025-02-04 2:45 UTC (3+ messages)
` [PATCH net-next v2 2/2] selftests: drv-net: Test queue xsk attribute
LSF/MM + BPF ATTEND - Topic 3 for discussion
2025-02-04 2:44 UTC
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