bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-18 17:18:05 to 2019-03-23 00:09:42 UTC [more...]

[PATCH bpf 0/2] libbpf fix up and clarify version info
 2019-03-23  0:09 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf, libbpf: fix version info and add it to shared object
` [PATCH bpf 2/2] bpf, libbpf: clarify bump in libbpf version info

[PATCH bpf-next 1/2] bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
 2019-03-22 23:40 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: tc-bpf flow shaping with EDT

[RFC bpf-next v3 0/8] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-22 19:59 UTC  (9+ messages)
` [RFC bpf-next v3 1/8] flow_dissector: allow access only to a subset of __sk_buff fields
` [RFC bpf-next v3 2/8] flow_dissector: switch kernel context to struct bpf_flow_dissector
` [RFC bpf-next v3 3/8] flow_dissector: fix clamping of BPF flow_keys for non-zero nhoff
` [RFC bpf-next v3 4/8] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [RFC bpf-next v3 5/8] net: plumb network namespace into __skb_flow_dissect
` [RFC bpf-next v3 6/8] flow_dissector: handle no-skb use case
` [RFC bpf-next v3 7/8] net: pass net argument to the eth_get_headlen
` [RFC bpf-next v3 8/8] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test

[PATCH v2] thunderbolt: xdomain: Fix to check return value of kmemdup
 2019-03-22 10:29 UTC  (2+ messages)

[PATCHv2 bpf-next 1/3] bpf, tests: tweak endianness selection
 2019-03-22  3:12 UTC  (19+ messages)
` [PATCHv2 bpf-next 2/3] bpf, tests: drop unused __bpf_constant_foo defines
` [PATCHv2 bpf-next 3/3] bpf, tests: don't use __bpf_constant_htons()

[PATCH bpf] bpf: verifier: propagate liveness on all frames
 2019-03-22  2:59 UTC  (2+ messages)

[PATCH v2 0/8] Allow checking SYN cookies from XDP and tc cls act
 2019-03-22  2:52 UTC  (26+ messages)
  ` [PATCH v2 1/8] bpf: track references based on is_acquire_func
  ` [PATCH v2 2/8] bpf: allow helpers to return PTR_TO_SOCK_COMMON
  ` [PATCH v2 3/8] bpf: add skc_lookup_tcp helper
  ` [PATCH v2 4/8] bpf: add helper to check for a valid SYN cookie
  ` [PATCH v2 5/8] tools: update include/uapi/linux/bpf.h
  ` [PATCH v2 6/8] selftests/bpf: allow specifying helper for BPF_SK_LOOKUP
  ` [PATCH v2 7/8] selftests/bpf: test references to sock_common
  ` [PATCH v2 8/8] selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcp
  ` [PATCH bpf-next v3 0/8] Allow checking SYN cookies from XDP and tc cls act
    ` [PATCH bpf-next v3 1/8] bpf: track references based on is_acquire_func
    ` [PATCH bpf-next v3 2/8] bpf: allow helpers to return PTR_TO_SOCK_COMMON
    ` [PATCH bpf-next v3 3/8] bpf: add skc_lookup_tcp helper
    ` [PATCH bpf-next v3 4/8] bpf: add helper to check for a valid SYN cookie
    ` [PATCH bpf-next v3 5/8] tools: update include/uapi/linux/bpf.h
    ` [PATCH bpf-next v3 6/8] selftests/bpf: allow specifying helper for BPF_SK_LOOKUP
    ` [PATCH bpf-next v3 7/8] selftests/bpf: test references to sock_common
    ` [PATCH bpf-next v3 8/8] selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcp

[PATCH net-next] selftests: bpf: modify urandom_read and link it non-statically
 2019-03-22  2:39 UTC  (2+ messages)

[PATCH bpf-next v4] tools/bpf: generate pkg-config file for libbpf
 2019-03-21 22:34 UTC  (4+ messages)

[RFC bpf-next v2 0/9] net: flow_dissector: trigger BPF hook when called from eth_get_headlen
 2019-03-21 21:13 UTC  (29+ messages)
` [RFC bpf-next v2 1/9] net: introduce __init_skb{,_data,_shinfo} helpers
` [RFC bpf-next v2 2/9] net: introduce skb_net helper
` [RFC bpf-next v2 3/9] net: plumb network namespace into __skb_flow_dissect
` [RFC bpf-next v2 4/9] net: flow_dissector: prepare for no-skb use case
` [RFC bpf-next v2 5/9] flow_dissector: allow access only to a subset of __sk_buff fields
` [RFC bpf-next v2 6/9] net: flow_dissector: handle no-skb use case
` [RFC bpf-next v2 7/9] bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode
` [RFC bpf-next v2 8/9] selftests/bpf: add flow dissector bpf_skb_load_bytes helper test
` [RFC bpf-next v2 9/9] net: flow_dissector: pass net argument to the eth_get_headlen

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-21 17:52 UTC  (22+ messages)
` [PATCH v13 01/20] uaccess: add untagged_addr definition for other arches
` [PATCH v13 02/20] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v13 03/20] lib, arm64: untag user pointers in strn*_user
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 05/20] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v13 06/20] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v13 07/20] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v13 08/20] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v13 11/20] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v13 12/20] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v13 13/20] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
` [PATCH v13 15/20] drm/radeon, arm64: untag user pointers in radeon_ttm_tt_pin_userptr
` [PATCH v13 16/20] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr
` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v13 18/20] tee/optee, arm64: untag user pointers in check_mem_type
` [PATCH v13 19/20] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v13 20/20] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v9 perf,bpf 00/15] perf annotation of BPF programs
 2019-03-21 14:12 UTC  (18+ messages)
