bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 21:38:43 to 2020-07-03 22:24:19 UTC [more...]

[PATCH v5 bpf-next 0/9] introduce support for XDP programs in CPUMAP
 2020-07-03 22:24 UTC  (7+ messages)
` [PATCH v5 bpf-next 5/9] bpf: cpumap: add the possibility to attach an eBPF program to cpumap

[PATCH net v3] sched: consistently handle layer3 header accesses in the presence of VLANs
 2020-07-03 22:17 UTC  (3+ messages)

[PATCH net-next v2 0/5] mvpp2: XDP support
 2020-07-03 21:46 UTC  (8+ messages)
` [PATCH net-next v2 1/5] mvpp2: refactor BM pool init percpu code
` [PATCH net-next v2 2/5] mvpp2: use page_pool allocator
` [PATCH net-next v2 3/5] mvpp2: add basic XDP support
` [PATCH net-next v2 4/5] mvpp2: XDP TX support
` [PATCH net-next v2 5/5] mvpp2: xdp ethtool stats

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-03 21:37 UTC  (35+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v3 00/16] "
                ` [PATCH v3 01/16] umh: Capture the pid in umh_pipe_setup
                ` [PATCH v3 02/16] umh: Move setting PF_UMH into umh_pipe_setup
                ` [PATCH v3 03/16] umh: Rename the user mode driver helpers for clarity
                ` [PATCH v3 04/16] umh: Remove call_usermodehelper_setup_file
                ` [PATCH v3 05/16] umh: Separate the user mode driver and the user mode helper support
                ` [PATCH v3 06/16] umd: For clarity rename umh_info umd_info
                ` [PATCH v3 07/16] umd: Rename umd_info.cmdline umd_info.driver_name
                ` [PATCH v3 08/16] umd: Transform fork_usermode_blob into fork_usermode_driver
                ` [PATCH v3 09/16] umh: Stop calling do_execve_file
                ` [PATCH v3 10/16] exec: Remove do_execve_file
                ` [PATCH v3 11/16] bpfilter: Move bpfilter_umh back into init data
                ` [PATCH v3 12/16] umd: Track user space drivers with struct pid
                ` [PATCH v3 13/16] exit: Factor thread_group_exited out of pidfd_poll
                ` [PATCH v3 14/16] bpfilter: Take advantage of the facilities of struct pid
                ` [PATCH v3 15/16] umd: Remove exit_umh
                ` [PATCH v3 16/16] umd: Stop using split_argv

[PATCH bpf-next] selftests/bpf: fix compilation error of bpf_iter_task_stack.c
 2020-07-03 21:30 UTC  (2+ messages)

[bpf-next PATCH v2] bpf: fix bpftool without skeleton code enabled
 2020-07-03 21:22 UTC  (2+ messages)

Build errors in tools/testing/selftests/bpf/ at 046cc3dd9a25
 2020-07-03 18:09 UTC  (2+ messages)

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-03 15:50 UTC  (11+ messages)
` [PATCH 1/5] kallsyms: Refactor kallsyms_show_value() to take cred
` [PATCH 2/5] module: Refactor section attr into bin attribute
` [PATCH 3/5] module: Do not expose section addresses to non-CAP_SYSLOG
` [PATCH 4/5] kprobes: Do not expose probe "
` [PATCH 5/5] bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()

[PATCH bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-03 14:44 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: use dedicated bpf_trace_printk event instead of trace_printk()
` [PATCH bpf-next 2/2] selftests/bpf: add selftests verifying bpf_trace_printk() behaviour

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-03 13:04 UTC  (25+ messages)
` [PATCH bpf-next v3 01/16] bpf, netns: Handle multiple link attachments
` [PATCH bpf-next v3 02/16] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v3 03/16] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 04/16] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 05/16] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 06/16] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 07/16] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 08/16] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 09/16] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v3 10/16] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v3 11/16] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v3 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v3 13/16] tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type
` [PATCH bpf-next v3 14/16] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v3 15/16] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v3 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH bpf-next V3 0/3] BPF selftests test runner test_progs improvement for scripting
 2020-07-03 11:59 UTC  (12+ messages)
` [PATCH bpf-next V3 1/3] selftests/bpf: test_progs indicate to shell on non-actions
    ` [PATCH bpf-next] selftests/bpf: test_progs use another shell exit "
` [PATCH bpf-next V3 2/3] selftests/bpf: test_progs option for getting number of tests
` [PATCH bpf-next V3 3/3] selftests/bpf: test_progs option for listing test names

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-03 11:18 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Factor out bpf_link_get_by_id() helper
` [PATCH bpf-next 2/3] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH bpf-next 3/3] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH v5 bpf-next 0/9] bpf: Add d_path helper - preparation changes
 2020-07-03  9:51 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/9] bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
` [PATCH v5 bpf-next 2/9] bpf: Compile resolve_btfids tool at kernel compilation start
` [PATCH v5 bpf-next 3/9] bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macros
` [PATCH v5 bpf-next 4/9] bpf: Resolve BTF IDs in vmlinux image
` [PATCH v5 bpf-next 5/9] bpf: Remove btf_id helpers resolving
` [PATCH v5 bpf-next 6/9] bpf: Use BTF_ID to resolve bpf_ctx_convert struct
` [PATCH v5 bpf-next 7/9] bpf: Add info about .BTF.ids section to btf.rst
` [PATCH v5 bpf-next 8/9] tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
` [PATCH v5 bpf-next 9/9] selftests/bpf: Add test for resolve_btfids

[PATCH] Replace HTTP links with HTTPS ones: BPF (Safe dynamic programs and tools)
 2020-07-03  6:38 UTC  (3+ messages)

