bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-06 17:00:28 to 2020-07-09 22:38:04 UTC [more...]

[PATCHv5 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-07-09 22:37 UTC  (7+ messages)
` [PATCHv6 "
  ` [PATCHv6 bpf-next 1/3] "
  ` [PATCHv6 bpf-next 2/3] sample/bpf: add xdp_redirect_map_multicast test
  ` [PATCHv6 bpf-next 3/3] selftests/bpf: add xdp_redirect_multi test

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-07-09 22:05 UTC  (33+ messages)
        ` [PATCH 00/14] Make the user mode driver code a better citizen
            ` [PATCH v2 00/15] "
              ` [PATCH v3 00/16] "
                ` [PATCH v3 10/16] exec: Remove do_execve_file
                ` [PATCH v3 13/16] exit: Factor thread_group_exited out of pidfd_poll
                ` [merged][PATCH v3 00/16] Make the user mode driver code a better citizen

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-09 22:02 UTC  (17+ 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 12/16] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v3 16/16] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH bpf] selftests: bpf: fix detach from sockmap tests
 2020-07-09 21:43 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: fix use of trace_printk() in BPF
 2020-07-09 21:41 UTC  (7+ 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 v2 bpf 0/2] bpf: net: Fixes in sk_user_data of reuseport_array
 2020-07-09 21:27 UTC  (9+ messages)
` [PATCH v2 bpf 1/2] bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
` [PATCH v2 bpf 2/2] bpf: net: Avoid incorrect bpf_sk_reuseport_detach call

[PATCH] MAINTAINERS: XDP: restrict N: and K:
 2020-07-09 20:37 UTC  (2+ messages)

[GIT PULL] kallsyms_show_value() refactoring for v5.8-rc5
 2020-07-09 20:20 UTC  (2+ messages)

[PATCH 0/6] rework mvneta napi_poll loop for XDP multi-buffers
 2020-07-09 15:57 UTC  (7+ messages)
` [PATCH 1/6] xdp: introduce xdp_get_shared_info_from_{buff,frame} utility routines
` [PATCH 2/6] net: mvneta: move skb build after descriptors processing
` [PATCH 3/6] net: mvneta: move mvneta_run_xdp "
` [PATCH 4/6] net: mvneta: drop all fragments in XDP_DROP
` [PATCH 5/6] net: mvneta: get rid of skb in mvneta_rx_queue
` [PATCH 6/6] net: mvneta: move rxq->left_size on the stack

[PATCH bpf-next 00/14] xsk: support shared umems between devices and queues
 2020-07-09 15:20 UTC  (14+ messages)
` [PATCH bpf-next 01/14] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
` [PATCH bpf-next 03/14] xsk: create and free context independently from umem
` [PATCH bpf-next 11/14] xsk: add shared umem support between devices
    ` [PATCH 1/2] xsk: i40e: ice: ixgbe: mlx5: pass buffer pool to driver instead of umem
      ` [PATCH 2/2] xsk: i40e: ice: ixgbe: mlx5: rename xsk zero-copy driver interfaces

[PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)
 2020-07-09 11:26 UTC  (4+ messages)

[PATCH bpf-next v4 0/4] Generalizing bpf_local_storage
 2020-07-09 10:12 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v4 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v4 3/4] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v4 4/4] bpf: Add selftests for local_storage

[PATCH bpf-next v3 0/4] Generalizing bpf_local_storage
 2020-07-09  9:44 UTC  (8+ messages)
` [PATCH bpf-next v3 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v3 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v3 3/4] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v3 4/4] bpf: Add selftests for local_storage

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

