messages from 2023-07-11 18:00:08 to 2023-07-14 07:43:10 UTC [more...]
[PATCH net-next] net: mana: Add page pool for RX buffers
2023-07-14 7:43 UTC (3+ messages)
[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
2023-07-14 5:45 UTC (38+ messages)
` [PATCH vhost v11 03/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v11 04/10] virtio_ring: support add premapped buf
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v11 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page
pull-request: bpf-next 2023-07-13
2023-07-14 2:21 UTC (2+ messages)
[PATCH net-next V1 0/4] virtio_net: add per queue interrupt coalescing support
2023-07-14 2:10 UTC (8+ messages)
` [PATCH net-next V1 3/4] virtio_net: support per queue interrupt coalesce command
[PATCH bpf-next v4 0/6] Support defragmenting IPv(4|6) packets in BPF
2023-07-13 23:42 UTC (13+ messages)
` [PATCH bpf-next v4 1/6] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v4 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v4 3/6] netfilter: bpf: Prevent defrag module unload while link active
` [PATCH bpf-next v4 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v4 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v4 6/6] bpf: selftests: Add defrag selftests
[PATCH v2 bpf-next 0/4] bpf: Fix errors in verifying a union
2023-07-13 23:40 UTC (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Fix an error around PTR_UNTRUSTED
` [PATCH v2 bpf-next 2/4] selftests/bpf: Add selftests for nested_trust
` [PATCH v2 bpf-next 3/4] bpf: Fix an error in verifying a field in a union
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add selftest for PTR_UNTRUSTED
[PATCH] bpf: Add support of skipping the current object for bpf_iter progs
2023-07-13 23:17 UTC (2+ messages)
[PATCH bpf-next v10 0/3] bpf, x86: allow function arguments up to 12 for TRACING
2023-07-13 23:10 UTC (5+ messages)
` [PATCH bpf-next v10 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH bpf-next v10 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH bpf-next v10 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments
[RFC bpf-next 0/8] BPF 'force to MPTCP'
2023-07-13 23:09 UTC (6+ messages)
[PATCH v5 bpf-next 00/24] xsk: multi-buffer support
2023-07-13 23:02 UTC (5+ messages)
` [PATCH v5 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
[BUG] perf test: Regression because of d6e6286a12e7
2023-07-13 20:57 UTC (5+ messages)
[PATCH] libbpf: Support POSIX regular expressions for multi kprobe
2023-07-13 20:31 UTC (7+ messages)
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-07-13 19:48 UTC (8+ messages)
` [PATCH 12/34] sched_ext: "
` [PATCH 27/34] sched_ext: Implement SCX_KICK_WAIT
[PATCH bpf] bpf, arm64: Fix BTI type used for freplace attached functions
2023-07-13 16:49 UTC
mlx5 XDP redirect leaking memory on kernel 6.3
2023-07-13 15:31 UTC (6+ messages)
[PATCH iwl-next v3 0/4] igb: Add support for AF_XDP zero-copy
2023-07-13 10:47 UTC (5+ messages)
` [PATCH iwl-next v3 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH iwl-next v3 2/4] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v3 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH iwl-next v3 4/4] igb: add AF_XDP zero-copy Tx support
[PATCH iwl-next v2 0/4] igb: Add support for AF_XDP zero-copy
2023-07-13 10:25 UTC (4+ messages)
` [PATCH iwl-next v2 3/4] igb: add AF_XDP zero-copy Rx support
[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
2023-07-13 6:25 UTC (18+ messages)
` [PATCH bpf-next v2 01/15] bpf: Support new sign-extension load insns
` [PATCH bpf-next v2 02/15] bpf: Fix sign-extension ctx member accesses
` [PATCH bpf-next v2 03/15] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v2 04/15] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v2 05/15] bpf: Support new signed div/mod instructions
` [PATCH bpf-next v2 06/15] bpf: Fix jit blinding with new sdiv/smov insns
` [PATCH bpf-next v2 07/15] bpf: Support new 32bit offset jmp instruction
` [PATCH bpf-next v2 08/15] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
` [PATCH bpf-next v2 09/15] selftests/bpf: Add unit tests for new sign-extension load insns
` [PATCH bpf-next v2 10/15] selftests/bpf: Add unit tests for new sign-extension mov insns
` [PATCH bpf-next v2 11/15] selftests/bpf: Add unit tests for new bswap insns
` [PATCH bpf-next v2 12/15] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v2 13/15] selftests/bpf: Add unit tests for new gotol insn
` [PATCH bpf-next v2 14/15] selftests/bpf: Test ldsx with more complex cases
` [PATCH bpf-next v2 15/15] docs/bpf: Add documentation for new instructions
[PATCH bpf-next v1 00/10] Exceptions - 1/2
2023-07-13 2:32 UTC (11+ messages)
` [PATCH bpf-next v1 01/10] bpf: Fix kfunc callback register type handling
` [PATCH bpf-next v1 02/10] bpf: Fix subprog idx logic in check_max_stack_depth
` [PATCH bpf-next v1 03/10] bpf: Repeat check_max_stack_depth for async callbacks
` [PATCH bpf-next v1 04/10] bpf: Add support for inserting new subprogs
` [PATCH bpf-next v1 05/10] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v1 06/10] bpf: Implement bpf_throw kfunc
` [PATCH bpf-next v1 07/10] bpf: Ensure IP is within prog->jited_length for bpf_throw calls
` [PATCH bpf-next v1 08/10] bpf: Introduce bpf_set_exception_callback
` [PATCH bpf-next v1 09/10] selftests/bpf: Add BPF assertion macros
` [PATCH bpf-next v1 10/10] selftests/bpf: Add tests for BPF exceptions
pull-request: bpf 2023-07-12
2023-07-13 1:30 UTC (2+ messages)
[PATCH bpf v1 0/3] Two more fixes for check_max_stack_depth
2023-07-13 0:31 UTC (4+ messages)
` [PATCH bpf v1 1/3] bpf: Fix subprog idx logic in check_max_stack_depth
` [PATCH bpf v1 2/3] bpf: Repeat check_max_stack_depth for async callbacks
` [PATCH bpf v1 3/3] selftests/bpf: Add more tests for check_max_stack_depth bug
[PATCH bpf-next] bpftool: Use "fallthrough;" keyword instead of comments
2023-07-12 22:00 UTC (2+ messages)
[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
2023-07-12 21:50 UTC (2+ messages)
[RFC bpf-next v3 00/14] bpf: Netdev TX metadata
2023-07-12 20:53 UTC (21+ messages)
` [RFC bpf-next v3 09/14] net/mlx5e: Implement devtx kfuncs
[syzbot] [fs?] INFO: task hung in pipe_release (4)
2023-07-12 18:54 UTC
[PATCH V11 0/5] riscv: Optimize function trace
2023-07-12 18:26 UTC (2+ messages)
[PATCH bpf-next] bpf, vmtest: Build test_progs and friends as statically linked
2023-07-12 16:42 UTC (6+ messages)
[PATCH v1] lib: fix two parameters check in ei_debugfs_init()
2023-07-12 16:16 UTC (2+ messages)
` [PATCH] "
subscribe
2023-07-12 16:14 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 40b055fe7f276cf2c1da47316c52f2ff9255a68a
2023-07-12 15:54 UTC
[PATCH RFC v4 net-next 14/22] p4tc: add set of P4TC table read kfuncs
2023-07-12 15:39 UTC
[PATCH bpf-next v9 0/3] bpf, x86: allow function arguments up to 12 for TRACING
2023-07-12 15:11 UTC (6+ messages)
` [PATCH bpf-next v9 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH bpf-next v9 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH bpf-next v9 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments
[PATCH bpf-next 1/2] bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
2023-07-12 15:10 UTC (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: extend existing map resize tests for per-cpu use case
[PATCH bpf-next] libbpf: only reset sec_def handler when necessary
2023-07-12 8:40 UTC (2+ messages)
W sprawie samochodu
2023-07-12 8:06 UTC
[PATCH v2 00/13] parse-events clean up
2023-07-12 5:01 UTC (6+ messages)
` [PATCH v2 13/13] perf parse-events: Remove ABORT_ON
[PATCH RESEND bpf-next v8 0/3] bpf, x86: allow function arguments up to 12 for TRACING
2023-07-12 4:47 UTC (5+ messages)
` [PATCH RESEND bpf-next v8 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments
[PATCH net] docs: netdev: update the URL of the status page
2023-07-12 3:30 UTC (2+ messages)
[PATCH v7 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
2023-07-12 3:20 UTC (2+ messages)
[PATCH bpf] xdp: use trusted arguments in XDP hints kfuncs
2023-07-12 3:06 UTC (4+ messages)
[PATCH bpf] bpf: cpumap: Fix memory leak in cpu_map_update_elem
2023-07-12 3:04 UTC (3+ messages)
[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
2023-07-12 1:16 UTC (7+ messages)
` [PATCH net 3/3] net: fec: increase the size of tx ring and update thresholds of tx ring
[PATCH RESEND v3 bpf-next 00/14] BPF token
2023-07-11 22:06 UTC (8+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object
[PATCH bpf-next 0/6] BPF Refcount followups 2: owner field
2023-07-11 20:51 UTC (7+ messages)
` [PATCH bpf-next 1/6] [DONOTAPPLY] Revert "bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed"
` [PATCH bpf-next 2/6] bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
` [PATCH bpf-next 3/6] bpf: Add 'owner' field to bpf_{list,rb}_node
` [PATCH bpf-next 4/6] selftests/bpf: Add rbtree test exercising race which 'owner' field prevents
` [PATCH bpf-next 6/6] [DONOTAPPLY] Revert "selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabled"
[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
2023-07-11 20:07 UTC (3+ messages)
[PATCH 0/1] Specify twos complement format for signed integers
2023-07-11 19:56 UTC (6+ messages)
` [PATCH 1/1] bpf, docs: Specify twos complement as "
` [Bpf] "
[PATCH bpf-next v4 0/8] BPF link support for tc BPF programs
2023-07-11 18:51 UTC (5+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add generic attach/detach/query API for multi-progs
[PATCH bpf-next v5 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
2023-07-11 18:16 UTC (2+ messages)
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