` [PATCH v9 perf,bpf 12/15] perf, bpf: enable annotation of bpf program
          ` [WORKS!] "
` [PATCH v9 perf,bpf 15/15] perf, bpf: save bpf_prog_info and btf of short living bpf programs

[PATCH] bpf: do not restore dst_reg when cur_state is freed
 2019-03-21 11:21 UTC  (5+ messages)
` [PATCH v2] "

[PATCH bpf-next 0/2] bpf: remove incorrect 'verifier bug' warning
 2019-03-21  9:33 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: test case for invalid call stack in dead code

[PATCH bpf-next] selftests/bpf: Add arm target register definitions
 2019-03-21  3:32 UTC  (2+ messages)

[PATCH bpf-next] bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
 2019-03-21  3:27 UTC  (2+ messages)

[PATCH bpf] libbpf: Check if map names are not NULL
 2019-03-21  1:33 UTC  (2+ messages)

[PATCH bpf] bpf: Only print ref_obj_id for refcounted reg
 2019-03-21  1:28 UTC  (3+ messages)

[PATCH v2 1/3] MIPS: uasm: Add div, mul and sel instructions for mipsr6
 2019-03-20 19:37 UTC  (5+ messages)
` [PATCH v2 3/3] MIPS: eBPF: Initial eBPF support for MIPS32 architecture

[RFC][Proposal] BPF Control MAP
 2019-03-20 13:57 UTC  (7+ messages)

[PATCH] thunderbolt: xdomain: Fix to check return value of kmemdup
 2019-03-20 12:18 UTC  (4+ messages)

[PATCH 00/16] fix some perf issues detected by ASan
 2019-03-20 12:00 UTC  (8+ messages)
` [PATCH 01/16] perf: add doc for how to build perf with Asan and UBSan
` [PATCH 13/16] perf: free all counts in perf_evsel__exit

[PATCH v12 00/13] arm64: untag user pointers passed to the kernel
 2019-03-20 11:25 UTC  (17+ messages)
` [PATCH v12 02/13] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v12 03/13] lib, arm64: untag user pointers in strn*_user
` [PATCH v12 04/13] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v12 05/13] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v12 06/13] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v12 07/13] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v12 08/13] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v12 09/13] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v12 10/13] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v12 11/13] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v12 12/13] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v12 13/13] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH] bpf, tests: tweak endianness selection
 2019-03-20  1:51 UTC  (3+ messages)

[PATCH bpf-next] selftests: bpf: don't depend on hardcoded perf sample_freq
 2019-03-19 21:53 UTC 

bpf-next is OPEN
 2019-03-19 21:11 UTC  (3+ messages)

[PATCH rfc v3 bpf-next 0/9] BPF support for global data
 2019-03-19 18:28 UTC  (5+ messages)
` [PATCH rfc v3 bpf-next 8/9] bpf, selftest: test {rd,wr}only flags and direct value access
` [PATCH rfc v3 bpf-next 9/9] bpf, selftest: test global data/bss/rodata sections

[PATCH v2 perf,bpf 0/2] show bpf program info from perf.data header
 2019-03-19 17:40 UTC  (4+ messages)
` [PATCH v2 perf,bpf 1/2] perf, bpf: refactor perf_event__synthesize_one_bpf_prog()
` [PATCH v2 perf,bpf 2/2] perf, bpf: show more BPF program info in print_bpf_prog_info()

[PATCH] bpf, tests: don't use __bpf_constant_htons()
 2019-03-19  2:48 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).