bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 00:47:57 to 2023-03-29 17:00:26 UTC [more...]

[PATCH] tools: bpftool: json: fix backslash escape typo in jsonw_puts
 2023-03-29 17:00 UTC  (3+ messages)

[PATCH bpf RFC-V2 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-03-29 16:29 UTC  (6+ messages)
` [PATCH bpf RFC-V2 1/5] xdp: rss hash types representation
` [PATCH bpf RFC-V2 2/5] igc: bpf_xdp_metadata_rx_hash return xdp rss hash type
` [PATCH bpf RFC-V2 3/5] veth: "
` [PATCH bpf RFC-V2 4/5] mlx5: "
` [PATCH bpf RFC-V2 5/5] mlx4: "

[PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability
 2023-03-29 16:20 UTC  (15+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Implement batching in UDP iterator
` [PATCH v4 bpf-next 3/4] bpf,tcp: Avoid taking fast sock lock in iterator
` [PATCH v4 bpf-next 4/4] selftests/bpf: Add tests for bpf_sock_destroy

[PATCH dwarves v2 0/5] Support for new btf_type_tag encoding
 2023-03-29 16:02 UTC  (14+ messages)
` [PATCH dwarves v2 1/5] fprintf: Correct names for types with btf_type_tag attribute

[PATCH bpf-next 0/3] Support UMEM chunk_size > PAGE_SIZE
 2023-03-29 16:03 UTC  (10+ messages)
` [PATCH bpf-next 1/3] xsk: "
` [PATCH bpf-next 3/3] selftests: xsk: Add tests for 8K and 9K frame sizes

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-29 15:58 UTC  (15+ messages)
` [PATCH v2 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates

[RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-03-29 14:39 UTC  (5+ messages)
` [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

[PATCH v9 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-03-29 13:04 UTC  (5+ messages)
` [PATCH v9 1/4] reiserfs: Add security prefix to xattr name in reiserfs_security_write()
` [PATCH v9 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v9 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v9 4/4] evm: Support multiple LSMs providing an xattr

[PATCH bpf v2 00/11] bpf sockmap fixes
 2023-03-29 12:24 UTC  (9+ messages)
` [PATCH bpf v2 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v2 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v2 03/12] bpf: sockmap, improved check for empty queue

[PATCH bpf RFC 0/4] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-03-29 12:13 UTC  (9+ messages)
` [PATCH bpf RFC 1/4] xdp: rss hash types representation
    ` [xdp-hints] "
` [PATCH bpf RFC 2/4] igc: bpf_xdp_metadata_rx_hash return xdp rss hash type
` [PATCH bpf RFC 3/4] veth: "
` [PATCH bpf RFC 4/4] mlx5: "

[PATCH net 1/4] ice: fix W=1 headers mismatch
 2023-03-29 12:06 UTC  (2+ messages)

[PATCH bpf-next] kallsyms: move module-related functions under correct configs
 2023-03-29 11:40 UTC  (6+ messages)

Nawiązanie współpracy
 2023-03-29  7:48 UTC 

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-03-29  8:00 UTC  (4+ messages)
` [PATCH net-next v4 1/3] vsock: support sockmap

[PATCH bpf-next v2 0/2] Allow BPF TCP CCs to write app_limited
 2023-03-29  7:35 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: allow a TCP CC "
` [PATCH bpf-next v2 2/2] selftests/bpf: test a BPF CC writing app_limited

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-03-29  3:02 UTC  (7+ messages)

[PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly
 2023-03-29  0:11 UTC  (8+ messages)

[PATCH v2 bpf-next 0/6] BPF verifier rotating log
 2023-03-28 23:59 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
` [PATCH v2 bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH v2 bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v2 bpf-next 4/6] libbpf: don't enforce verifier log levels on libbpf side
` [PATCH bpf-next 4/6] libbpf: don't enfore "
` [PATCH v2 bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
` [PATCH v2 bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests

[PATCH v1 0/9] memcg: make rstat flushing irq and sleep friendly
 2023-03-28 22:18 UTC  (41+ messages)
` [PATCH v1 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v1 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v1 3/9] memcg: do not flush stats in irq context
` [PATCH v1 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v1 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v1 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v1 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v1 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v1 9/9] memcg: do not modify rstat tree for zero updates

[PATCH bpf-next 0/2] verifier/xdp_direct_packet_access.c converted to inline assembly
 2023-03-28 21:50 UTC  (4+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: remove verifier/xdp_direct_packet_access.c, converted to progs/verifier_xdp_direct_packet_access.c

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-03-28 21:42 UTC  (14+ messages)

inline ASM helpers for proving bounds checks
 2023-03-28 21:32 UTC  (2+ messages)

Flaky bpf cg_storage_* tests
 2023-03-28 20:28 UTC  (4+ messages)

[PATCH] arm64: remove special treatment for the link order of head.o
 2023-03-28 19:52 UTC  (7+ messages)

[PATCH 0/2] Allow BPF TCP CCs to write app_limited
 2023-03-28 18:31 UTC  (4+ messages)
` [PATCH 1/2] bpf: allow a TCP CC "
` [PATCH 2/2] selftests/bpf: test a BPF CC writing app_limited

[PATCH v4 bpf-next 0/3] veristat: add better support of freplace programs
 2023-03-28 17:25 UTC  (2+ messages)

[PATCH bpf-next v3 00/12] bpf: Support 64-bit pointers to kfuncs
 2023-03-28 12:45 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Remove two infinite loop bound check cases
 2023-03-28 12:19 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: Rewrite two infinite loops in bound check cases
 2023-03-29  1:10 UTC 

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-03-28 12:04 UTC  (9+ messages)
` [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next 6/8] virtio_net: auto release xdp shinfo
` [PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next 8/8] virtio_net: introduce receive_small_xdp()

[RFC PATCH net-next] bpf, net: support redirecting to ifb with bpf
 2023-03-28 11:51 UTC 

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-03-28 10:18 UTC  (4+ messages)

[PATCH 00/16] virtio-net: split virtio-net.c
 2023-03-28  9:28 UTC  (17+ messages)
` [PATCH 01/16] virtio_net: add a separate directory for virtio-net
` [PATCH 02/16] virtio_net: move struct to header file
` [PATCH 03/16] virtio_net: add prefix to the struct inside "
` [PATCH 04/16] virtio_net: separating cpu-related funs
` [PATCH 05/16] virtio_net: separate virtnet_ctrl_set_queues()
` [PATCH 06/16] virtio_net: separate virtnet_ctrl_set_mac_address()
` [PATCH 07/16] virtio_net: remove lock from virtnet_ack_link_announce()
` [PATCH 08/16] virtio_net: separating the APIs of cq
` [PATCH 09/16] virtio_net: introduce virtnet_rq_update_stats()
` [PATCH 10/16] virtio_net: separating the funcs of ethtool
` [PATCH 11/16] virtio_net: introduce virtnet_dev_rx_queue_group()
` [PATCH 12/16] virtio_net: introduce virtnet_get_netdev()
` [PATCH 13/16] virtio_net: prepare for virtio
` [PATCH 14/16] virtio_net: move virtnet_[en/dis]able_delayed_refill to header file
` [PATCH 15/16] virtio_net: add APIs to register/unregister virtio driver
` [PATCH 16/16] virtio_net: separating the virtio code

[PATCH bpf] bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
 2023-03-28  8:53 UTC  (2+ messages)

[PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code
 2023-03-28  8:37 UTC  (5+ messages)
` [PATCH v2] loongarch/bpf: Skip speculation barrier opcode, which caused ltp testcase bpf_prog02 to fail

W sprawie samochodu
 2023-03-28  8:05 UTC 

[PATCH v3 bpf-next 0/5] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
 2023-03-28  3:51 UTC  (3+ messages)
` [PATCH v3 bpf-next 5/5] selftests/bpf: Add bench for task storage creation

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-03-28  3:48 UTC  (3+ messages)

[PATCH bpf-next 0/2] Fix double-free when linker processes empty sections
 2023-03-28  3:10 UTC  (6+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Test if bpftool linker handles "
` [PATCH bpf-next 2/2] libbpf: Fix double-free when linker processes "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).