bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-02 17:39:19 to 2022-08-05 23:25:28 UTC [more...]

[PATCH bpf-next v1 0/3] Add skb + xdp dynptrs
 2022-08-05 23:25 UTC  (31+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v1 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH bpf-next] net: netfilter: Remove ifdefs for code shared by BPF and ctnetlink
 2022-08-05 22:55 UTC  (2+ messages)

[PATCH] x86/bugs: Enable STIBP for IBPB mitigated RetBleed
 2022-08-05 21:50 UTC  (5+ messages)
      ` [PATCH v2] "

[PATCH bpf-next v7 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-05 21:48 UTC  (9+ messages)
` [PATCH bpf-next v7 1/8] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH bpf-next v7 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v7 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v7 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v7 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v7 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v7 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v7 8/8] selftests/bpf: add a selftest for cgroup hierarchical stats collection

[PATCH v3 net 0/4] Do not use RT_TOS for IPv6 flowlabel
 2022-08-05 19:19 UTC  (5+ messages)
` [PATCH v3 net 1/4] geneve: do "
` [PATCH v3 net 2/4] vxlan: "
` [PATCH v3 net 3/4] mlx5: "
` [PATCH v3 net 4/4] ipv6: "

[PATCH] net:bonding:support balance-alb interface with vlan to bridge
 2022-08-05 19:18 UTC  (2+ messages)

[PATCH bpf] bpf: Cleanup ftrace hash in bpf_trampoline_put
 2022-08-05 17:50 UTC  (3+ messages)

[PATCH bpf-next v1] selftests/bpf: Clean up sys_nanosleep uses
 2022-08-05 17:14 UTC 

[syzbot] WARNING: refcount bug in sk_psock_get (2)
 2022-08-05 15:36 UTC  (15+ messages)
` [PATCH v3] net/smc: fix "
` [PATCH v4] net: "
` [PATCH net v5 0/2] net: enhancements to sk_user_data field
  ` [PATCH net v5 1/2] net: fix refcount bug in sk_psock_get (2)
  ` [PATCH net v5 2/2] net: refactor bpf_sk_reuseport_detach()

[PATCH v4] bpf/scripts: Generate GCC compatible helper defs header
 2022-08-05 15:28 UTC  (2+ messages)

Copie de votre message : INVEST TODAY AND BECOME THE NEXT BILLIONAIRE... (Les Cycles du Girou)
 2022-08-05 14:38 UTC 

[PATCH bpf-next v2 0/3] destructive bpf_kfuncs
 2022-08-05 11:31 UTC  (4+ messages)
` [PATCH bpf-next v2 2/3] bpf: export crash_kexec() as destructive kfunc

How about adding a name for bpftool self created maps?
 2022-08-05  9:10 UTC  (5+ messages)

沖縄エギング 赤侍 "FINANCIAL CRISIS CAN MAKE YOU RICH!"
 2022-08-05  6:49 UTC 

[PATCH bpf-next 1/3] mm/vmalloc: introduce vmalloc_exec which allocates RO+X memory
 2022-08-05  5:29 UTC  (3+ messages)

[PATCH v2 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
 2022-08-05  0:29 UTC  (29+ messages)
` [PATCH v2 bpf-next 01/15] net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
` [PATCH v2 bpf-next 02/15] bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
      ` Universally available bpf_ctx WAS: "
` [PATCH v2 bpf-next 03/15] bpf: net: Consider in_bpf() when testing capable() in sk_setsockopt()
` [PATCH v2 bpf-next 04/15] bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable()
` [PATCH v2 bpf-next 05/15] bpf: net: Change do_ip_setsockopt() "
` [PATCH v2 bpf-next 06/15] bpf: net: Change do_ipv6_setsockopt() "
` [PATCH v2 bpf-next 07/15] bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
` [PATCH v2 bpf-next 08/15] bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
` [PATCH v2 bpf-next 09/15] bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
` [PATCH v2 bpf-next 10/15] bpf: Refactor bpf specific tcp optnames to a new function
` [PATCH v2 bpf-next 11/15] bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
` [PATCH v2 bpf-next 12/15] bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
` [PATCH v2 bpf-next 13/15] bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
` [PATCH v2 bpf-next 14/15] bpf: Add a few optnames to bpf_setsockopt
` [PATCH v2 bpf-next 15/15] selftests/bpf: bpf_setsockopt tests

[PATCH v2] BPF: Fix potential bad pointer dereference in bpf_sys_bpf()
 2022-08-05  0:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] Parameterize task iterators
 2022-08-04 23:05 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] bpf: "

[PATCH bpf-next v3] bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
 2022-08-04 21:50 UTC  (2+ messages)

[PATCH v2] libbpf: ensure functions with always_inline attribute are inline
 2022-08-04 21:50 UTC  (3+ messages)

