bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 18:49:27 to 2020-07-10 18:56:06 UTC [more...]

[PATCH bpf-next v3 00/16] Run a BPF program on socket lookup
 2020-07-10 18:55 UTC  (21+ 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: fix fds_example SIGSEGV error
 2020-07-10 18:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: XDP: restrict N: and K:
 2020-07-10 18:42 UTC  (8+ messages)

Occasionally hanging sockopts selftests
 2020-07-10 18:01 UTC 

[PATCH bpf] bpf: Shift and mask loads narrower than context field size
 2020-07-10 17:31 UTC 

[PATCH v5 bpf-next 0/5] bpf: Introduce minimal support for sleepable progs
 2020-07-10 17:00 UTC  (8+ messages)
` [PATCH v5 bpf-next 2/5] bpf: Introduce sleepable BPF programs

[PATCH bpf] selftests/bpf: Fix cgroup sockopt verifier test
 2020-07-10 16:54 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: Set attach type for CGROUP_SOCKOPT verifier test
 2020-07-10 16:52 UTC  (2+ messages)

[PATCHv5 bpf-next 0/3] xdp: add a new helper for dev map multicast support
 2020-07-10 16:52 UTC  (15+ 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

[PATCH bpf-next] libbpf: fix memory leak and optimize BTF sanitization
 2020-07-10 14:29 UTC  (2+ messages)

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

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

[PATCH 0/5] Refactor kallsyms_show_value() users for correct cred
 2020-07-10 14:09 UTC  (7+ 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 4/5] kprobes: Do not expose probe "

[PATCH] perf parse-events: report bpf errors
 2020-07-10 12:37 UTC  (6+ messages)

[PATCH bpf-next v4 0/4] Generalizing bpf_local_storage
 2020-07-10  6:59 UTC  (6+ 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 0/3] bpf: Populate bpffs with map and prog iterators
 2020-07-10  6:31 UTC  (6+ messages)
` [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

pull-request: bpf 2020-07-09
 2020-07-10  2:48 UTC 

[PATCH bpf] libbpf: Fix libbpf hashmap on (I)LP32 architectures
 2020-07-09 22:59 UTC  (2+ messages)

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

[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] 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

[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  (12+ 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 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  (3+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches

[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  (5+ messages)

[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  (6+ messages)
` [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 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  (4+ messages)

[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  (6+ messages)
` [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  (10+ messages)
` [PATCH bpf-next v4 1/4] "
` [PATCH bpf-next v4 4/4] selftests/bpf: test BPF_CGROUP_INET_SOCK_RELEASE


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