[bpf-next] bpf: fix build without CONFIG_STACKTRACE
 2020-07-03  3:30 UTC  (2+ messages)

[PATCH] hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 option
 2020-07-03  0:45 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-02 22:17 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: selftests: A few improvements to network_helpers.c
` [PATCH v2 bpf-next 2/2] bpf: selftests: Restore netns after each test

[bpf-next PATCH] bpf: fix bpftool without skeleton code enabled
 2020-07-02 21:01 UTC  (2+ messages)

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-02 16:04 UTC  (13+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event
` [PATCH bpf-next 2/4] samples: bpf: refactor BPF map in map test with libbpf
` [PATCH bpf-next 3/4] samples: bpf: refactor BPF map performance "
` [PATCH bpf-next 4/4] selftests: bpf: remove unused bpf_map_def_legacy struct

[PATCH net-next 0/4] i40e driver performance tweaks for AF_XDP
 2020-07-02 15:37 UTC  (5+ messages)
` [PATCH net-next 1/4] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
` [PATCH net-next 2/4] i40e: use 16B HW descriptors instead of 32B
` [PATCH net-next 3/4] i40e, xsk: increase budget for AF_XDP path
` [PATCH net-next 4/4] i40e, xsk: move buffer allocation out of the Rx processing loop

[PATCH 18/20] block: refator submit_bio_noacct
 2020-07-02 15:15 UTC 

[RFC PATCH bpf-next 0/5] bpf: tailcalls in BPF subprograms
 2020-07-02 13:49 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf, x64: use %rcx instead of %rax for tail call retpolines
` [RFC PATCH bpf-next 2/5] bpf: allow for tailcalls in BPF subprograms
` [RFC PATCH bpf-next 3/5] bpf: propagate poke descriptors to subprograms
` [RFC PATCH bpf-next 4/5] bpf, x64: rework pro/epilogue and tailcall handling in JIT
` [RFC PATCH bpf-next 5/5] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-02 12:19 UTC  (15+ messages)
` [PATCH bpf-next 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next 02/14] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces
` [PATCH bpf-next 03/14] xsk: create and free context independently from umem
` [PATCH bpf-next 04/14] xsk: move fill and completion rings to buffer pool
` [PATCH bpf-next 05/14] xsk: move queue_id, dev and need_wakeup to context
` [PATCH bpf-next 06/14] xsk: move xsk_tx_list and its lock to buffer pool
` [PATCH bpf-next 07/14] xsk: move addrs from buffer pool to umem
` [PATCH bpf-next 08/14] xsk: net: enable sharing of dma mappings
` [PATCH bpf-next 09/14] xsk: rearrange internal structs for better performance
` [PATCH bpf-next 10/14] xsk: add shared umem support between queue ids
` [PATCH bpf-next 11/14] xsk: add shared umem support between devices
` [PATCH bpf-next 12/14] libbpf: support shared umems between queues and devices
` [PATCH bpf-next 13/14] samples/bpf: add new sample xsk_fwd.c
` [PATCH bpf-next 14/14] xsk: documentation for XDP_SHARED_UMEM between queues and netdevs

[PATCH net-next 0/4] mvpp2: XDP support
 2020-07-02 10:19 UTC  (8+ messages)
` [PATCH net-next 2/4] mvpp2: use page_pool allocator
` [PATCH net-next 3/4] mvpp2: add basic XDP support

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-07-02 10:08 UTC  (4+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset

[PATCH bpf-next 00/10] BPF TCP header options
 2020-07-02  5:31 UTC  (5+ messages)
` [PATCH bpf-next 04/10] bpf: tcp: Allow bpf prog to write and parse BPF TCP header option

[PATCH bpf-next] bpf: Add bpf_prog iterator
 2020-07-02  5:23 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 25/53] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:21 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 26/53] i40e: "
` [PATCH AUTOSEL 5.7 27/53] ice: protect ring accesses with WRITE_ONCE

[PATCH AUTOSEL 5.4 20/40] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:23 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 21/40] i40e: "

[PATCH AUTOSEL 4.19 11/27] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:26 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 12/27] i40e: "

[PATCH AUTOSEL 4.14 08/17] ixgbe: protect ring accesses with READ- and WRITE_ONCE
 2020-07-02  1:26 UTC 

[RFC PATCH bpf-next 0/5] Make BPF CGROUP_STORAGE map usable by different programs at once
 2020-07-02  0:55 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
` [RFC PATCH bpf-next 2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
` [RFC PATCH bpf-next 3/5] bpf: Make cgroup storages shared across attaches on the same cgroup
` [RFC PATCH bpf-next 4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
` [RFC PATCH bpf-next 5/5] Documentation/bpf: Document CGROUP_STORAGE map type

[PATCH bpf-next 0/2] bpf: selftests: A few changes to network_helpers and netns-reset
 2020-07-01 22:45 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: selftests: A few improvements to network_helpers.c

[PATCH bpf-next] tools/bpftool: turn off -Wnested-externs warning
 2020-07-01 22:23 UTC  (2+ messages)

[PATCH bpf-next v2] selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns
 2020-07-01 22:17 UTC  (3+ messages)

[bpf-next:master 9995/9999] kernel/bpf/stackmap.c:363:3: error: implicit declaration of function 'stack_trace_save_tsk'
 2020-07-01 22:07 UTC 

[PATCH bpf-next V2 0/3] BPF selftests test runner test_progs improvement for scripting
 2020-07-01 21:38 UTC  (4+ messages)
` [PATCH bpf-next V2 3/3] selftests/bpf: test_progs indicate to shell on non-actions


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