BPF List
 help / color / mirror / Atom feed
 messages from 2023-04-21 17:03:58 to 2023-04-24 16:04:57 UTC [more...]

[RFC/PATCH bpf-next 00/20] bpf: Add multi uprobe link
 2023-04-24 16:04 UTC 

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-24 15:32 UTC  (5+ messages)

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-04-24 15:28 UTC  (20+ messages)

[PATCH v6 00/10] tracing: Add fprobe events
 2023-04-24 14:47 UTC  (11+ messages)
` [PATCH v6 01/10] fprobe: Pass return address to the handlers
` [PATCH v6 02/10] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v6 03/10] selftests/ftrace: Add fprobe related testcases
` [PATCH v6 04/10] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v6 05/10] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v6 06/10] tracing/probes: Support function parameters if BTF is available
` [PATCH v6 07/10] tracing/probes: Add $$args meta argument for all function args
` [PATCH v6 08/10] selftests/ftrace: Add tracepoint probe test case
` [PATCH v6 09/10] selftests/ftrace: Add BTF arguments test cases
` [PATCH v6 10/10] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH v2 bpf-next 0/5] Dynptr helpers
 2023-04-24 14:33 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Add bpf_dynptr_adjust

[PATCH v2] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-24 14:29 UTC  (9+ messages)

[PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-24 14:20 UTC  (7+ messages)
` [PATCH bpf-next V2 1/5] igc: enable and fix RX hash usage by netstack
  ` [xdp-hints] Re: [PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc

[PATCH bpf-next v3 00/10] Add cgroup sockaddr hooks for unix sockets
 2023-04-24 14:07 UTC  (9+ messages)
` [PATCH bpf-next v3 03/10] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v3 05/10] bpf: Add bpf_sock_addr_set() to allow writing sockaddr len from bpf
` [PATCH bpf-next v3 08/10] bpftool: Add support for cgroup unix socket address hooks

[PATCH v2 net-next 0/2] add page_pool support for page recycling in veth driver
 2023-04-24 13:41 UTC  (12+ messages)
` [PATCH v2 net-next 1/2] net: veth: add page_pool for page recycling
` [PATCH v2 net-next 2/2] net: veth: add page_pool stats

[PATCH] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-04-24 13:40 UTC  (11+ messages)

[PATCH net-next v3] lan966x: Don't use xdp_frame when action is XDP_TX
 2023-04-24 13:36 UTC  (2+ messages)

[PATCH net-next v3 0/6] tsnep: XDP socket zero-copy support
 2023-04-24 12:03 UTC  (10+ messages)
` [PATCH net-next v3 5/6] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next v3 6/6] tsnep: Add XDP socket zero-copy TX support

[PATCH] powerpc/bpf: populate extable entries only during the last pass
 2023-04-24 11:55 UTC  (4+ messages)

[PATCH bpf-next v2] bpftool: Dump map id instead of value for map_of_maps types
 2023-04-24  9:09 UTC 

[PATCH bpf-next] xsk: Use pool->dma_pages to check for DMA
 2023-04-24  8:50 UTC  (2+ messages)

[syzbot] [ext4?] [mm?] KCSAN: data-race in strscpy / strscpy (3)
 2023-04-24  8:25 UTC  (6+ messages)

[PATCH v5 0/9] tracing: Add fprobe events
 2023-04-24  7:38 UTC  (12+ messages)
` [PATCH v5 2/9] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v5 4/9] tracing/probes: Add tracepoint support on fprobe_event

[LSF/MM/BPF TOPIC] bpf iterator for file-system
 2023-04-24  6:45 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH v6 bpf-next 0/7] bpf: Add socket destroy capability
 2023-04-24  5:46 UTC  (5+ messages)
` [PATCH 2/7] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
` [PATCH 4/7] bpf: udp: Implement batching for sockets iterator

[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-04-24  4:08 UTC  (3+ messages)
` [PATCH net v4] ixgbe: Fix panic "
  ` [Intel-wired-lan] "

[PATCH] perf lock contention: Fix struct rq lock access
 2023-04-23 21:56 UTC 

[PATCH net-next v1] xsk: introduce xsk_dma_cbs
 2023-04-23 20:42 UTC  (6+ messages)

[PATCH v2] libbpf: Improve version handling when attaching uprobe
 2023-04-23 18:55 UTC 

[PATCH] xsk: Use pool->dma_pages to check for DMA
 2023-04-23 17:54 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-04-23 16:22 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
      ` [External] "

sys_enter tracepoint ctx structure
 2023-04-23 16:15 UTC  (9+ messages)

[PATCH bpf-next v4] bpftool: Show map IDs along with struct_ops links
 2023-04-23 14:33 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] docs/bpf: Add table to describe LRU properties
 2023-04-23 14:26 UTC  (4+ messages)
