bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-13 21:16:22 to 2021-05-18 15:45:00 UTC [more...]

[PATCH net-next v5 0/5] page_pool: recycle buffers
 2021-05-18 15:44 UTC  (19+ messages)
` [PATCH net-next v5 1/5] mm: add a signature in struct page
` [PATCH net-next v5 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v5 4/5] mvpp2: recycle buffers

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

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

[PATCH bpf 1/2] bpf: Set mac_len in bpf_skb_change_head
 2021-05-18 14:23 UTC  (7+ messages)
` [PATCH bpf v2 0/2] bpf: Fix l3 to l2 use of bpf_skb_change_head
  ` [PATCH bpf v2 1/2] selftests/bpf: Add test for l3 use of bpf_redirect_peer
  ` [PATCH bpf v2 2/2] bpf: Set mac_len in bpf_skb_change_head
` [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] ovl: useing ovl_revert_creds() instead of revert_creds(),
 2021-05-18 13:41 UTC  (2+ messages)

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

[Patch bpf] udp: fix a memory leak in udp_read_sock()
 2021-05-18  5:36 UTC  (3+ 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  (11+ messages)
` [PATCH net v8 1/3] net: sched: "
` [PATCH net v8 2/3] net: sched: fix tx action rescheduling issue during deactivation
` [PATCH net v8 3/3] net: sched: fix tx action reschedule issue with stopped queue

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

[PATCH bpf-next 00/11] bpfilter
 2021-05-17 22:53 UTC  (12+ 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

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

[RFC v2] bpf.2: Use standard types and attributes
 2021-05-17 18:56 UTC  (4+ messages)
` [PATCH v3] "

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

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-17 17:07 UTC  (7+ 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)

[syzbot] possible deadlock in perf_event_ctx_lock_nested (2)
 2021-05-17 11:17 UTC 

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-05-17 11:00 UTC  (2+ messages)

[syzbot] WARNING in ctx_sched_out
 2021-05-17 10:35 UTC 

[syzbot] possible deadlock in __schedule
 2021-05-17  9:32 UTC 

[PATCH] lockdown,selinux: fix bogus SELinux lockdown permission checks
 2021-05-17  8:34 UTC  (9+ messages)

[PATCH] perf stat: Fix error return code in bperf__load()
 2021-05-17  8:12 UTC 

[PATCH 2/2] kbuild: remove libelf checks from top Makefile
 2021-05-17  2:50 UTC  (3+ messages)

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

[PATCH bpf-next] libbpf: reject static entry-point BPF programs
 2021-05-15  5:25 UTC  (5+ messages)

[PATCH v5 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-15  4:27 UTC  (23+ messages)
` [PATCH v5 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v5 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v5 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v5 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK
` [PATCH v5 bpf-next 08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT
` [PATCH v5 bpf-next 11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE

[PATCH bpf] selftests/bpf: test ringbuf mmap read-only and read-write restrictions
 2021-05-14 23:14 UTC  (3+ messages)

[PATCH net-next 0/3] net: use XDP helpers
 2021-05-14 22:30 UTC  (5+ messages)
` [PATCH net-next 1/3] stmmac: "
` [PATCH net-next 2/3] igc: "
` [PATCH net-next 3/3] vhost_net: "

[PATCH net v8 0/3] fix packet stuck problem for lockless qdisc
 2021-05-14 22:20 UTC  (5+ messages)
` [PATCH net v8 1/3] net: sched: "
` [PATCH net v8 2/3] net: sched: fix tx action rescheduling issue during deactivation
` [PATCH net v8 3/3] net: sched: fix tx action reschedule issue with stopped queue

[PATCH v6 bpf-next 00/21] bpf: syscall program, FD array, loader program, light skeleton
 2021-05-14 18:16 UTC  (26+ messages)
` [PATCH v6 bpf-next 01/21] bpf: Introduce bpf_sys_bpf() helper and program type
` [PATCH v6 bpf-next 02/21] bpf: Introduce bpfptr_t user/kernel pointer
` [PATCH v6 bpf-next 03/21] bpf: Prepare bpf syscall to be used from kernel and user space
` [PATCH v6 bpf-next 04/21] libbpf: Support for syscall program type
` [PATCH v6 bpf-next 05/21] selftests/bpf: Test "
` [PATCH v6 bpf-next 06/21] bpf: Make btf_load command to be bpfptr_t compatible
` [PATCH v6 bpf-next 07/21] selftests/bpf: Test for btf_load command
` [PATCH v6 bpf-next 08/21] bpf: Introduce fd_idx
` [PATCH v6 bpf-next 09/21] bpf: Add bpf_btf_find_by_name_kind() helper
` [PATCH v6 bpf-next 10/21] bpf: Add bpf_sys_close() helper
` [PATCH v6 bpf-next 11/21] libbpf: Change the order of data and text relocations
` [PATCH v6 bpf-next 12/21] libbpf: Add bpf_object pointer to kernel_supports()
` [PATCH v6 bpf-next 13/21] libbpf: Preliminary support for fd_idx
` [PATCH v6 bpf-next 14/21] libbpf: Generate loader program out of BPF ELF file
` [PATCH v6 bpf-next 15/21] libbpf: Cleanup temp FDs when intermediate sys_bpf fails
` [PATCH v6 bpf-next 16/21] libbpf: Introduce bpf_map__initial_value()
` [PATCH v6 bpf-next 17/21] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
` [PATCH v6 bpf-next 18/21] selftests/bpf: Convert few tests to light skeleton
` [PATCH v6 bpf-next 19/21] selftests/bpf: Convert atomics test "
` [PATCH v6 bpf-next 20/21] selftests/bpf: Convert test printk to use rodata
` [PATCH v6 bpf-next 21/21] selftests/bpf: Convert test trace_printk to lskel

[PATCH bpf] selftests/bpf: convert static to global in tc_redirect progs
 2021-05-14 18:10 UTC  (2+ messages)

[PATCH] selftests/bpf: only munmap the mmaped ringbuf pages
 2021-05-14 18:07 UTC  (2+ messages)

[PATCH net 0/2] virtio-net: fix for build_skb()
 2021-05-14 15:16 UTC  (3+ messages)
` [PATCH net 1/2] virtio-net: fix for unable to handle page fault for address
` [PATCH net 2/2] virtio-net: get build_skb() buf by data ptr

[PATCH net-next 0/2] virtio-net: fix for build_skb()
 2021-05-14 14:04 UTC  (3+ messages)

[RFC] [PATCH bpf-next 0/1] Implement getting cgroup path bpf helper
 2021-05-14 11:21 UTC  (8+ messages)
` [RFC] [PATCH bpf-next 1/1] bpf: Add a BPF helper for getting the cgroup path of current task

[PATCH RESEND v11 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-05-14  6:49 UTC  (7+ messages)
` [PATCH RESEND v11 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCH RESEND v11 2/4] xdp: extend xdp_redirect_map with broadcast support

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-05-14  6:34 UTC  (9+ messages)

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-05-14  2:53 UTC  (17+ messages)

[PATCH v2 bpf-next 1/2] selftests/bpf: validate skeleton gen handles skipped fields
 2021-05-14  0:30 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] libbpf: reject static maps

[PATCH][next] bpf: Use struct_size() in kzalloc()
 2021-05-13 23:06 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests/bpf: validate skeleton gen handles skipped fields
 2021-05-13 22:55 UTC  (2+ messages)
` [PATCH bpf-next 2/2] libbpf: reject static maps

[PATCH v5 bpf-next 00/21] bpf: syscall program, FD array, loader program, light skeleton
 2021-05-13 22:58 UTC  (9+ messages)
` [PATCH v5 bpf-next 16/21] libbpf: Introduce bpf_map__initial_value()
` [PATCH v5 bpf-next 17/21] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command
` [PATCH v5 bpf-next 18/21] selftests/bpf: Convert few tests to light skeleton


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