BPF List
 help / color / mirror / Atom feed
 messages from 2023-10-12 22:32:36 to 2023-10-16 14:01:41 UTC [more...]

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-16 13:47 UTC  (3+ messages)
` [PATCH v7 01/11] bpf: Add sockptr support for getsockopt
` [PATCH v7 03/11] net/socket: Break down __sys_setsockopt

[PATCH RFC net-next v2 1/1] net: sched: Disambiguate verdict from return code
 2023-10-16 14:01 UTC  (3+ messages)

[PATCH v2 dwarves 0/5] pahole, btf_encoder: support --btf_features
 2023-10-16 13:56 UTC  (7+ messages)
` [PATCH v2 dwarves 1/5] btf_encoder, pahole: move btf encoding options into conf_load
` [PATCH v2 dwarves 2/5] dwarves: move ARRAY_SIZE() to dwarves.h
` [PATCH v2 dwarves 3/5] pahole: add --btf_features support
` [PATCH v2 dwarves 4/5] pahole: add --supported_btf_features
` [PATCH v2 dwarves 5/5] pahole: add --btf_features_strict to reject unknown BTF features

[PATCH bpf-next v3] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 13:08 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-16 13:05 UTC  (13+ messages)
` [PATCH v1 bpf-next 01/11] tcp: Clean up reverse xmas tree in cookie_v[46]_check()
` [PATCH v1 bpf-next 02/11] tcp: Cache sock_net(sk) "
` [PATCH v1 bpf-next 03/11] tcp: Clean up goto labels "
` [PATCH v1 bpf-next 04/11] tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock()
` [PATCH v1 bpf-next 05/11] bpf: tcp: Add SYN Cookie generation SOCK_OPS hook
` [PATCH v1 bpf-next 06/11] bpf: tcp: Add SYN Cookie validation "
` [PATCH v1 bpf-next 07/11] bpf: Make bpf_sock_ops.replylong[1] writable
` [PATCH v1 bpf-next 08/11] bpf: tcp: Make TS available for SYN Cookie storage
` [PATCH v1 bpf-next 09/11] tcp: Split cookie_ecn_ok()
` [PATCH v1 bpf-next 10/11] bpf: tcp: Make WS, SACK, ECN configurable from BPF SYN Cookie
` [PATCH v1 bpf-next 11/11] selftest: bpf: Test BPF_SOCK_OPS_(GEN|CHECK)_SYNCOOKIE_CB

[PATCH bpf-next v4] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 13:03 UTC 

[PATCH bpf-next] net: Add a warning if NAPI cb missed xdp_do_flush()
 2023-10-16 12:57 UTC  (9+ messages)
  ` [PATCH bpf-next v2] "
      ` [PATCH bpf-next v3] "
        ` [PATCH bpf-next -v4] "
              ` [PATCH bpf-next -v5] "

[PATCH] arch: powerpc: net: bpf_jit_comp32.c: Fixed 'instead' typo
 2023-10-16 12:47 UTC  (2+ messages)

[PATCH v2] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 12:46 UTC  (3+ messages)

[PATCH v2 0/5] seccomp: Make seccomp filter reusable
 2023-10-16 12:44 UTC  (7+ messages)
` [PATCH v2 1/5] seccomp: Refactor filter copy/create for reuse
` [PATCH v2 2/5] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation
` [PATCH v2 3/5] seccomp: Introduce new flag SECCOMP_FILTER_FLAG_BPF_PROG_FD
` [PATCH v2 4/5] selftests/seccomp: Test seccomp filter load and attach
` [PATCH v2 5/5] selftests/bpf: Skip BPF_PROG_TYPE_SECCOMP-related tests

[PATCH v6 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-16 12:07 UTC  (2+ messages)

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-16 12:00 UTC  (20+ messages)
` [PATCH net-next v1 01/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v1 02/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v1 03/19] virtio_net: independent directory
` [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
` [PATCH net-next v1 05/19] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 07/19] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
` [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v1 10/19] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
` [PATCH net-next v1 12/19] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v1 13/19] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v1 14/19] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH net-next v1 15/19] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH net-next v1 17/19] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH net-next v1 18/19] virtio_net: update tx timeout record
` [PATCH net-next v1 19/19] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH bpf-next 0/5] BPF verifier log improvements
 2023-10-16 12:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 11:57 UTC  (3+ messages)

[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
 2023-10-16  9:22 UTC  (5+ messages)
      `  "