` [PATCH bpf-next v5 2/2] docs/bpf: Add LRU internals description and graph

[PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-23 11:41 UTC  (7+ messages)
` [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests

[PATCH net-next v3 00/15] virtio_net: refactor xdp codes
 2023-04-23 10:57 UTC  (16+ messages)
` [PATCH net-next v3 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v3 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v3 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v3 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v3 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v3 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v3 07/15] virtio_net: auto release xdp shinfo
` [PATCH net-next v3 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v3 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v3 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v3 11/15] virtio_net: small: optimize code
` [PATCH net-next v3 12/15] "
` [PATCH net-next v3 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v3 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v3 15/15] virtio_net: introduce virtnet_build_skb()

[RFC bpf-next v2 0/4] Introduce BPF_MA_REUSE_AFTER_RCU_GP
 2023-04-23  8:03 UTC  (8+ messages)
` [RFC bpf-next v2 1/4] selftests/bpf: Add benchmark for bpf memory allocator
` [RFC bpf-next v2 4/4] bpf: Introduce BPF_MA_REUSE_AFTER_RCU_GP

[PATCH net-next v2 00/14] virtio_net: refactor xdp codes
 2023-04-23  6:27 UTC  (8+ messages)
` [PATCH net-next v2 05/14] virtio_net: introduce xdp res enums

[PATCH v2 bpf-next 0/9] Shared ownership for local kptrs
 2023-04-22 21:25 UTC  (10+ messages)
` [PATCH v2 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests

[PATCH net-next 0/2] add page_pool support for page recycling in veth driver
 2023-04-22 18:49 UTC  (4+ messages)
` [PATCH net-next 1/2] net: veth: add page_pool for page recycling

[PATCH bpf-next] selftests/bpf: verifier/prevent_map_lookup converted to inline assembly
 2023-04-22 15:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix link failure with NETFILTER=y INET=n
 2023-04-22 15:30 UTC  (3+ messages)

pull-request: bpf-next 2023-04-21
 2023-04-22  3:50 UTC  (2+ messages)

[PATCH] Dump map id instead of value for map_of_maps types
 2023-04-21 22:43 UTC  (2+ messages)

[PATCH bpf-next v3] bpftool: Show map IDs along with struct_ops links
 2023-04-21 21:42 UTC  (2+ messages)

Packaging bpftool and libbpf: GitHub or kernel?
 2023-04-21 21:15 UTC  (6+ messages)

[PATCH bpf-next v5 0/7] bpf: add netfilter program type
 2023-04-21 20:26 UTC  (7+ messages)
` [PATCH bpf-next v5 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v5 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v5 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v5 7/7] selftests/bpf: add missing netfilter return value and ctx access tests

[PATCH bpf-next 00/24] Second set of verifier/*.c migrated to inline assembly
 2023-04-21 20:00 UTC  (30+ messages)
` [PATCH bpf-next 01/24] selftests/bpf: Add notion of auxiliary programs for test_loader
` [PATCH bpf-next 02/24] selftests/bpf: verifier/bounds converted to inline assembly
` [PATCH bpf-next 03/24] selftests/bpf: verifier/bpf_get_stack "
` [PATCH bpf-next 04/24] selftests/bpf: verifier/btf_ctx_access "
` [PATCH bpf-next 05/24] selftests/bpf: verifier/ctx "
` [PATCH bpf-next 06/24] selftests/bpf: verifier/d_path "
` [PATCH bpf-next 07/24] selftests/bpf: verifier/direct_packet_access "
` [PATCH bpf-next 08/24] selftests/bpf: verifier/jeq_infer_not_null "
` [PATCH bpf-next 09/24] selftests/bpf: verifier/loops1 "
` [PATCH bpf-next 10/24] selftests/bpf: verifier/lwt "
` [PATCH bpf-next 11/24] selftests/bpf: verifier/map_in_map "
` [PATCH bpf-next 12/24] selftests/bpf: verifier/map_ptr_mixing "
` [PATCH bpf-next 13/24] selftests/bpf: verifier/precise "
` [PATCH bpf-next 14/24] selftests/bpf: verifier/prevent_map_lookup "
` [PATCH bpf-next 15/24] selftests/bpf: verifier/ref_tracking "
` [PATCH bpf-next 16/24] selftests/bpf: verifier/regalloc "
` [PATCH bpf-next 17/24] selftests/bpf: verifier/runtime_jit "
` [PATCH bpf-next 18/24] selftests/bpf: verifier/search_pruning "
` [PATCH bpf-next 19/24] selftests/bpf: verifier/sock "
` [PATCH bpf-next 20/24] selftests/bpf: verifier/spin_lock "
` [PATCH bpf-next 21/24] selftests/bpf: verifier/subreg "
` [PATCH bpf-next 22/24] selftests/bpf: verifier/unpriv "
` [PATCH bpf-next 23/24] selftests/bpf: verifier/value_illegal_alu "
` [PATCH bpf-next 24/24] selftests/bpf: verifier/value_ptr_arith "

[PATCH net-next v4 0/6] tsnep: XDP socket zero-copy support
 2023-04-21 19:46 UTC  (7+ messages)
` [PATCH net-next v4 1/6] tsnep: Replace modulo operation with mask
` [PATCH net-next v4 2/6] tsnep: Rework TX/RX queue initialization
` [PATCH net-next v4 3/6] tsnep: Add functions for queue enable/disable
` [PATCH net-next v4 4/6] tsnep: Move skb receive action to separate function
` [PATCH net-next v4 5/6] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next v4 6/6] tsnep: Add XDP socket zero-copy TX support

[PATCH bpf-next 0/8] New BPF map and BTF security LSM hooks
 2023-04-21 18:57 UTC  (11+ messages)

[PATCH net-next v2] lan966x: Don't use xdp_frame when action is XDP_TX
 2023-04-21 18:32 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] bpftool: Register struct_ops with a link
 2023-04-21 18:20 UTC  (2+ messages)

[PATCH net-next, 0/2] Update coding style and check alloc_frag
 2023-04-21 17:06 UTC  (3+ messages)
` [PATCH net-next, 1/2] net: mana: Rename mana_refill_rxoob and remove some empty lines
` [PATCH net-next, 2/2] net: mana: Check if netdev/napi_alloc_frag returns single page


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