David S. Miller
5f0d736e7f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
...
Daniel Borkmann says:
====================
pull-request: bpf-next 2019-04-28
The following pull-request contains BPF updates for your *net-next* tree.
The main changes are:
1) Introduce BPF socket local storage map so that BPF programs can store
private data they associate with a socket (instead of e.g. separate hash
table), from Martin.
2) Add support for bpftool to dump BTF types. This is done through a new
`bpftool btf dump` sub-command, from Andrii.
3) Enable BPF-based flow dissector for skb-less eth_get_headlen() calls which
was currently not supported since skb was used to lookup netns, from Stanislav.
4) Add an opt-in interface for tracepoints to expose a writable context
for attached BPF programs, used here for NBD sockets, from Matt.
5) BPF xadd related arm64 JIT fixes and scalability improvements, from Daniel.
6) Change the skb->protocol for bpf_skb_adjust_room() helper in order to
support tunnels such as sit. Add selftests as well, from Willem.
7) Various smaller misc fixes.
====================
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-04-28 08:42:41 -04:00
..
2019-03-20 16:27:40 +01:00
2019-03-06 09:41:12 -08:00
2019-03-21 12:30:54 +01:00
2019-03-06 20:34:20 -06:00
2019-03-08 10:02:58 -08:00
2019-04-23 12:09:20 -07:00
2019-04-23 18:09:07 +02:00
2019-04-27 17:03:44 -04:00
2019-04-13 14:33:56 -07:00
2019-03-03 23:45:27 +00:00
2019-04-19 09:46:05 -07:00
2019-04-11 15:41:14 -04:00
2019-03-01 20:53:41 +01:00
2019-03-16 13:05:32 -07:00
2019-03-15 11:25:48 -07:00
2019-03-05 21:07:21 -08:00
2019-03-05 21:07:14 -08:00
2019-04-08 08:19:41 -06:00
2019-03-07 18:32:00 -08:00
2019-04-05 16:02:30 -10:00
2019-03-18 10:44:48 -06:00
2019-04-10 09:57:33 -06:00
2019-04-19 11:31:42 -06:00
2019-04-27 09:07:04 -07:00
2019-04-23 01:50:43 +02:00
2019-04-12 13:54:58 -07:00
2019-04-27 09:07:04 -07:00
2019-03-26 11:24:47 -07:00
2019-04-09 17:05:46 -07:00
2019-03-07 18:31:59 -08:00
2019-04-19 11:32:14 -06:00
2019-03-07 12:20:11 -08:00
2019-03-07 10:11:41 -08:00
2019-03-05 21:07:20 -08:00
2019-03-07 18:32:01 -08:00
2019-03-05 14:53:50 -05:00
2019-03-18 07:07:30 +01:00
2019-03-10 12:47:57 -07:00
2019-03-07 18:32:00 -08:00
2019-04-16 10:01:24 +02:00
2019-04-13 19:08:22 -06:00
2019-02-28 03:28:53 -05:00
2019-04-28 08:42:41 -04:00
2019-03-12 18:59:17 -07:00
2019-02-28 08:24:23 -07:00
2019-04-12 13:54:58 -07:00
2019-03-05 21:07:18 -08:00
2019-02-28 03:29:37 -05:00
2019-02-28 03:28:53 -05:00
2019-04-06 07:01:55 -10:00
2019-03-12 10:04:02 -07:00
2019-03-22 10:38:23 -04:00
2019-03-05 21:07:16 -08:00
2019-03-12 10:04:00 -07:00
2019-03-29 10:01:37 -07:00
2019-04-26 13:02:11 +02:00
2019-04-12 01:47:50 +02:00
2019-03-09 19:52:47 -08:00
2019-03-29 10:48:03 -07:00
2019-03-01 11:24:51 +01:00
2019-03-03 21:05:10 -08:00
2019-03-21 11:52:37 +01:00
2019-03-08 10:09:53 -08:00
2019-04-08 22:56:14 +02:00
2019-03-05 21:07:13 -08:00
2019-03-28 10:58:28 +01:00
2019-03-04 13:42:05 +01:00
2019-04-03 11:43:49 +02:00
2019-03-12 14:08:19 -07:00
2019-04-19 14:26:05 +02:00
2019-03-05 21:07:15 -08:00
2019-03-06 08:14:05 -08:00
2019-04-16 15:38:07 +02:00
2019-03-16 13:05:32 -07:00
2019-03-07 18:31:59 -08:00
2019-03-29 10:01:37 -07:00
2019-03-12 14:08:19 -07:00
2019-03-07 18:32:03 -08:00
2019-04-23 10:40:32 -07:00
2019-04-18 17:42:54 -07:00
2019-03-12 10:04:02 -07:00
2019-04-05 16:02:31 -10:00
2019-03-11 17:08:14 -07:00
2019-03-27 22:49:06 -07:00
2019-04-05 16:02:31 -10:00
2019-04-14 15:09:40 -07:00
2019-03-05 21:07:21 -08:00
2019-03-10 13:16:37 -07:00
2019-03-09 09:56:17 -08:00
2019-04-19 14:07:40 -07:00
2019-04-27 16:52:21 -04:00
2019-04-08 23:01:42 +02:00
2019-04-08 23:02:52 +02:00
2019-03-01 16:20:16 -05:00
2019-03-01 16:20:16 -05:00
2019-03-01 16:20:16 -05:00
2019-03-05 21:07:20 -08:00
2019-04-11 17:28:30 +02:00
2019-02-28 11:40:49 -06:00
2019-03-05 21:07:19 -08:00
2019-03-29 10:01:37 -07:00
2019-03-15 11:21:25 -07:00
2019-03-25 14:49:00 -07:00
2019-02-28 11:09:29 +01:00
2019-03-10 12:29:52 -07:00
2019-04-08 15:18:00 -07:00
2019-03-07 18:31:59 -08:00
2019-04-14 15:09:40 -07:00
2019-03-08 10:09:53 -08:00
2019-03-06 12:59:46 -08:00
2019-03-12 09:43:00 +01:00
2019-03-07 11:23:17 +01:00
2019-03-12 10:04:03 -07:00
2019-03-09 09:22:42 -08:00
2019-03-05 17:03:53 +01:00
2019-04-04 09:17:15 -04:00
2019-03-07 18:32:03 -08:00
2019-04-07 19:12:12 -07:00
2019-04-12 17:34:45 -07:00
2019-03-13 09:46:10 -04:00
2019-03-22 11:01:02 -06:00
2019-03-07 12:20:11 -08:00
2019-03-12 14:08:19 -07:00
2019-04-19 09:46:04 -07:00
2019-03-27 14:29:26 -07:00
2019-04-25 23:49:06 +02:00
2019-03-29 10:01:37 -07:00
2019-03-05 21:07:14 -08:00
2019-03-15 15:29:47 -07:00
2019-04-05 16:02:30 -10:00
2019-03-14 14:36:20 -07:00
2019-03-10 12:47:57 -07:00
2019-03-16 13:47:14 -07:00
2019-02-28 13:49:29 +01:00
2019-04-26 19:04:19 -07:00
2019-03-07 18:31:59 -08:00
2019-03-23 10:25:12 -07:00
2019-03-28 01:55:18 +09:00
2019-03-07 10:34:37 +01:00
2019-03-06 11:19:57 -05:00
2019-04-08 17:05:52 -04:00
2019-03-06 11:19:15 -05:00
2019-03-07 08:46:07 -08:00
2019-03-06 14:52:48 -08:00