bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-17 16:27:56 to 2021-05-21 18:23:57 UTC [more...]

[PATCH v7 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-21 18:21 UTC  (10+ 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

[syzbot] KASAN: use-after-free Read in check_all_holdout_tasks_trace
 2021-05-21 17:29 UTC 

BTF: build failure on 32bit on linux-next
 2021-05-21 16:20 UTC 

[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: "

[RFC PATCH bpf-next] bpf: Introduce bpf_timer
 2021-05-21 14:38 UTC  (2+ messages)

[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] xsk: use kvcalloc to support large umems
 2021-05-21  8:33 UTC 

[PATCH bpf-next 00/11] bpfilter
 2021-05-21  6:46 UTC  (28+ messages)
` [PATCH bpf-next 01/11] bpfilter: Add types for usermode helper
` [PATCH bpf-next 02/11] bpfilter: Add logging facility
` [PATCH bpf-next 03/11] bpfilter: Add IO functions
` [PATCH bpf-next 04/11] tools: Add bpfilter usermode helper header
` [PATCH bpf-next 05/11] bpfilter: Add map container
` [PATCH bpf-next 06/11] bpfilter: Add struct match
` [PATCH bpf-next 07/11] bpfilter: Add struct target
` [PATCH bpf-next 08/11] bpfilter: Add struct rule
` [PATCH bpf-next 09/11] bpfilter: Add struct table
` [PATCH bpf-next 10/11] bpfilter: Add handling of setsockopt() calls
` [PATCH bpf-next 11/11] bpfilter: Handle setsockopts

BPF: failed module verification on linux-next
 2021-05-21  5:31 UTC 

[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] selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()
 2021-05-21  5:12 UTC  (8+ messages)

[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  (12+ 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 bpf] udp: fix a memory leak in udp_read_sock()
 2021-05-20 20:14 UTC  (11+ 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-20 13:51 UTC 

[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  (3+ messages)

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

[syzbot] WARNING in __perf_install_in_context
 2021-05-18 10:40 UTC  (5+ messages)

[Patch bpf-next v3 00/10] sockmap: add sockmap support to Unix datagram socket
 2021-05-18  5:11 UTC  (5+ messages)
` [Patch bpf-next v3 02/10] af_unix: implement ->read_sock() for sockmap

[Patch bpf-next v4 00/12] sockmap: add sockmap support for unix datagram socket
 2021-05-18  4:51 UTC  (3+ messages)
` [Patch bpf-next v4 02/12] af_unix: implement ->read_sock() for sockmap

[PATCH net v8 0/3] fix packet stuck problem for lockless qdisc
 2021-05-18  0:49 UTC  (8+ messages)
` [PATCH net v8 1/3] net: sched: "

[PATCH] net/packet: Remove redundant assignment to ret
 2021-05-17 23:10 UTC  (2+ messages)

[PATCH -tip v2 00/10] kprobes: Fix stacktrace with kretprobes
 2021-05-17 21:06 UTC  (4+ messages)

[PATCH bpf 1/2] bpf: Clarify a bpf_bprintf_prepare macro
 2021-05-17 18:10 UTC  (5+ messages)
` [PATCH bpf 2/2] bpf: Avoid using ARRAY_SIZE on an uninitialized pointer

[PATCH bpf-next v7 0/3] Add TC-BPF API
 2021-05-17 17:54 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in virtio_net_hdr_to_skb
 2021-05-17 15:46 UTC  (7+ messages)

[syzbot] WARNING in task_ctx_sched_out
 2021-05-17 15:42 UTC  (2+ messages)

[PATCH] bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
 2021-05-17 15:10 UTC  (5+ 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).