LinuxLists
Users
About
Daniel Borkmann (
[email protected]
)
Number of posts: 1424 (0.42 per day)
First post: 2015-02-18 16:25:34
Last post: 2024-05-03 15:52:01
Previous Page
/
Next Page
Date
List
Subject
2019-07-05 22:03:23
linux-kernel
Re: [PATCH bpf-next] Enable zext optimization for more RV64G ALU ops
2019-07-05 21:54:06
linux-kernel
Re: [PATCH bpf-next 1/2] bpf, libbpf: add a new API bpf_object__reuse_maps()
2019-07-03 15:06:15
linux-kernel
Re: [PATCH bpf v6 0/2] xdp: fix hang while unregistering device bound to xdp socket
2019-07-03 10:23:45
linux-kernel
Re: [PATCH] bpf, libbpf: Smatch: Fix potential NULL pointer dereference
2019-07-03 10:11:29
linux-kernel
Re: [PATCH] bpf: Replace a seq_printf() call by seq_puts() in btf_enum_seq_show()
2019-07-03 09:50:40
linux-kernel
Re: [PATCH bpf 1/3] bpf, x32: Fix bug with ALU64 {LSH,RSH,ARSH} BPF_X shift by 0
2019-06-27 22:26:29
linux-kernel
Re: linux-next: Fixes tag needs some work in the bpf tree
2019-06-26 14:34:01
linux-kernel
Re: [PATCH net-next] xdp: Make __mem_id_disconnect static
2019-06-26 14:33:55
linux-kernel
Re: [PATCH v2 bpf-next] libbpf: fix max() type mismatch for 32bit
2019-06-26 14:31:06
linux-kernel
Re: [PATCH] xsk: Properly terminate assignment in xskq_produce_flush_desc
2019-06-25 13:30:38
linux-kernel
Re: [PATCH v3 2/2] bpf: Add selftests for bpf_perf_event_output
2019-06-25 13:22:30
linux-kernel
Re: [PATCH] bpf: Allow bpf_skb_event_output for a few prog types
2019-06-25 13:16:10
linux-kernel
Re: [PATCH bpf-next] MAINTAINERS: add reviewer to maintainers entry
2019-06-25 12:01:52
linux-kernel
Re: bpf: test_verifier: sanitation: alu with different scalars
2019-06-24 22:05:27
linux-kernel
Re: [PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
2019-06-24 19:43:46
linux-kernel
Re: [PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
2019-06-24 19:43:11
linux-kernel
Re: [PATCH][next] libbpf: fix spelling mistake "conflictling" -> "conflicting"
2019-06-24 15:00:09
linux-kernel
Re: [PATCH bpf-next] samples: bpf: Remove bpf_debug macro in favor of bpf_printk
2019-06-17 21:22:08
linux-kernel
Re: [PATCH bpf] bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup
2019-06-14 23:25:14
linux-kernel
Re: [PATCH bpf-next] bpf: Fix build error without CONFIG_INET
2019-06-14 22:37:07
linux-kernel
Re: [PATCH v2 bpf-next] bpf: sk_storage: Fix out of bounds memory access
2019-06-14 15:17:00
linux-kernel
Re: [PATCH bpf v2] bpf: fix nested bpf tracepoints with per-cpu data
2019-06-14 14:51:22
linux-kernel
Re: [PATCH bpf v2] bpf: fix nested bpf tracepoints with per-cpu data
2019-06-13 22:49:04
linux-kernel
Re: [PATCH bpf v2] bpf: fix nested bpf tracepoints with per-cpu data
2019-06-12 18:06:25
linux-kernel
Re: [PATCH bpf-next v5 1/4] bpf: sock ops: add netns ino and dev in bpf context
2019-06-12 18:03:59
linux-kernel
Re: [PATCH] bpf/core.c - silence warning messages
2019-06-12 18:03:43
linux-kernel
Re: [PATCH bpf] xdp: check device pointer before clearing
2019-06-12 18:03:09
linux-kernel
Re: linux-next: Fixes tag needs some work in the bpf tree
2019-06-07 02:07:23
linux-kernel
Re: [PATCH bpf-next] bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helper
2019-06-06 22:05:12
linux-kernel
Re: [PATCH bpf-next] bpf: allow CGROUP_SKB programs to use bpf_get_current_cgroup_id() helper
2019-06-06 20:20:17
linux-kernel
Re: [PATCH bpf-next] bpf: allow CGROUP_SKB programs to use bpf_get_current_cgroup_id() helper
2019-06-05 20:13:48
linux-kernel
Re: [BPF v1] tools: bpftool: Fix JSON output when lookup fails
2019-06-04 15:08:20
linux-kernel
Re: [PATCH][next][V2] bpf: remove redundant assignment to err
2019-06-04 15:06:43
linux-kernel
Re: [PATCH][next] bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"
2019-06-04 12:48:18
linux-kernel
Re: [PATCH] net: compat: fix msg_controllen overflow in scm_detach_fds_compat()
2019-06-04 00:45:23
linux-kernel
Re: [PATCH bpf v2] bpf: preallocate a perf_sample_data per event fd
2019-06-03 23:49:44
linux-kernel
Re: [PATCH bpf v2] bpf: preallocate a perf_sample_data per event fd
2019-06-03 17:36:56
linux-kernel
Re: [PATCH bpf v2] bpf: preallocate a perf_sample_data per event fd
2019-06-03 13:25:36
linux-kernel
Re: [PATCH bpf v2] bpf: preallocate a perf_sample_data per event fd
2019-05-29 14:11:10
linux-kernel
Re: [PATCH bpf v2] selftests: bpf: fix compiler warning
2019-05-28 09:28:08
linux-kernel
Re: [PATCH] libbpf: fix warning PTR_ERR_OR_ZERO can be used
2019-05-24 08:10:17
linux-kernel
Re: bpf build error
2019-05-23 16:29:58
linux-kernel
Re: [PATCH bpf v1 1/3] selftests/bpf: Test correctness of narrow 32bit read on 64bit field
2019-05-23 13:47:53
linux-kernel
Re: [PATCH 4.19 144/187] selftests/bpf: skip verifier tests for unsupported program types
2019-05-22 08:39:04
linux-kernel
Re: tc_classid access in skb bpf context
2019-05-21 20:33:18
linux-kernel
Linux Plumbers BPF micro-conference CFP
2019-05-21 15:24:19
linux-kernel
Re: [PATCH 4/5] samples/bpf: fix tracex5_user build error
2019-05-21 15:23:03
linux-kernel
Re: [PATCH 1/5] samples/bpf: fix test_lru_dist build
2019-05-21 14:58:00
linux-kernel
Re: [PATCH bpf] samples/bpf: suppress compiler warning
2019-05-13 00:07:46
linux-kernel
Re: [PATCH bpf v1] bpf: Fix undefined behavior in narrow load handling
2019-05-12 23:33:10
linux-kernel
Re: [PATCH v2] selftests: bpf: Add files generated after build to .gitignore