bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-23 09:12:39 to 2019-08-29 06:45:33 UTC [more...]

[PATCH bpf-next 00/13] bpf: adding map batch processing support
 2019-08-29  6:45 UTC  (14+ messages)
` [PATCH bpf-next 01/13] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [PATCH bpf-next 02/13] bpf: refactor map_update_elem()
` [PATCH bpf-next 03/13] bpf: refactor map_delete_elem()
` [PATCH bpf-next 04/13] bpf: refactor map_get_next_key()
` [PATCH bpf-next 05/13] bpf: adding map batch processing support
` [PATCH bpf-next 06/13] tools/bpf: sync uapi header bpf.h
` [PATCH bpf-next 07/13] tools/bpf: implement libbpf API functions for map batch operations
` [PATCH bpf-next 08/13] tools/bpf: add test for bpf_map_update_batch()
` [PATCH bpf-next 09/13] tools/bpf: add test for bpf_map_lookup_batch()
` [PATCH bpf-next 10/13] tools/bpf: add test for bpf_map_lookup_and_delete_batch()
` [PATCH bpf-next 11/13] tools/bpf: add test for bpf_map_delete_batch()
` [PATCH bpf-next 12/13] tools/bpf: add a multithreaded test for map batch operations
` [PATCH bpf-next 13/13] tools/bpf: measure map batching perf

[PATCH v2 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-08-29  6:06 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v2 bpf-next 3/3] perf: implement CAP_TRACING

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-08-29  4:07 UTC  (26+ messages)

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-08-29  1:30 UTC  (18+ messages)

[PATCH] selftests/bpf: Fix a typo in test_offload.py
 2019-08-29  0:15 UTC  (2+ messages)

[PATCH bpf-next 00/10] bpf: bpf_(prog|map|attach)_type_(from|to)_str helpers
 2019-08-28 23:46 UTC  (15+ messages)
` [PATCH bpf-next 01/10] bpf: introduce __MAX_BPF_PROG_TYPE and __MAX_BPF_MAP_TYPE enum values
` [PATCH bpf-next 02/10] tools/bpf: sync bpf.h to tools/
` [PATCH bpf-next 03/10] tools/bpf: handle __MAX_BPF_(PROG|MAP)_TYPE in switch statements
` [PATCH bpf-next 04/10] tools/bpf: add libbpf_prog_type_(from|to)_str helpers
    ` auto-split of commit. Was: "
` [PATCH bpf-next 05/10] tools/bpf: add libbpf_map_type_(from|to)_str helpers
` [PATCH bpf-next 06/10] tools/bpf: add libbpf_attach_type_(from|to)_str
` [PATCH bpf-next 07/10] selftests/bpf: extend test_section_names with type_(from|to)_str
` [PATCH bpf-next 08/10] selftests/bpf: rename test_section_names to test_section_and_type_names
` [PATCH bpf-next 09/10] tools/bpftool: use libbpf_(prog|map)_type_to_str helpers
` [PATCH bpf-next 10/10] tools/bpftool: use libbpf_attach_type_to_str helper

[PATCH bpf-next V9 0/3] BPF: New helper to obtain namespace data from current task
 2019-08-28 21:03 UTC  (7+ messages)
` [PATCH bpf-next V9 1/3] bpf: new "

[RFC bpf-next 0/5] Convert iproute2 to use libbpf (WIP)
 2019-08-28 20:40 UTC  (10+ messages)

[bpf-next] bpf: fix error check in bpf_tcp_gen_syncookie
 2019-08-28 19:15 UTC  (2+ messages)

[RFC PATCH] bpf: s390: add JIT support for multi-function programs
 2019-08-28 18:28 UTC  (13+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH bpf v3 0/2] selftests/bpf: fix endianness issues in test_sysctl
 2019-08-28 13:22 UTC  (3+ messages)
` [PATCH bpf v3 1/2] selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpu
` [PATCH bpf v3 2/2] selftests/bpf: fix endianness issues in test_sysctl

[RFCv2 bpf-next 00/12] Programming socket lookup with BPF
 2019-08-28  7:22 UTC  (13+ messages)
` [RFCv2 bpf-next 01/12] flow_dissector: Extract attach/detach/query helpers
` [RFCv2 bpf-next 02/12] bpf: Introduce inet_lookup program type for redirecting socket lookup
` [RFCv2 bpf-next 03/12] bpf: Add verifier tests for inet_lookup context access
` [RFCv2 bpf-next 04/12] inet: Store layer 4 protocol in inet_hashinfo
` [RFCv2 bpf-next 05/12] udp: Store layer 4 protocol in udp_table
` [RFCv2 bpf-next 06/12] inet: Run inet_lookup bpf program on socket lookup
` [RFCv2 bpf-next 07/12] inet6: "
` [RFCv2 bpf-next 08/12] udp: "
` [RFCv2 bpf-next 09/12] udp6: "
` [RFCv2 bpf-next 10/12] bpf: Sync linux/bpf.h to tools/
` [RFCv2 bpf-next 11/12] libbpf: Add support for inet_lookup program type
` [RFCv2 bpf-next 12/12] bpf: Test redirecting listening/receiving socket lookup

[PATCH bpf-next] selftests/bpf: remove wrong nhoff in flow dissector test
 2019-08-27 22:44 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: test_progs: misc fixes
 2019-08-27 22:44 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf: precision tracking tests
 2019-08-27 22:43 UTC  (12+ messages)