[PATCH] libbpf: skip empty sections in bpf_object__init_global_data_maps
 2022-08-04 21:50 UTC  (2+ messages)

[PATCH] libbpf: Initialize err in probe_map_create
 2022-08-04 21:50 UTC  (2+ messages)

[PATCH bpf-next v3 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-04 20:11 UTC  (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

bpftool gen object doesn't handle GCC built BPF ELF files
 2022-08-04 17:29 UTC  (26+ messages)

[PATCH v2 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-08-04 17:16 UTC  (3+ messages)

LPC 2022 Networking and BPF Track CFP (Reminder)
 2022-08-04 16:52 UTC  (2+ messages)
` LPC 2022 Networking and BPF Track CFP (Final Reminder)

[PATCH net] net: bpf: Use the protocol's set_rcvlowat behavior if there is one
 2022-08-04 15:04 UTC 

[PATCH] ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
 2022-08-04 13:53 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] ixgbe: Use kmap_local_page in ixgbe_check_lbtest_frame()
 2022-08-04 12:53 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net] virtio_net: fix memory leak inside XPD_TX with mergeable
 2022-08-04  7:35 UTC  (2+ messages)

[PATCH bpf-next] bpf: Add BPF-helper for accessing CLOCK_TAI
 2022-08-04  6:40 UTC  (12+ messages)

[PATCH bpf] bpf, arm64: allocate program buffer using kvcalloc instead of kcalloc
 2022-08-04  2:54 UTC 

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-04  0:29 UTC  (8+ messages)
` [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter

[PATCH bpf-next v6 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-04  0:18 UTC  (4+ messages)
` [PATCH bpf-next v6 4/8] bpf: Introduce cgroup iter

[PATCH bpf-next] libbpf: reject legacy 'maps' ELF section
 2022-08-03 21:42 UTC 

[PATCH bpf-next v2 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-03 18:27 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

[PATCH] perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test
 2022-08-03 16:01 UTC  (10+ messages)

[PATCH v2 net 0/4] Do not use RT_TOS for IPv6 flowlabel
 2022-08-03 15:31 UTC  (11+ messages)
` [PATCH v2 net 1/4] geneve: do "
` [PATCH v2 net 2/4] vxlan: "
` [PATCH v2 net 4/4] ipv6: "

[PATCH v3 0/4] Introduce security_create_user_ns()
 2022-08-03 15:20 UTC  (12+ messages)

[PATCH] libbpf: ensure functions with always_inline attribute are inline
 2022-08-03 15:17 UTC  (3+ messages)

[PATCH bpf-next v4] selftests: xsk: Update poll test cases
 2022-08-03 14:43 UTC 

[PATCH bpf-next v1 0/2] Add __ref annotation for kfuncs
 2022-08-03 14:34 UTC  (11+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add support for per-parameter trusted args

[PATCH bpf-next v3] selftests: xsk: Update poll test cases
 2022-08-03 14:22 UTC  (3+ messages)

[RFC PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-03 13:27 UTC  (6+ messages)
` [RFC PATCH bpf-next 10/15] bpf: Use bpf_map_pages_alloc in ringbuf

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-03 13:13 UTC  (10+ messages)
` [PATCH v4 1/4] security, lsm: "
` [PATCH v4 2/4] bpf-lsm: Make bpf_lsm_userns_create() sleepable
` [PATCH v4 3/4] selftests/bpf: Add tests verifying bpf lsm userns_create hook

[PATCH bpf-next v1] bpf, iter: clean up bpf_seq_read()
 2022-08-03 11:53 UTC  (5+ messages)

[PATCH bpf-next v1] bpf: verifier cleanups
 2022-08-03  8:15 UTC  (2+ messages)

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-08-03  7:41 UTC  (2+ messages)

[BUG] Possible deadlock in bpf_local_storage_update
 2022-08-03  3:04 UTC  (3+ messages)

[PATCH bpf-next v2 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-03  0:38 UTC  (7+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
 2022-08-02 23:46 UTC  (7+ messages)

[RFC PATCH bpf-next] bpftool: Mark generated skeleton headers as system headers
 2022-08-02 23:16 UTC  (4+ messages)

[RFC PATCH bpf-next 0/3] Add support for qp-trie map
 2022-08-02 22:38 UTC  (2+ messages)

[PATCHv2 bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
 2022-08-02 22:36 UTC  (2+ messages)

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-08-02 22:02 UTC  (2+ messages)

[PATCH bpf 1/2] bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI
 2022-08-02 17:42 UTC  (8+ messages)
` [PATCH bpf 2/2] bpf: Update bpf_design_QA.rst to clarify that attaching to functions "

[PATCH v3 bpf 1/3] bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI
 2022-08-02 17:39 UTC 

[PATCH v3 bpf 3/3] bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a function
 2022-08-02 17:39 UTC 

[PATCH v3 bpf 2/3] bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABI
 2022-08-02 17:39 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).