bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-21 07:18:35 to 2019-11-25 04:17:23 UTC [more...]

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-11-25  4:17 UTC  (20+ messages)
` [PATCH bpf-next 1/8] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next 2/8] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next 3/8] bpf, sockmap: Allow inserting listening TCP sockets into SOCKMAP
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy
` [PATCH bpf-next 5/8] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next 6/8] libbpf: Recognize SK_REUSEPORT programs from section name
` [PATCH bpf-next 7/8] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next 8/8] selftests/bpf: Tests for SOCKMAP holding listening sockets

bpf-next is CLOSED
 2019-11-25  1:29 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (42+ messages)
` [PATCH v7 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v7 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v7 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v7 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v7 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v7 16/24] net/xdp: set FOLL_PIN via pin_user_pages()
` [PATCH v7 17/24] mm/gup: track FOLL_PIN pages

[PATCH bpf-next v2 0/6] Introduce the BPF dispatcher and xdp_call.h
 2019-11-25  0:08 UTC  (14+ messages)
` [PATCH bpf-next v2 1/6] bpf: introduce BPF dispatcher
` [PATCH bpf-next v2 2/6] xdp: introduce xdp_call
` [PATCH bpf-next v2 3/6] i40e: start using xdp_call.h
` [PATCH bpf-next v2 4/6] ixgbe: "
` [PATCH bpf-next v2 5/6] net/mlx4_en: "
` [PATCH bpf-next v2 6/6] net/mlx5e: Start "

[PATCH bpf-next] bpf: add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT
 2019-11-24 22:54 UTC  (3+ messages)

[PATCH] bpf: emit audit messages upon successful prog load and unload
 2019-11-24 22:38 UTC  (15+ messages)

[PATCH bpf-next] bpf: simplify __bpf_arch_text_poke poke type handling
 2019-11-24  1:24 UTC  (2+ messages)

[PATCH bpf-next] mm: implement no-MMU variant of vmalloc_user_node_flags
 2019-11-23 22:08 UTC 

[PATCH bpf-next] bpf: fail mmap without CONFIG_MMU
 2019-11-23 21:52 UTC  (4+ messages)

[PATCH bpf-next] bpf: Introduce BPF_TRACE_x helper for the tracing tests
 2019-11-23 21:13 UTC  (2+ messages)

[linux-next:master 11808/13503] kernel/bpf/syscall.c:154: undefined reference to `vmalloc_user_node_flags'
 2019-11-23 17:37 UTC 

[PATCH bpf-next 3/3] i40e: start using xdp_call.h
 2019-11-23 15:52 UTC  (3+ messages)
` [RFC PATCH] i40e: ____xdp_call_i40e_xdp_call_tramp can be static

[PATCH bpf-next 1/3] bpf: introduce BPF dispatcher
 2019-11-23 14:03 UTC  (5+ messages)
` [RFC PATCH] bpf: bpf_dispatcher_lookup() can be static

[PATCH bpf-next v2 0/8] Optimize BPF tail calls for direct jumps
 2019-11-23 10:39 UTC  (22+ messages)
` [PATCH bpf-next v2 1/8] bpf, x86: generalize and extend bpf_arch_text_poke "
` [PATCH bpf-next v2 2/8] bpf: move bpf_free_used_maps into sleepable section
` [PATCH bpf-next v2 3/8] bpf: move owner type,jited info into array auxiliary data
` [PATCH bpf-next v2 4/8] bpf: add initial poke descriptor table for jit images
` [PATCH bpf-next v2 5/8] bpf: add poke dependency tracking for prog array maps
` [PATCH bpf-next v2 6/8] bpf: constant map key tracking for prog array pokes
` [PATCH bpf-next v2 7/8] bpf, x86: emit patchable direct jump as tail call
` [PATCH bpf-next v2 8/8] bpf, testing: add various tail call test cases

[PATCH bpf-next v10 0/2] bpf: adding get_file_path helper
 2019-11-23  6:04 UTC  (8+ messages)
` [PATCH bpf-next v10 1/2] bpf: add new helper get_file_path for mapping a file descriptor to a pathname

[PATCH,bpf-next 0/2] Fix broken samples due to symbol mismatch
 2019-11-23  5:51 UTC  (3+ messages)
` [PATCH,bpf-next 1/2] samples: bpf: replace symbol compare of trace_event
` [PATCH,bpf-next 2/2] samples: bpf: fix syscall_tp due to unused syscall

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-11-23  0:01 UTC  (7+ messages)
` [PATCH v5 bpf-next 11/15] libbpf: don't use cxx to test_libpf target

[PATCH bpf-next] selftests/bpf: Add BPF trampoline performance test
 2019-11-22 23:47 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: provide better register bounds after jmp32 instructions
 2019-11-22 18:37 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] tools/bpf: add verifier tests for better jmp32 register bounds

[PATCH bpf-next] selftests/bpf: ensure core_reloc_kernel is reading test_progs's data only
 2019-11-22 18:24 UTC  (4+ messages)

[PATCH v2 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2019-11-22 17:25 UTC  (24+ messages)
` [PATCH v2 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v2 bpf-next 2/9] bpf: add generic support for lookup and lookup_and_delete batch ops
` [PATCH v2 bpf-next 3/9] bpf: add generic support for update and delete "
` [PATCH v2 bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH v2 bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH v2 bpf-next 8/9] selftests/bpf: add batch ops testing for hmap and hmap_percpu
` [PATCH v2 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

LSF/MM/BPF: 2020: Call for Proposals
 2019-11-22 17:25 UTC 

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-11-22 11:54 UTC  (19+ messages)

[PATCH bpf-next] libbpf: fix bpf_object name determination for bpf_object__open_file()
 2019-11-22  7:20 UTC  (2+ messages)

[PATCH] xdp: Fix cleanup on map free for devmap_hash map type
 2019-11-22  7:18 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 130/219] bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
 2019-11-22  5:49 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 195/219] bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
` [PATCH AUTOSEL 4.19 199/219] bpf: drop refcount if bpf_map_new_fd() fails in map_create()
` [PATCH AUTOSEL 4.19 218/219] xdp: fix cpumap redirect SKB creation bug

[PATCH AUTOSEL 4.14 114/127] bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
 2019-11-22  5:55 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 117/127] bpf: drop refcount if bpf_map_new_fd() fails in map_create()

[PATCH] bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
 2019-11-21 22:37 UTC  (3+ messages)

Fw: [Bug 205469] New: x86_32: bpf: multiple test_bpf failures using eBPF JIT
 2019-11-21 20:47 UTC  (7+ messages)

[PATCH] net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
 2019-11-21 20:40 UTC  (8+ messages)
  ` [Cocci] "

[PATCH bpf-next 0/4] Support global variables
 2019-11-21 17:18 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: integrate verbose verifier log into test_progs
 2019-11-21 17:02 UTC  (2+ messages)

test failures after merge
 2019-11-21 17:01 UTC  (3+ messages)

[PATCH bpf-next 0/2] bpf: provide better register bounds after jmp32 instructions
 2019-11-21 16:36 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "

unregister_netdevice: waiting for DEV to become free (2)
 2019-11-21 11:36 UTC  (5+ messages)

[PATCH bpf-next 0/2] selftests: bpftool: skip build tests if not in tree
 2019-11-21  8:59 UTC  (2+ messages)

[PATCH bpf-next] tools: bpf: fix build for 'make -s tools/bpf O=<dir>'
 2019-11-21  8:52 UTC  (2+ messages)

[PATCH] xsk: fix xsk_poll()'s return type
 2019-11-21  8:49 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: fix warning on ignored return value for 'read'
 2019-11-21  8:48 UTC  (2+ messages)

[PATCH] bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0
 2019-11-21  7:47 UTC 

[PATCH] bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0
 2019-11-21  7:45 UTC 

[PATCH] bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG
 2019-11-21  7:44 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).