[PATCH] PCI: pciehp: Prevent child devices from doing RPM on PCIe Link Down
 2023-10-16  9:32 UTC  (2+ messages)

[PATCH v2 net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-16  9:13 UTC  (4+ messages)
  `  "

[PATCH bpf-next v5 0/8] Add Open-coded task, css_task and css iters
 2023-10-16  8:40 UTC  (11+ messages)
` [PATCH bpf-next v5 3/8] bpf: Introduce task open coded iterator kfuncs
` [PATCH bpf-next v5 5/8] bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
` [PATCH bpf-next v5 6/8] bpf: Let bpf_iter_task_new accept null task ptr
` [PATCH bpf-next v5 7/8] selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c

Wycena paneli fotowoltaicznych
 2023-10-16  7:50 UTC 

[PATCH net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-16  3:10 UTC  (2+ messages)

[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
 2023-10-15 19:17 UTC  (3+ messages)
` [PATCH vhost 12/22] virtio_net: xsk: bind/unbind xsk

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-10-15 17:10 UTC  (10+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH
` [RFC PATCH v2 2/7] bpf: Add vnet_hash members to __sk_buff
` [RFC PATCH v2 3/7] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [RFC PATCH v2 4/7] virtio_net: Add virtio_net_hdr_v1_hash_from_skb()
` [RFC PATCH v2 5/7] tun: Support BPF_PROG_TYPE_VNET_HASH
` [RFC PATCH v2 6/7] selftests/bpf: Test BPF_PROG_TYPE_VNET_HASH
` [RFC PATCH v2 7/7] vhost_net: Support VIRTIO_NET_F_HASH_REPORT

[PATCH bpf-next v3 00/10] xsk: TX metadata
 2023-10-15 13:28 UTC  (8+ messages)
` [PATCH bpf-next v3 09/10] selftests/bpf: Add TX side to xdp_hw_metadata

[PATCH bpf-next 2/5] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
 2023-10-15  7:07 UTC 

[syzbot] [net?] INFO: rcu detected stall in rtnl_newlink (3)
 2023-10-14 13:07 UTC  (2+ messages)
` [syzbot] [batman?] "

[PATCH bpf-next v5 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-14 12:05 UTC  (5+ messages)
` [PATCH bpf-next v5 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "

[PATCH bpf-next v6 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-14 12:17 UTC  (8+ messages)
` [PATCH bpf-next v6 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "
` [PATCH bpf-next v6 2/7] selftests/bpf: Add txmsg permanently test for sockmap
` [PATCH bpf-next v6 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v6 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v6 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENT flag
` [PATCH bpf-next v6 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v6 7/7] selftests/bpf: add tests for verdict skmsg to closed socket

[PATCH] Fix 'libbpf: failed to find BTF info for global/extern symbol' since uninitialized global variables
 2023-10-14 11:26 UTC  (3+ messages)
  `  "

[linux-next:master] BUILD REGRESSION e3b18f7200f45d66f7141136c25554ac1e82009b
 2023-10-14  7:35 UTC 

[syzbot] [net?] [usb?] INFO: rcu detected stall in worker_thread (9)
 2023-10-14  7:28 UTC  (5+ messages)
` [PATCH] media: imon: fix stall in worker_thread

[PATCH] perf lock contention: Clear lock addr after use
 2023-10-13 23:40 UTC  (3+ messages)

[PATCH v7 bpf-next 0/5] Open-coded task_vma iter
 2023-10-13 23:00 UTC  (9+ messages)
` [PATCH v7 bpf-next 1/5] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v7 bpf-next 2/5] selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c
` [PATCH v7 bpf-next 3/5] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v7 bpf-next 4/5] selftests/bpf: Add tests for open-coded task_vma iter
` [PATCH v7 bpf-next 5/5] bpf: Add BPF_KFUNC_{START,END}_defs macros

[PATCH bpf-next v4 0/9] Registrating struct_ops types from modules
 2023-10-13 22:43 UTC  (10+ messages)
` [PATCH bpf-next v4 1/9] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v4 2/9] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v4 3/9] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v4 4/9] bpf: validate value_type
` [PATCH bpf-next v4 5/9] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v4 6/9] bpf, net: switch to dynamic registration
` [PATCH bpf-next v4 7/9] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v4 8/9] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v4 9/9] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH v7 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command
 2023-10-13 21:55 UTC  (3+ messages)