` [PATCH bpf-next 1/4] bpf: introduce verifier internal test flag
` [PATCH bpf-next 2/4] tools/bpf: sync bpf.h
` [PATCH bpf-next 3/4] selftests/bpf: verifier precise tests
` [PATCH bpf-next 4/4] selftests/bpf: add precision tracking test

[PATCH bpf-next v3 0/7] bpf/flow_dissector: support input flags
 2019-08-27 18:19 UTC  (4+ messages)
` [PATCH bpf-next v3 7/7] selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP

kernel/bpf/core.o: warning: objtool: ___bpf_prog_run.cold()+0x7: call without frame pointer save/setup
 2019-08-27 14:58 UTC  (4+ messages)

[PATCH net v3] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-27 11:00 UTC  (8+ messages)

[PATCH bpf-next v4 00/11] XDP unaligned chunk placement support
 2019-08-27  7:36 UTC  (19+ messages)
` [PATCH bpf-next v5 "
  ` [PATCH bpf-next v5 03/11] xsk: add support to allow unaligned chunk placement
  ` [PATCH bpf-next v6 00/12] XDP unaligned chunk placement support
    ` [PATCH bpf-next v6 01/12] i40e: simplify Rx buffer recycle
    ` [PATCH bpf-next v6 02/12] ixgbe: "
    ` [PATCH bpf-next v6 03/12] xsk: add support to allow unaligned chunk placement
    ` [PATCH bpf-next v6 04/12] i40e: modify driver for handling offsets
    ` [PATCH bpf-next v6 05/12] ixgbe: "
    ` [PATCH bpf-next v6 06/12] mlx5e: "
    ` [PATCH bpf-next v6 07/12] net/mlx5e: Allow XSK frames smaller than a page
    ` [PATCH bpf-next v6 08/12] libbpf: add flags to umem config
    ` [PATCH bpf-next v6 09/12] samples/bpf: add unaligned chunks mode support to xdpsock
    ` [PATCH bpf-next v6 10/12] samples/bpf: add buffer recycling for unaligned chunks "
    ` [PATCH bpf-next v6 11/12] samples/bpf: use hugepages in xdpsock app
    ` [PATCH bpf-next v6 12/12] doc/af_xdp: include unaligned chunk case

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-27  8:21 UTC  (19+ messages)
` [PATCH 08/16] mips: prefer __section from compiler_attributes.h
` [PATCH 12/16] arm64: "
` [PATCH 14/16] include/linux: "

[bpf, lru] 107e215c29: kernel_selftests.bpf.test_lru_map.fail
 2019-08-27  8:00 UTC 

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-27  0:34 UTC  (15+ messages)
                ` RFC: very rough draft of a bpf permission model

[PATCH bpf] nfp: bpf: fix latency bug when updating stack index register
 2019-08-26 21:34 UTC  (7+ messages)

[PATCH] bpf: handle 32-bit zext during constant blinding
 2019-08-26 21:34 UTC  (4+ messages)

TLS record double free
 2019-08-26 21:32 UTC 

[PATCH bpf-next v2 0/4] xsk: various CPU barrier and {READ, WRITE}_ONCE fixes
 2019-08-26 17:57 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] xsk: avoid store-tearing when assigning queues
` [PATCH bpf-next v2 2/4] xsk: add proper barriers and {READ, WRITE}_ONCE-correctness for state
` [PATCH bpf-next v2 3/4] xsk: avoid store-tearing when assigning umem
` [PATCH bpf-next v2 4/4] xsk: lock the control mutex in sock_diag interface

[PATCH v5] perf machine: arm/arm64: Improve completeness for kernel address space
 2019-08-26 12:51 UTC  (7+ messages)

[PATCH bpf-next 0/4] xsk: various CPU barrier and {READ, WRITE}_ONCE fixes
 2019-08-25 17:06 UTC  (10+ messages)
` [PATCH bpf-next 1/4] xsk: avoid store-tearing when assigning queues
` [PATCH bpf-next 2/4] xsk: add proper barriers and {READ, WRITE}_ONCE-correctness for state
` [PATCH bpf-next 3/4] xsk: avoid store-tearing when assigning umem
` [PATCH bpf-next 4/4] xsk: lock the control mutex in sock_diag interface

[PATCH] [PATCH v3] sock: fix potential memory leak in proto_register()
 2019-08-24 23:33 UTC  (2+ messages)

[PATCH] net: use unlikely for dql_avail case
 2019-08-24 21:23 UTC  (2+ messages)

pull-request: bpf 2019-08-24
 2019-08-24  0:34 UTC  (2+ messages)

[PATCH bpf] bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0
 2019-08-23 23:36 UTC  (2+ messages)

[PATCH bpf] bpf: fix precision tracking in presence of bpf2bpf calls
 2019-08-23 23:35 UTC  (2+ messages)

[PATCH bpf] flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
 2019-08-23 23:34 UTC  (2+ messages)

[PATCH bpf] bpf: fix use after free in prog symbol exposure
 2019-08-23 20:14 UTC 

WARNING in sk_msg_check_to_free
 2019-08-23 14:33 UTC 

Bridge zeros out skb->cb in 5.2 (not in 5.1)
 2019-08-23  9:12 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).