bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-15 21:06:26 to 2022-04-20 13:09:27 UTC [more...]

[PATCH net-next] ixgbe: add xdp frags support to ndo_xdp_xmit
 2022-04-20 13:09 UTC  (2+ messages)

[net-next v1] bpf: add bpf_ktime_get_real_ns helper
 2022-04-20 12:53 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-20 11:42 UTC  (6+ messages)
` [PATCH bpf-next v2 5/6] bpf, arm64: "

[PATCH v5 bpf-next 00/17] bpf: CO-RE support in the kernel
 2022-04-20 11:32 UTC  (3+ messages)
` [PATCH v5 bpf-next 05/17] bpf: Pass a set of bpf_core_relo-s to prog_load command

How to disassemble a BPF program?
 2022-04-20 11:38 UTC  (2+ messages)

[PATCH 1/2] Fix race in igc_xdp_xmit_zc
 2022-04-20 10:37 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH net-next v5 0/3] net: atlantic: Add XDP support
 2022-04-20 10:00 UTC  (5+ messages)
` [PATCH net-next v5 1/3] net: atlantic: Implement xdp control plane
` [PATCH net-next v5 2/3] net: atlantic: Implement xdp data plane
` [PATCH net-next v5 3/3] net: atlantic: Implement .ndo_xdp_xmit handler

[PATCH bpf-next v3 1/3] Add error returns to two API functions
 2022-04-20  8:23 UTC  (7+ messages)
` [PATCH bpf-next v3 2/3] Update API functions usage to check error
` [PATCH bpf-next v3 3/3] Add documentation to API functions

[External] [PATCH bpf-next v4 0/3] Add source ip in bpf tunnel key
 2022-04-20  8:23 UTC  (6+ messages)
` [External] [PATCH bpf-next v4 1/3] bpf: Add source ip in "struct bpf_tunnel_key"
` [External] [PATCH bpf-next v4 2/3] selftests/bpf: move vxlan tunnel testcases to test_progs
` [External] [PATCH bpf-next v4 3/3] selftests/bpf: replace bpf_trace_printk in tunnel kernel code

[PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP
 2022-04-20  7:58 UTC  (20+ messages)

Ruch z pierwszej pozycji w Google
 2022-04-20  6:55 UTC 

[PATCH v2 bpf-next 0/2] Support riscv libbpf USDT arg parsing logic
 2022-04-20  5:50 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: Fix usdt_cookie being cast to 32 bits
` [PATCH v2 bpf-next 2/2] libbpf: Support riscv USDT argument parsing logic

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-20  5:30 UTC  (33+ messages)
` [PATCH bpf-next 01/11] bpf, perf: fix bpftool compilation with !CONFIG_PERF_EVENTS
` [PATCH bpf-next 02/11] bpf: always emit struct bpf_perf_link BTF
` [PATCH bpf-next 03/11] tools, bpf: fix bpftool build with !CONFIG_BPF_EVENTS
` [PATCH bpf-next 04/11] samples: bpf: add 'asm/mach-generic' include path for every MIPS
` [PATCH bpf-next 05/11] samples: bpf: use host bpftool to generate vmlinux.h, not target
` [PATCH bpf-next 06/11] tools, bpf: fix fcntl.h include in bpftool
` [PATCH bpf-next 07/11] samples: bpf: fix uin64_t format literals
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions
` [PATCH bpf-next 09/11] samples: bpf: fix include order for non-Glibc environments
` [PATCH bpf-next 10/11] samples: bpf: fix -Wsequence-point
` [PATCH bpf-next 11/11] samples: bpf: xdpsock: fix -Wmaybe-uninitialized

[PATCH v2 bpf-next] bpf: Fix usage of trace RCU in local storage
 2022-04-20  2:20 UTC  (3+ messages)

[PATCH v2 0/2] AF_XDP patches for zero-copy in igc driver
 2022-04-20  1:26 UTC  (2+ messages)
` [PATCH v2 1/2] igc: Fix race in igc_xdp_xmit_zc

[PATCH bpf-next v3 0/2] Ensure type tags are always ordered first in BTF
 2022-04-20  1:00 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Ensure type tags precede modifiers "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for type tag order validation

[PATCH bpf-next 0/3] Introduce local_storage exclusive caching
 2022-04-20  0:21 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Introduce local_storage exclusive caching option
` [PATCH bpf-next 2/3] selftests/bpf: Add local_storage exclusive cache test
` [PATCH bpf-next 3/3] bpf: Remove duplicate define in bpf_local_storage.h

[PATCH bpf-next] bpf: use bpf_prog_run_array_cg_flags everywhere
 2022-04-19 22:22 UTC 

[PATCH bpf-next 1/2] libbpf: support opting out from autoloading BPF programs declaratively
 2022-04-19 21:00 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: use non-autoloaded programs in few tests

[PATCH bpf-next v2 0/7] Dynamic pointers
 2022-04-19 20:35 UTC  (19+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add MEM_UNINIT as a bpf_type_flag
` [PATCH bpf-next v2 2/7] bpf: Add OBJ_RELEASE "
` [PATCH bpf-next v2 3/7] bpf: Add bpf_dynptr_from_mem, bpf_dynptr_alloc, bpf_dynptr_put
` [PATCH bpf-next v2 4/7] bpf: Add bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v2 5/7] bpf: Add dynptr data slices
` [PATCH bpf-next v2 6/7] bpf: Dynptr support for ring buffers
` [PATCH bpf-next v2 7/7] bpf: Dynptr tests

[PATCH bpf-next v5 0/8] bpf: cgroup_sock lsm flavor
 2022-04-19 19:00 UTC  (9+ messages)
` [PATCH bpf-next v5 1/8] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v5 2/8] bpf: convert cgroup_bpf.progs to hlist
` [PATCH bpf-next v5 3/8] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v5 4/8] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v5 5/8] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next v5 6/8] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v5 7/8] selftests/bpf: lsm_cgroup functional test
` [PATCH bpf-next v5 8/8] selftests/bpf: verify lsm_cgroup struct sock access

[PATCH v1] RISC-V: defconfigs: Add syzkaller's config as a defconfig
 2022-04-19 17:49 UTC 

[PATCH bpf-next v5 00/13] Introduce typed pointer support in BPF maps
 2022-04-19 17:35 UTC  (5+ messages)
` [PATCH bpf-next v5 06/13] bpf: Prevent escaping of kptr loaded from maps

[PATCH bpf-next] selftests/bpf: limit unroll_count for pyperf600 test
 2022-04-19 17:30 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Workaround a verifier issue for test exhandler
 2022-04-19 17:30 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: move rcu lock management out of BPF_PROG_RUN routines
 2022-04-19 17:05 UTC  (11+ messages)

LSF/MM/BPF 2022: Running BOF
 2022-04-19 15:20 UTC 

[PATCH bpf-next] libbpf: Support riscv USDT argument parsing logic
 2022-04-19 13:00 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: reduce the sampling interval in xdp1_user
 2022-04-19 11:47 UTC 

[PATCHv2 bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-19  8:26 UTC  (8+ messages)
` [PATCHv2 bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [PATCHv2 bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
` [PATCHv2 bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
` [PATCHv2 bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH net-next v4 00/18] Remove use of list iterator after loop body
 2022-04-19  7:45 UTC  (15+ messages)
` [PATCH net-next v4 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v4 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v4 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v4 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v4 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v4 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v4 14/18] sfc: Remove usage of list iterator for list_add() after the loop body

[PATCH bpf-next v2 0/2] Ensure type tags are always ordered first in BTF
 2022-04-19  5:44 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Ensure type tags precede modifiers "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for type tag order validation

[PATCH v2 bpf-next] selftests/bpf: refactor prog_tests logging and test execution
 2022-04-19  4:30 UTC  (3+ messages)

linux-next: build failure after merge of the bpf-next tree
 2022-04-19  1:56 UTC 

[PATCH bpf-next v1 0/2] Ensure type tags are always ordered first in BTF
 2022-04-18 22:22 UTC  (5+ messages)
` [PATCH bpf-next v1 1/2] bpf: Ensure type tags precede modifiers "

[PATCH] ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program type
 2022-04-18 19:11 UTC  (2+ messages)

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-18 17:33 UTC  (12+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH bpf-next] bpf: Fix usage of trace RCU in local storage
 2022-04-18 15:45 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix usage of trace RCU in local storage
 2022-04-18 15:44 UTC  (2+ messages)

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-18  8:48 UTC  (12+ messages)
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-18  1:52 UTC  (2+ messages)

[External] [PATCH bpf-next v3 0/3] Add source ip in bpf tunnel key
 2022-04-17 23:17 UTC 

[External] [PATCH bpf-next v3 0/4] Add source ip in bpf tunnel key
 2022-04-17 13:20 UTC  (4+ messages)
` [External] [PATCH bpf-next v3 1/3] bpf: Add source ip in "struct bpf_tunnel_key"
` [External] [PATCH bpf-next v3 2/3] selftests/bpf: move vxlan tunnel testcases to test_progs
` [External] [PATCH bpf-next v3 3/3] selftests/bpf: replace bpf_trace_printk in tunnel kernel code

[PATCH bpf-next v4 0/3] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-16 10:58 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] net: Enlarge offset check value from 0xffff to INT_MAX "
` [PATCH bpf-next v4 2/3] net: change skb_ensure_writable()'s write_len param to unsigned int type
` [PATCH bpf-next v4 3/3] selftests: bpf: add test for skb_load_bytes

[PATCH bpf-next v3 0/3] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-16 10:45 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] net: Enlarge offset check value from 0xffff to INT_MAX "

[PATCH dwarves v6 0/6] Attach a cookie to a tracing program
 2022-04-16  4:29 UTC  (7+ messages)
` [PATCH dwarves v6 1/6] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH dwarves v6 2/6] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH dwarves v6 3/6] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret
` [PATCH dwarves v6 4/6] bpf: Create fentry/fexit/fmod_ret links through BPF_LINK_CREATE
` [PATCH dwarves v6 5/6] libbpf: Assign cookies to links in libbpf
` [PATCH dwarves v6 6/6] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-04-15 23:11 UTC  (7+ messages)
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 vxlan tunnel source testcase

[syzbot] WARNING in check_map_prog_compatibility
 2022-04-15 21:55 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).