Files
kernel_arpi/include/linux
Martin KaFai Lau 14dc6f04f4 bpf: Add syscall lookup support for fd array and htab
This patch allows userspace to do BPF_MAP_LOOKUP_ELEM on
BPF_MAP_TYPE_PROG_ARRAY,
BPF_MAP_TYPE_ARRAY_OF_MAPS and
BPF_MAP_TYPE_HASH_OF_MAPS.

The lookup returns a prog-id or map-id to the userspace.
The userspace can then use the BPF_PROG_GET_FD_BY_ID
or BPF_MAP_GET_FD_BY_ID to get a fd.

Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-29 13:13:25 -04:00
..
2017-04-28 18:09:59 -04:00
2017-05-01 14:09:21 -07:00
2017-06-14 13:27:50 -06:00
2017-04-26 23:54:06 -04:00
2017-05-24 12:43:30 -04:00
2017-04-27 05:13:04 -04:00
2017-06-06 15:41:24 -04:00
2017-05-12 15:57:15 -07:00
2017-05-18 10:07:41 -04:00
2017-05-18 10:07:40 -04:00
2017-05-08 17:15:12 -07:00
2017-05-03 15:52:10 -07:00
2017-06-19 21:50:20 +08:00
2017-06-25 11:56:30 -04:00
2017-04-26 13:03:04 -04:00
2017-05-18 10:07:40 -04:00
2017-05-03 15:52:10 -07:00
2017-05-08 17:15:12 -07:00
2017-06-15 12:12:40 -04:00
2017-06-01 14:53:04 -04:00
2017-05-09 16:43:22 +03:00