bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 17:42:20 to 2021-05-13 21:27:29 UTC [more...]

[PATCH v5 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-13 21:27 UTC  (2+ messages)

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

[PATCH v26 02/25] LSM: Add the lsmblob data structure
 2021-05-13 20:07 UTC 

[PATCH RESEND v11 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-05-13 20:01 UTC  (6+ 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 RESEND v11 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCH RESEND v11 4/4] selftests/bpf: add xdp_redirect_multi test

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-05-13 18:45 UTC  (21+ messages)

[PATCH net-next v5 0/5] page_pool: recycle buffers
 2021-05-13 18:25 UTC  (8+ messages)
` [PATCH net-next v5 1/5] mm: add a signature in struct page
` [PATCH net-next v5 2/5] skbuff: add a parameter to __skb_frag_unref
` [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 net-next v5 5/5] mvneta: "

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-05-13 17:15 UTC  (15+ messages)
` [RFC PATCH bpf-next seccomp 10/12] seccomp-ebpf: Add ability to read user memory
` [RFC PATCH bpf-next seccomp 12/12] seccomp-ebpf: support task storage from BPF-LSM, defaulting to group leader

[PATCH v2 bpf-next 2/6] libbpf: rename static variables during linking
 2021-05-13 15:41 UTC  (24+ messages)
                  ` bpf libraries and static variables. Was: "

[PATCH net v7 0/3] fix packet stuck problem for lockless qdisc
 2021-05-13 15:24 UTC  (6+ messages)
` [PATCH net v7 1/3] net: sched: "
` [PATCH net v7 2/3] net: sched: fix endless tx action reschedule during deactivation
` [PATCH net v7 3/3] net: sched: fix tx action reschedule issue with stopped queue

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

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

[PATCH 1/1] libbpf: Delete an unneeded bool conversion
 2021-05-13  6:31 UTC  (7+ messages)

[PATCH net-next v4 0/4] page_pool: recycle buffers
 2021-05-13  3:25 UTC  (20+ messages)
` [PATCH net-next v4 1/4] mm: add a signature in struct page
` [PATCH net-next v4 2/4] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v4 3/4] mvpp2: recycle buffers
` [PATCH net-next v4 4/4] mvneta: "

[PATCH bpf-next] bpf: arm64: Replace STACK_ALIGN() with round_up() to align stack size
 2021-05-12 20:56 UTC  (2+ messages)

linux-next: Tree for May 12 (arch/x86/net/bpf_jit_comp32.o)
 2021-05-12 20:21 UTC  (4+ messages)

[PATCH net v6 0/3] fix packet stuck problem for lockless qdisc
 2021-05-12 19:47 UTC  (8+ messages)
` [PATCH net v6 3/3] net: sched: fix tx action reschedule issue with stopped queue
      `  "
          ` [Linuxarm] "

[PATCH] samples, bpf: suppress compiler warning
 2021-05-12 19:40 UTC  (2+ messages)

[PATCH 2/2] kbuild: remove libelf checks from top Makefile
 2021-05-12 19:36 UTC  (2+ messages)

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

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

[PATCH bpf] bpf: check for data_len before upgrading mss when 6 to 4
 2021-05-12 14:13 UTC  (23+ messages)
    ` [PATCH bpf v2] bpf: check BPF_F_ADJ_ROOM_FIXED_GSO when upgrading mss in "
        ` [PATCH bpf-next v3] bpf: check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto

[PATCH bpf-next v7 0/3] Add TC-BPF API
 2021-05-12 10:34 UTC  (4+ messages)
` [PATCH bpf-next v7 1/3] libbpf: add netlink helpers
` [PATCH bpf-next v7 2/3] libbpf: add low level TC-BPF API
` [PATCH bpf-next v7 3/3] libbpf: add selftests for "

AF_XDP poll() / sendmsg() race + headroom changes
 2021-05-12 10:02 UTC  (4+ messages)

[PATCH v2] sysctl: Remove redundant assignment to first
 2021-05-10 18:59 UTC  (2+ messages)

pull-request: bpf 2021-05-11
 2021-05-11 21:59 UTC 

[PATCH bpf] bpf: Limit static tcp-cc functions in the .BTF_ids list to x86
 2021-05-11 21:30 UTC  (2+ messages)

[PATCH bpf v3] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-05-11 21:30 UTC  (2+ messages)

[PATCH 1/1] libbpf: Provide GELF_ST_VISIBILITY() define for older libelf
 2021-05-11 21:20 UTC  (2+ messages)

[PATCH bpf v2] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 2021-05-11 21:12 UTC  (3+ messages)

[PATCHv2] bpf: Add deny list of btf ids check for tracing programs
 2021-05-11 21:05 UTC  (4+ messages)

[PATCH v7 bpf-next 0/3] Add lookup_and_delete_elem support to BPF hash map types
 2021-05-11 21:00 UTC  (4+ messages)
` [PATCH v7 bpf-next 1/3] bpf: add lookup_and_delete_elem support to hashtab
` [PATCH v7 bpf-next 2/3] bpf: extend libbpf with bpf_map_lookup_and_delete_elem_flags
` [PATCH v7 bpf-next 3/3] selftests/bpf: add bpf_lookup_and_delete_elem tests

[PATCH bpf 1/2] bpf, kconfig: Add consolidated menu entry for bpf with core options
 2021-05-11 20:35 UTC  (2+ messages)
` [PATCH bpf 2/2] bpf: Add kconfig knob for disabling unpriv bpf by default

[RFC] Add BPF_PROG_TYPE_CGROUP_IOCTL
 2021-05-11 15:48 UTC  (12+ messages)

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-05-11  8:41 UTC  (11+ messages)

[PATCH bpf] bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
 2021-05-11  8:09 UTC  (4+ messages)

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

[PATCH bpf-next 0/3] Reduce kmalloc / kfree churn in the verifier
 2021-05-11  0:55 UTC  (2+ messages)

[PATCH v2 dwarves] btf: Remove ftrace filter
 2021-05-10 18:08 UTC  (6+ messages)

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-05-10 17:48 UTC  (8+ messages)

[RESEND] LSF/MM/BPF: 2021: Call for Proposals
 2021-05-10 17:42 UTC 


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