bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 12:21:50 to 2021-05-23 11:48:44 UTC [more...]

[RFC PATCH bpf-next] bpf: Introduce bpf_timer
 2021-05-23 11:48 UTC  (4+ messages)

[syzbot] riscv/fixes boot error: WARNING in vmap_small_pages_range_noflush
 2021-05-23  6:59 UTC 

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-05-23  6:51 UTC  (2+ messages)

BPF: failed module verification on linux-next
 2021-05-22 19:42 UTC  (2+ messages)

Failed to start load kernel modules on 5.13.0-rc2-next-20210521
 2021-05-22 19:36 UTC  (3+ messages)

[Patch bpf v2 0/7] sock_map: some bug fixes and improvements
 2021-05-22 19:14 UTC  (8+ messages)
` [Patch bpf v2 1/7] skmsg: improve udp_bpf_recvmsg() accuracy
` [Patch bpf v2 2/7] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
` [Patch bpf v2 3/7] udp: fix a memory leak in udp_read_sock()
` [Patch bpf v2 4/7] skmsg: fix a memory leak in sk_psock_verdict_apply()
` [Patch bpf v2 5/7] skmsg: teach sk_psock_verdict_apply() to return errors
` [Patch bpf v2 6/7] skmsg: pass source psock to sk_psock_skb_redirect()
` [Patch bpf v2 7/7] skmsg: increase sk->sk_drops when dropping packets

[PATCH bpf-next] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-05-22 16:44 UTC  (2+ messages)

[PATCH bpf-next] libbpf: add support for new llvm bpf relocations
 2021-05-22 16:23 UTC 

[PATCH bpf-next] xsk: use kvcalloc to support large umems
 2021-05-22 14:12 UTC  (2+ messages)

[PATCH v26 02/25] LSM: Add the lsmblob data structure
 2021-05-22  8:39 UTC  (2+ messages)

bbpf_internal.h:102:22: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Werror=format=]
 2021-05-22  0:48 UTC  (2+ messages)

BTF: build failure on 32bit on linux-next
 2021-05-22  0:46 UTC  (2+ messages)

[Patch bpf] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
 2021-05-22  0:12 UTC  (10+ messages)

[PATCH bpf-next 5/5] bpftool: set errno on skeleton failures and propagate errors
 2021-05-21 23:43 UTC 

[PATCH bpf-next 4/5] libbpf: streamline error reporting for high-level APIs
 2021-05-21 23:42 UTC 

[PATCH bpf-next 3/5] libbpf: streamline error reporting for low-level APIs
 2021-05-21 23:42 UTC 

[PATCH bpf-next 1/5] libbpf: add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviors
 2021-05-21 23:42 UTC 

[PATCH bpf-next 0/5] libbpf: error reporting changes for v1.0
 2021-05-21 23:42 UTC 

[Patch bpf] udp: fix a memory leak in udp_read_sock()
 2021-05-21 23:39 UTC  (13+ messages)

[PATCH v7 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-21 18:21 UTC  (12+ messages)
` [PATCH v7 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v7 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v7 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v7 bpf-next 04/11] tcp: Add reuseport_migrate_sock() to select a new listener
` [PATCH v7 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v7 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v7 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK
` [PATCH v7 bpf-next 08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v7 bpf-next 09/11] bpf: Support socket migration by eBPF
` [PATCH v7 bpf-next 10/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v7 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-05-21 16:15 UTC  (6+ messages)
` [PATCH net-next v6 1/5] mm: add a signature in struct page
` [PATCH net-next v6 2/5] skbuff: add a parameter to __skb_frag_unref
` [PATCH net-next v6 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v6 4/5] mvpp2: recycle buffers
` [PATCH net-next v6 5/5] mvneta: "

[PATCH RFC v4 0/3] Some optimization for lockless qdisc
 2021-05-21 14:14 UTC  (7+ messages)
` [PATCH RFC v4 1/3] net: sched: avoid unnecessary seqcount operation "
` [PATCH RFC v4 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
` [PATCH RFC v4 3/3] net: sched: remove qdisc->empty "
` [Linuxarm] [PATCH RFC v4 0/3] Some optimization "

[RFC v2] bpf.2: Use standard types and attributes
 2021-05-21 11:12 UTC  (5+ messages)
` [PATCH v3] "

[RFC v2 00/23] io_uring BPF requests
 2021-05-21  9:33 UTC  (39+ messages)
