messages from 2022-02-20 02:24:14 to 2022-02-23 04:29:02 UTC [more...]
[PATCH] bpf: move the bpf syscall sysctl table to its own module
2022-02-23 4:28 UTC (3+ messages)
[PATCH v3 bpf-next] Small BPF verifier log improvements
2022-02-23 4:23 UTC (2+ messages)
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-02-23 3:22 UTC (12+ messages)
` [PATCH 01/10] lib/sort: Add priv pointer to swap function
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 03/10] bpf: Add bpf_get_func_ip kprobe helper for "
` [PATCH 04/10] bpf: Add support to inline bpf_get_func_ip helper on x86
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 06/10] libbpf: Add libbpf_kallsyms_parse function
` [PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
` [PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values
[PATCH bpf v1 0/5] More fixes for crashes due to bad PTR_TO_BTF_ID reg->off
2022-02-23 3:16 UTC (15+ messages)
` [PATCH bpf v1 1/5] bpf: Fix kfunc register offset check for PTR_TO_BTF_ID
[PATCH bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-02-23 3:13 UTC (6+ messages)
[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
2022-02-23 3:13 UTC (33+ messages)
` [PATCH bpf-next v1 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v1 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v1 03/15] bpf: Allow storing PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v1 05/15] bpf: Allow storing PTR_TO_PERCPU_BTF_ID "
` [PATCH bpf-next v1 06/15] bpf: Allow storing __user PTR_TO_BTF_ID "
` [PATCH bpf-next v1 07/15] bpf: Prevent escaping of pointers loaded from maps
` [PATCH bpf-next v1 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v1 09/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v1 10/15] bpf: Wire up freeing of referenced PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 11/15] bpf: Teach verifier about kptr_get style kfunc helpers
` [PATCH bpf-next v1 12/15] net/netfilter: Add bpf_ct_kptr_get helper
` [PATCH bpf-next v1 13/15] libbpf: Add __kptr* macros to bpf_helpers.h
` [PATCH bpf-next v1 14/15] selftests/bpf: Add C tests for PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 15/15] selftests/bpf: Add verifier "
[PATCH] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
2022-02-23 2:36 UTC (2+ messages)
[PATCH AUTOSEL 5.10 12/18] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:30 UTC
[PATCH AUTOSEL 5.15 19/28] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:29 UTC
[PATCH AUTOSEL 5.16 21/30] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:28 UTC
[PATCH] bpf: move the bpf syscall sysctl table to its own module
2022-02-23 2:24 UTC
[PATCH bpf-next] bpf: add config to allow loading modules with BTF mismatches
2022-02-23 1:28 UTC
[PATCH v2 bpf-next] Small BPF verifier log improvements
2022-02-23 0:55 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: workaround stdout issue in VM launched by vmtest.sh
2022-02-23 0:05 UTC
[PATCH v3 bpf-next] scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading
2022-02-22 23:20 UTC (2+ messages)
[PATCH v1 0/6] Add TDX Guest Attestation support
2022-02-22 23:17 UTC (7+ messages)
` [PATCH v1 1/6] x86/tdx: Add tdx_mcall_tdreport() API support
` [PATCH v1 2/6] x86/tdx: Add tdx_hcall_get_quote() "
` [PATCH v1 3/6] x86/tdx: Add SetupEventNotifyInterrupt TDX hypercall support
` [PATCH v1 4/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
` [PATCH v1 5/6] x86/tdx: Add TDX Guest event notify interrupt vector support
` [PATCH v1 6/6] tools/tdx: Add a sample attestation user app
[PATCH bpf-next v4 0/4] bpf, arm64: support more atomic ops
2022-02-22 22:42 UTC (3+ messages)
[PATCH bpf-next] libbpf: Remove redundant check in btf_fixup_datasec()
2022-02-22 22:40 UTC (5+ messages)
[PATCH bpf-next] selftests/bpf: Fix implementation-defined behavior in sk_lookup test
2022-02-22 21:51 UTC (8+ messages)
[PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver
2022-02-22 19:43 UTC (4+ messages)
` [PATCH v3 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v3 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v3 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH bpf-next] Small BPF verifier log improvements
2022-02-22 18:34 UTC (3+ messages)
[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
2022-02-22 18:25 UTC (4+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix certain narrow loads with offsets
` [PATCH RFC bpf-next 2/3] bpf: Fix bpf_sk_lookup.remote_port on big-endian
` [PATCH RFC bpf-next 3/3] selftests/bpf: Adapt bpf_sk_lookup.remote_port loads
[PATCH net-next v3 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-22 18:20 UTC (14+ messages)
` [PATCH net-next v3 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v3 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v3 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v3 4/4] net: tun: track dropped skb via kfree_skb_reason()
[PATCH v2 bpf-next 0/3] introduce xdp frags support to veth driver
2022-02-22 18:03 UTC (4+ messages)
` [PATCH v2 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH net-next v3 0/3] net: dev: PREEMPT_RT fixups
2022-02-22 16:13 UTC (5+ messages)
` [PATCH net-next v3 2/3] net: dev: Makes sure netif_rx() can be invoked in any context
[PATCH bpf-next v3 0/1] Avoid size mismatches in skeletons
2022-02-22 15:59 UTC (4+ messages)
` [PATCH bpf-next v3 1/1] bpftool: bpf skeletons assert type sizes
[PATCH 0/8] bpf: Add fprobe link
2022-02-22 12:42 UTC (18+ messages)
[PATCH bpf v3] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
2022-02-22 10:51 UTC
[PATCH 0/2] Update L7 BPF maintainers / mailmap
2022-02-22 10:39 UTC (2+ messages)
` [PATCH 1/2] bpf: remove Lorenz Bauer from L7 BPF maintainers
[PATCH bpf-next v3 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-02-22 9:57 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v3 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "
[PATCH bpf] xsk: fix race at socket teardown
2022-02-22 9:43 UTC
How to get the device number of 'bpf_get_ns_current_pid_tgid' helper
2022-02-22 9:19 UTC (3+ messages)
[PATCH RFC 0/3] bpf: show attached name for progs without btf name
2022-02-22 8:34 UTC (9+ messages)
` [PATCH RFC 2/3] bpf: set attached cgroup name in attach_name
[PATCH bpf-next 0/2] libbpf: Fix btf dump error for BTF_KIND_FWD
2022-02-22 7:45 UTC (3+ messages)
` [PATCH bpf-next 1/2] libbpf: Skip BTF_KIND_FWD when counting duplicated type names
` [PATCH bpf-next 2/2] selftests/bpf: Update btf_dump case for conflict FWD and STRUCT name
BTF type tags not emitted properly when using macros
2022-02-22 6:55 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Add test for reg2btf_ids out of bounds access
2022-02-22 4:30 UTC (4+ messages)
[PATCH bpf-next v3 0/2] bpf, arm64: fix bpf line info
2022-02-22 3:58 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] bpf, arm64: calculate offset as byte-offset for "
[PATCH bpf-next v2 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-02-22 2:14 UTC (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v2 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "
[PATCH bpf-next v2] bpftool: Remove usage of reallocarray()
2022-02-22 1:48 UTC (3+ messages)
[PATCH bpf-next v2 0/2] Split bpf_sk_lookup remote_port field
2022-02-21 18:34 UTC (7+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
2022-02-21 15:21 UTC (11+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP
[PATCH v3 bpf-next] selftests/bpf: fix btfgen tests
2022-02-21 12:26 UTC (4+ messages)
[PATCH net-next 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
2022-02-21 10:31 UTC (5+ messages)
` [PATCH net-next 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH net-next 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH net-next 3/4] bpf, sockmap: Fix more uncharged while msg has more_data
` [PATCH net-next 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg
[PATCH] bpf: cleanup comments
2022-02-21 10:02 UTC (4+ messages)
Wycena paneli fotowoltaicznych
2022-02-21 8:45 UTC
[PATCH] usb: dwc3: gadget: Let the interrupt handler disable bottom halves
2022-02-21 7:06 UTC (2+ messages)
[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
2022-02-21 7:00 UTC (8+ messages)
` [PATCH v5 20/22] virtio_net: set the default max ring num
[PATCH 0/3] powerpc/ftrace: Reserve instructions from function entry for ftrace
2022-02-21 0:15 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] kprobes: Allow probing on any address belonging to ftrace
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-20 23:10 UTC (7+ messages)
` [PATCH 3/3] perf tools: Rework prologue generation code
[PATCH net-next v3 0/9] net: add skb drop reasons to TCP packet receive
2022-02-20 14:30 UTC (11+ messages)
` [PATCH net-next v3 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next v3 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next v3 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next v3 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next v3 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next v3 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next v3 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next v3 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next v3 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
[PATCH v2 intel-net] ice: avoid XDP checks in ice_clean_tx_irq()
2022-02-20 11:41 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH v2 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-20 5:40 UTC (7+ messages)
` [PATCH v2 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH v2 3/3] net: tun: "
[PATCH v2 bpf-next] selftests/bpf: fix btfgen tests
2022-02-20 2:27 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox