bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-07 22:48:15 to 2020-01-10 06:41:34 UTC [more...]

[PATCH v3 bpf-next 0/6] bpf: Introduce global functions
 2020-01-10  6:41 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/6] libbpf: Sanitize "
` [PATCH v3 bpf-next 3/6] selftests/bpf: Add fexit-to-skb test for global funcs

[PATCH bpf-next 0/3] Fix usage of bpf_helper_defs.h in selftests/bpf
 2020-01-10  6:29 UTC  (6+ messages)
` [PATCH bpf-next 1/3] libbpf,selftests/bpf: fix clean targets
` [PATCH bpf-next 2/3] selftests/bpf: ensure bpf_helper_defs.h are taken from selftests dir
` [PATCH bpf-next 3/3] selftests/bpf: further clean up Makefile output

[PATCH v2 bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-10  6:12 UTC 

[PATCH bpf-next] libbpf: make bpf_map order and indices stable
 2020-01-10  5:21 UTC  (2+ messages)

[PATCH net-next v7 02/11] sock: Make sk_protocol a 16-bit value
 2020-01-10  2:43 UTC  (4+ messages)
    ` [MPTCP] "

[PATCH 0/3] tracing: perf: Rename ring_buffer to perf_buffer and trace_buffer
 2020-01-10  2:03 UTC  (4+ messages)
` [PATCH 1/3] perf: Make struct ring_buffer less ambiguous
` [PATCH 2/3] tracing: Rename trace_buffer to array_buffer
` [PATCH 3/3] tracing: Make struct ring_buffer less ambiguous

[PATCH v16 0/5] BPF: New helper to obtain namespace data from current task
 2020-01-10  1:46 UTC  (2+ messages)

[PATCH net-next] sfc: remove duplicated include from ef10.c
 2020-01-10  1:35 UTC 

[PATCH bpf-next 0/2] bpf: add bpf_send_signal_thread() helper
 2020-01-10  1:15 UTC  (3+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools/bpf: add a selftest for bpf_send_signal_thread()

[PATCH][bpf-next][v2] bpf: return -EBADRQC for invalid map type in __bpf_tx_xdp_map
 2020-01-10  1:04 UTC 

[PATCH bpf-next] bpf: Make trampolines W^X
 2020-01-10  1:00 UTC  (7+ messages)

[bpf PATCH 0/9] Fixes for sockmap/tls from more complex BPF progs
 2020-01-09 23:28 UTC  (21+ messages)
` [bpf PATCH 1/9] bpf: sockmap/tls, during free we may call tcp_bpf_unhash() in loop
` [bpf PATCH 2/9] bpf: sockmap, ensure sock lock held during tear down
` [bpf PATCH 3/9] bpf: sockmap/tls, push write_space updates through ulp updates
` [bpf PATCH 4/9] bpf: sockmap, skmsg helper overestimates push, pull, and pop bounds
` [bpf PATCH 5/9] bpf: sockmap/tls, msg_push_data may leave end mark in place
` [bpf PATCH 6/9] bpf: sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
` [bpf PATCH 7/9] bpf: sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
` [bpf PATCH 8/9] bpf: sockmap/tls, tls_push_record can not handle zero length skmsg
` [bpf PATCH 9/9] bpf: sockmap/tls, fix pop data with SK_DROP return code

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-09 23:03 UTC  (27+ messages)
` [PATCH bpf-next 1/6] libbpf: Sanitize BTF_KIND_FUNC linkage
` [PATCH bpf-next 2/6] libbpf: Collect static vs global info about functions
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification
` [PATCH bpf-next 4/6] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH bpf-next 5/6] selftests/bpf: Add a test for a large global function
` [PATCH bpf-next 6/6] selftests/bpf: Modify a test to check global functions

[PATCH bpf-next v4 00/11] Introduce BPF STRUCT_OPS
 2020-01-09 22:36 UTC  (19+ messages)
` [PATCH bpf-next v4 01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack
` [PATCH bpf-next v4 02/11] bpf: Avoid storing modifier to info->btf_id
` [PATCH bpf-next v4 03/11] bpf: Add enum support to btf_ctx_access()
` [PATCH bpf-next v4 04/11] bpf: Support bitfield read access in btf_struct_access
` [PATCH bpf-next v4 05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
` [PATCH bpf-next v4 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
` [PATCH bpf-next v4 07/11] bpf: tcp: Support tcp_congestion_ops in bpf
` [PATCH bpf-next v4 08/11] bpf: Add BPF_FUNC_tcp_send_ack helper
` [PATCH bpf-next v4 09/11] bpf: Synch uapi bpf.h to tools/
` [PATCH bpf-next v4 10/11] bpf: libbpf: Add STRUCT_OPS support
` [PATCH bpf-next v4 11/11] bpf: Add bpf_dctcp example

[PATCH v2 bpf-next 0/7] bpf: Introduce global functions
 2020-01-09 22:35 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/7] libbpf: Sanitize "
` [PATCH v2 bpf-next 2/7] libbpf: Collect static vs global info about functions
` [PATCH v2 bpf-next 3/7] bpf: Introduce function-by-function verification
` [PATCH v2 bpf-next 4/7] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH v2 bpf-next 5/7] selftests/bpf: Add a test for a large global function
` [PATCH v2 bpf-next 6/7] selftests/bpf: Modify a test to check global functions
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add unit tests for "

[PATCH bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-09 22:35 UTC  (3+ messages)

[PATCH] bpf/sockmap: read psock ingress_msg before sk_receive_queue
 2020-01-09 22:16 UTC  (9+ messages)
                ` [PATCH v2] "

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-09 22:07 UTC  (11+ messages)
` [PATCH v12 02/22] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v12 03/22] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 07/22] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v12 12/22] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v12 17/22] net/xdp: set FOLL_PIN via pin_user_pages()
` [PATCH v12 18/22] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v12 19/22] vfio, mm: "
` [PATCH v12 20/22] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

netdev 0x14 XDP workshop, call for participation
 2020-01-09 20:59 UTC 

[PATCH bpf-next v1 00/13] MAC and Audit policy using eBPF (KRSI)
 2020-01-09 19:47 UTC  (24+ messages)
` [PATCH bpf-next v1 10/13] bpf: lsm: Handle attachment of the same program
` [PATCH bpf-next v1 11/13] tools/libbpf: Add bpf_program__attach_lsm
` [PATCH bpf-next v1 12/13] bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM

[PATCH bpf 0/1] Fix memory leak in helpers dealing with sockets
 2020-01-09 18:23 UTC  (3+ messages)
` [PATCH bpf 1/1] net: bpf: don't leak time wait and request sockets

[PATCH bpf-next] bpf: Document BPF_F_QUERY_EFFECTIVE flag
 2020-01-09 17:41 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: restore original comm in test_overhead
 2020-01-09 16:43 UTC  (4+ messages)

Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts as at 9 Jan 2020 Thursday
 2020-01-09 15:42 UTC 

[bpf PATCH 0/2] xdp devmap improvements cleanup
 2020-01-09 14:58 UTC  (11+ messages)
` [bpf PATCH 1/2] bpf: xdp, update devmap comments to reflect napi/rcu usage
` [bpf PATCH 2/2] bpf: xdp, remove no longer required rcu_read_{un}lock()

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2020-01-09 11:36 UTC  (4+ messages)
` [PATCH v4 2/9] perf/core: open access for CAP_SYS_PERFMON privileged process

[PATCH][bpf-next] bpf: return EOPNOTSUPP when invalid map type in __bpf_tx_xdp_map
 2020-01-09 10:24 UTC  (3+ messages)
  ` 答复: "

[PATCH bpf-next] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-09  5:04 UTC  (4+ messages)

[PATCH bpf-next v3 00/11] Introduce BPF STRUCT_OPS
 2020-01-08 18:41 UTC  (10+ messages)
` [PATCH bpf-next v3 06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS

[PATCH bpf-next v3 0/2] bpftool/libbpf: Add probe for large INSN limit
 2020-01-08 18:37 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] libbpf: "
` [PATCH bpf-next v3 2/2] bpftool: Add misc section and "

[PATCH bpf-next v2 0/8] Simplify xdp_do_redirect_map()/xdp_do_flush_map() and XDP maps
 2020-01-08 16:01 UTC  (19+ messages)
` [PATCH bpf-next v2 1/8] xdp: simplify devmap cleanup
` [PATCH bpf-next v2 4/8] xsk: make xskmap flush_list common for all map instances
` [PATCH bpf-next v2 5/8] xdp: make devmap "
` [PATCH bpf-next v2 7/8] xdp: remove map_to_flush and map swap detection

[PATCH bpf-next v2 0/2] bpftool/libbpf: Add probe for large INSN limit
 2020-01-08 15:28 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] bpftool: Add misc secion and "

[RFC 0/5] bpf: Add trampoline helpers
 2020-01-08 14:38 UTC  (13+ messages)
` [PATCH 1/5] bpf: Allow non struct type for btf ctx access
          `  "
` [PATCH 2/5] bpf: Add bpf_perf_event_output_kfunc

[PATCH net-next v6 02/11] sock: Make sk_protocol a 16-bit value
 2020-01-08  1:19 UTC 

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2020-01-08  0:32 UTC  (6+ messages)
` [PATCH v3 bpf-next 06/11] bpf: add batch ops to all htab bpf map


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