[PATCH bpf-next 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-09  3:15 UTC  (7+ 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 bpf-next 0/6] Improve libbpf support of old kernels
 2020-07-08 22:58 UTC  (8+ messages)
` [PATCH bpf-next 1/6] libbpf: make BTF finalization strict
` [PATCH bpf-next 2/6] libbpf: add btf__set_fd() for more control over loaded BTF FD
` [PATCH bpf-next 3/6] libbpf: improve BTF sanitization handling
` [PATCH bpf-next 4/6] selftests/bpf: add test relying only on CO-RE and no recent kernel features
` [PATCH bpf-next 5/6] libbpf: handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_buffer
` [PATCH bpf-next 6/6] selftests/bpf: switch perf_buffer test to tracepoint and skeleton

[PATCH bpf-next V3 0/2] BPF selftests test runner 'test_progs' use proper shell exit codes
 2020-07-08 22:57 UTC  (7+ messages)
` [PATCH bpf-next V3 1/2] selftests/bpf: test_progs use another shell exit on non-actions
` [PATCH bpf-next V3 2/2] selftests/bpf: test_progs avoid minus shell exit codes

[PATCH bpf-next] bpf: Fix another bpftool segfault without skeleton code enabled
 2020-07-08 22:55 UTC  (3+ messages)

[PATCH v5 bpf-next 0/9] bpf: Add d_path helper - preparation changes
 2020-07-08 21:18 UTC  (19+ messages)
` [PATCH v5 bpf-next 1/9] bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object
` [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 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 net-next 0/4] i40e driver performance tweaks for AF_XDP
 2020-07-08 20:45 UTC  (9+ messages)
` [PATCH net-next 1/4] i40e, xsk: remove HW descriptor prefetch in AF_XDP path
  ` [Intel-wired-lan] "
` [PATCH net-next 2/4] i40e: use 16B HW descriptors instead of 32B
  ` [Intel-wired-lan] "
` [PATCH net-next 3/4] i40e, xsk: increase budget for AF_XDP path
  ` [Intel-wired-lan] "
` [PATCH net-next 4/4] i40e, xsk: move buffer allocation out of the Rx processing loop
  ` [Intel-wired-lan] "

[PATCH] bitfield.h: don't compile-time validate _val in FIELD_FIT
 2020-07-08 20:34 UTC  (7+ messages)

[PATCH] perf parse-events: report bpf errors
 2020-07-08 18:47 UTC  (5+ messages)

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-08 16:12 UTC  (5+ messages)
` [PATCH 2/5] module: Refactor section attr into bin attribute
` [PATCH 3/5] module: Do not expose section addresses to non-CAP_SYSLOG

[PATCH net] xsk: remove cheap_dma optimization
 2020-07-08 13:18 UTC  (9+ messages)

[PATCH bpf-next 0/3] xsk: add new statistics
 2020-07-08 11:18 UTC  (5+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] samples: bpf: add an option for printing extra statistics in xdpsock
` [PATCH bpf-next 3/3] xsk: add xdp statistics to xsk_diag

add an API to check if a streamming mapping needs sync calls
 2020-07-08  9:01 UTC  (9+ messages)
` [PATCH 1/4] dma-mapping: add a new dma_need_sync API

[PATCH bpf 0/2] bpf: net: Fixes in sk_user_data of reuseport_array
 2020-07-08  5:45 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: net: Avoid copying sk_user_data of reuseport_array during sk_clone
` [PATCH bpf 2/2] bpf: net: Avoid incorrect bpf_sk_reuseport_detach call

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

[PATCH bpf v2 0/6] Fix attach / detach uapi for sockmap and flow_dissector
 2020-07-08  1:30 UTC  (3+ messages)
` [PATCH bpf v2 4/6] bpf: sockmap: require attach_bpf_fd when detaching a program

[PATCH bpf-next v4 0/4] bpf: add BPF_CGROUP_INET_SOCK_RELEASE hook
 2020-07-07 23:59 UTC  (13+ messages)
` [PATCH bpf-next v4 1/4] "
` [PATCH bpf-next v4 2/4] libbpf: add support for BPF_CGROUP_INET_SOCK_RELEASE
` [PATCH bpf-next v4 3/4] bpftool: "
` [PATCH bpf-next v4 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE

bpf's usage of sk_user_data
 2020-07-07 18:32 UTC  (2+ messages)

[PATCH bpf-next V2 0/2] BPF selftests test runner 'test_progs' use proper shell exit codes
 2020-07-07  6:08 UTC  (4+ messages)
` [PATCH bpf-next V2 2/2] selftests/bpf: test_progs avoid minus "

[PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
 2020-07-07  5:46 UTC  (14+ messages)
` [PATCH bpf-next 1/4] samples: bpf: fix bpf programs with kprobe/sys_connect event
` [PATCH bpf-next 3/4] samples: bpf: refactor BPF map performance test with libbpf

[bpf-next PATCH] bpf: fix bpftool without skeleton code enabled
 2020-07-06 23:30 UTC  (2+ messages)

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-07-06 23:15 UTC  (5+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset

[PATCH] restore behaviour of CAP_SYS_ADMIN allowing the loading of net bpf program
 2020-07-06 20:36 UTC  (7+ messages)
` [PATCH bpf v2] restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs

[PATCH] bpf: lsm: Disable or enable BPF LSM at boot time
 2020-07-06 20:30 UTC  (5+ messages)

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-07-06 18:56 UTC  (7+ messages)
` [PATCH bpf-next v2 1/4] bpf: Generalize bpf_sk_storage


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