` [PATCH v7 6/18] "

[PATCH v7 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-13 21:55 UTC  (6+ messages)
` [PATCH v7 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v7 bpf-next 11/18] bpf,lsm: add bpf_token_create and bpf_token_free LSM hooks
  ` [PATCH v7 "
` [PATCH v7 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-13 21:17 UTC  (2+ messages)

Hitting verifier backtracking bug on 6.5.5 kernel
 2023-10-13 21:11 UTC  (2+ messages)

[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
 2023-10-13 19:50 UTC  (10+ messages)
` [RFC PATCH bpf-next] bpf: change syscall_nr type to int in struct syscall_tp_t
      ` [PATCH "

[PATCH bpf-next] bpf: Avoid unnecessary audit log for CPU security mitigations
 2023-10-13 19:40 UTC  (2+ messages)

[PATCH bpf-next] net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
 2023-10-13 19:40 UTC  (3+ messages)

[PATCH bpf] bpf: Avoid unnecessary -EBUSY from htab_lock_bucket
 2023-10-13 19:40 UTC  (2+ messages)

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-10-13 18:41 UTC 

[RFC dwarves 0/4] pahole, btf_encoder: support --btf_features
 2023-10-13 18:39 UTC  (14+ messages)
` [RFC dwarves 3/4] pahole: add --btf_features=feature1[,feature2...] support

linux-next: build warning after merge of the bpf-next tree
 2023-10-13 16:54 UTC  (3+ messages)

[PATCH v6 bpf-next 0/4] Open-coded task_vma iter
 2023-10-13 16:22 UTC  (9+ messages)
` [PATCH v6 bpf-next 2/4] selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.c
` [PATCH v6 bpf-next 3/4] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v6 bpf-next 4/4] selftests/bpf: Add tests for open-coded task_vma iter

Is tools/testing/selftests/bpf/ maintained?
 2023-10-13 14:23 UTC  (6+ messages)

[PATCH bpf-next 0/8] Add bpf programmable device
 2023-10-13 11:26 UTC  (3+ messages)
` [PATCH bpf-next 1/8] meta, bpf: Add bpf programmable meta device

[PATCH bpf-next v2 0/2] cleanups for sockmap_listen
 2023-10-13 10:40 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add pairs_redir_to_connected helper

[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-13 10:32 UTC  (3+ messages)
` [PATCH v4 2/3] mm: update memfd seal write check to include F_SEAL_WRITE

[PATCH vhost 11/22] virtio_net: sq support premapped mode
 2023-10-13 10:13 UTC  (2+ messages)

[PATCH net] i40e: sync next_to_clean and next_to_process for programming status desc
 2023-10-13  9:57 UTC  (2+ messages)
` [Intel-wired-lan] "

Fotowoltaika - propozycja instalacji
 2023-10-13  9:10 UTC 

[PATCH] net: fec: replace deprecated strncpy with ethtool_sprintf
 2023-10-13  9:20 UTC  (2+ messages)

[PATCH] selftests: bpf: remove unused variables
 2023-10-13  8:32 UTC  (3+ messages)

[PATCH net-next v11 0/6] introduce page_pool_alloc() related API
 2023-10-13  6:48 UTC  (3+ messages)
` [PATCH net-next v11 5/6] page_pool: update document about fragment API
` [PATCH net-next v11 6/6] net: veth: use newly added page pool API for veth with xdp

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-13  6:37 UTC  (4+ messages)
` [PATCHv2 1/2] tools/build: Fix -s detection code in tools/build/Makefile.build

[PATCH bpf-next v3 0/3] bpf: Detect jumping to reserved code of ld_imm64
 2023-10-13  3:27 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf: Detect jumping to reserved code during check_cfg()

[PATCH dwarves 0/3] dwarves: detect BTF kinds supported by kernel
 2023-10-13  0:22 UTC  (6+ messages)

[PATCH v6 bpf-next 03/13] bpf: introduce BPF token object
 2023-10-12 23:51 UTC  (8+ messages)
` [PATCH v6 3/13] "


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