` [PATCH 01/23] io_uring: shuffle rarely used ctx fields
` [PATCH 02/23] io_uring: localise fixed resources fields
` [PATCH 03/23] io_uring: remove dependency on ring->sq/cq_entries
` [PATCH 04/23] io_uring: deduce cq_mask from cq_entries
` [PATCH 05/23] io_uring: kill cached_cq_overflow
` [PATCH 06/23] io_uring: rename io_get_cqring
` [PATCH 07/23] io_uring: extract struct for CQ
` [PATCH 08/23] io_uring: internally pass CQ indexes
` [PATCH 09/23] io_uring: extract cq size helper
` [PATCH 10/23] io_uring: add support for multiple CQs
` [PATCH 11/23] io_uring: enable mmap'ing additional CQs
` [PATCH 12/23] bpf: add IOURING program type
` [PATCH 13/23] io_uring: implement bpf prog registration
` [PATCH 14/23] io_uring: add support for bpf requests
` [PATCH 15/23] io_uring: enable BPF to submit SQEs
` [PATCH 16/23] io_uring: enable bpf to submit CQEs
` [PATCH 17/23] io_uring: enable bpf to reap CQEs
` [PATCH 18/23] libbpf: support io_uring
` [PATCH 19/23] io_uring: pass user_data to bpf executor
` [PATCH 20/23] bpf: Add bpf_copy_to_user() helper
` [PATCH 21/23] io_uring: wire bpf copy to user
` [PATCH 22/23] io_uring: don't wait on CQ exclusively
` [PATCH 23/23] io_uring: enable bpf reqs to wait for CQs

[PATCH bpf-next 00/11] bpfilter
 2021-05-21  6:46 UTC  (22+ messages)
` [PATCH bpf-next 02/11] bpfilter: Add logging facility
` [PATCH bpf-next 03/11] bpfilter: Add IO functions
` [PATCH bpf-next 06/11] bpfilter: Add struct match
` [PATCH bpf-next 07/11] bpfilter: Add struct target
` [PATCH bpf-next 09/11] bpfilter: Add struct table

[PATCH v6 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-21  5:15 UTC  (15+ messages)
` [PATCH v6 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v6 bpf-next 09/11] bpf: Support socket migration by eBPF

[PATCH bpf-next] libbpf: skip bpf_object__probe_loading for light skeleton
 2021-05-21  3:06 UTC 

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-20 22:13 UTC  (11+ messages)

[PATCH bpf 1/2] bpf: Set mac_len in bpf_skb_change_head
 2021-05-20 22:07 UTC  (9+ messages)
` [PATCH bpf v3 0/2] bpf: Fix l3 to l2 use of bpf_skb_change_head
  ` [PATCH bpf v3 1/2] bpf: Set mac_len in bpf_skb_change_head
  ` [PATCH bpf v3 2/2] selftests/bpf: Add test for l3 use of bpf_redirect_peer
` [PATCH bpf v4 0/2] bpf: Fix l3 to l2 use of bpf_skb_change_head
  ` [PATCH bpf v4 1/2] bpf: Set mac_len in bpf_skb_change_head
  ` [PATCH bpf v4 2/2] selftests/bpf: Add test for l3 use of bpf_redirect_peer

[PATCH bpf] bpf: offload: reorder offload callback 'prepare' in verifier
 2021-05-20 22:00 UTC  (3+ messages)

[PATCH v2 intel-net 0/2] ice XDP fixes
 2021-05-20  6:35 UTC  (3+ messages)
` [PATCH v2 intel-net 1/2] ice: add ndo_bpf callback for safe mode netdev ops
` [PATCH v2 intel-net 2/2] ice: parametrize functions responsible for Tx ring management

[PATCH intel-net 0/2] ice XDP fixes
 2021-05-20  6:28 UTC 

[PATCH net v4] igb: Fix XDP with PTP enabled
 2021-05-20  6:20 UTC  (5+ messages)

pull-request: bpf-next 2021-05-19
 2021-05-19 19:51 UTC 

[PATCH bpf-next] bpf: Make some symbols static
 2021-05-19 18:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: Add cmd alias BPF_PROG_RUN
 2021-05-19 13:40 UTC  (3+ messages)

[PATCH v12 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-05-19  9:07 UTC  (5+ messages)
` [PATCH v12 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCH v12 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCH v12 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCH v12 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
 2021-05-19  9:00 UTC 

[PATCH] ovl: useing ovl_revert_creds() instead of revert_creds(),
 2021-05-19  4:03 UTC  (4+ messages)

[PATCH v6 bpf-next 00/21] bpf: syscall program, FD array, loader program, light skeleton
 2021-05-18 23:04 UTC  (4+ messages)

[PATCH RESEND v11 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-05-18 20:36 UTC  (3+ messages)
` [PATCH RESEND v11 2/4] "

[PATCH bpf-next v3] bpf: check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
 2021-05-18 20:10 UTC  (2+ messages)

linux-next: Tree for May 18 (kernel/bpf/bpf_lsm.o)
 2021-05-18 17:02 UTC 

[PATCH net-next v5 0/5] page_pool: recycle buffers
 2021-05-18 15:44 UTC  (4+ messages)
` [PATCH net-next v5 1/5] mm: add a signature in struct page

[Patch bpf] skmsg: remove unused parameters of sk_msg_wait_data()
 2021-05-18 14:50 UTC  (2+ messages)

[PATCH bpf-next] bpf, arm64: Remove redundant switch case about BPF_DIV and BPF_MOD
 2021-05-18 14:50 UTC  (2+ messages)


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).