David S. Miller
1f1cba787f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
...
Daniel Borkmann says:
====================
pull-request: bpf 2018-04-09
The following pull-request contains BPF updates for your *net* tree.
The main changes are:
1) Two sockmap fixes: i) fix a potential warning when a socket with
pending cork data is closed by freeing the memory right when the
socket is closed instead of seeing still outstanding memory at
garbage collector time, ii) fix a NULL pointer deref in case of
duplicates release calls, so make sure to only reset the sk_prot
pointer when it's in a valid state to do so, both from John.
2) Fix a compilation warning in bpf_prog_attach_check_attach_type()
by moving the function under CONFIG_CGROUP_BPF ifdef since only
used there, from Anders.
====================
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-04-08 19:51:41 -04:00
..
2018-04-04 11:08:36 +02:00
2018-04-03 18:00:13 -07:00
2018-02-10 13:16:35 -08:00
2018-01-03 18:01:08 -06:00
2018-03-29 16:07:22 +02:00
2017-11-02 11:10:55 +01:00
2018-04-04 12:04:28 +02:00
2018-01-31 16:36:38 +01:00
2018-03-31 07:30:50 +02:00
2018-04-03 10:45:39 -07:00
2018-03-01 10:06:39 -08:00
2018-02-23 15:15:41 -08:00
2018-04-02 21:22:12 -07:00
2018-04-04 14:50:29 -07:00
2018-04-04 14:50:29 -07:00
2018-01-04 16:45:09 -08:00
2018-02-06 18:32:44 -08:00
2017-05-03 11:05:15 -07:00
2017-11-14 14:08:20 -08:00
2017-08-16 16:48:34 -07:00
2018-03-27 13:18:09 -04:00
2017-11-15 13:28:48 -08:00
2017-11-10 16:08:56 -05:00
2017-11-15 13:28:48 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-02 20:15:32 +02:00
2017-07-31 13:09:49 +02:00
2018-03-15 20:34:40 +01:00
2018-01-13 10:42:48 -08:00
2017-05-18 10:30:19 -06:00
2018-01-16 03:29:36 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-02 20:14:51 +02:00
2018-02-21 16:54:06 +01:00
2018-03-12 16:16:00 +01:00
2018-04-02 20:16:06 +02:00
2017-11-02 11:10:55 +01:00
2018-02-06 18:32:46 -08:00
2017-12-14 16:00:49 -08:00
2017-05-08 17:15:10 -07:00
2018-01-08 19:43:15 +01:00
2018-03-20 08:57:17 +01:00
2018-02-01 13:36:15 -08:00
2017-11-02 11:10:55 +01:00
2018-02-06 18:32:46 -08:00
2017-07-18 11:38:04 +02:00
2017-11-07 15:35:57 +01:00
2017-11-02 11:10:55 +01:00
2018-04-02 20:15:01 +02:00
2017-09-08 18:26:51 -07:00
2018-02-16 09:12:58 +01:00
2017-07-12 16:25:59 -07:00
2017-11-21 16:35:54 -08:00
2018-01-12 17:33:38 -08:00
2018-03-06 10:58:54 -08:00
2018-04-02 20:20:12 -07:00
2018-01-05 18:43:00 +11:00
2018-04-02 09:08:26 -07:00
2017-10-03 17:54:26 -07:00
2018-04-03 19:15:32 -07:00
2018-02-06 18:32:46 -08:00
2018-02-06 18:32:46 -08:00
2017-11-02 11:10:55 +01:00
2017-11-17 16:10:04 -08:00
2018-02-21 15:35:43 -08:00
2018-02-06 22:15:42 -08:00
2018-02-22 10:50:24 -08:00
2018-04-04 16:01:43 -07:00
2017-11-08 11:13:50 +01:00
2017-10-04 10:53:54 +02:00
2017-11-02 11:10:55 +01:00
2018-03-09 11:50:55 +01:00
2017-05-26 10:10:36 +02:00
2018-04-02 20:16:20 +02:00
2018-04-02 20:16:06 +02:00
2017-11-02 11:10:55 +01:00
2018-03-20 09:28:47 +01:00
2017-12-17 13:57:15 +01:00
2018-02-06 18:32:46 -08:00
2017-10-20 11:02:54 +02:00
2017-12-11 09:18:30 -08:00
2017-12-04 10:52:56 -08:00
2018-04-02 20:15:59 +02:00
2018-04-02 20:15:30 +02:00
2018-04-02 20:14:51 +02:00
2017-08-29 15:14:38 +02:00
2017-11-16 12:20:15 -08:00
2018-02-22 10:21:02 -08:00
2017-11-04 08:53:04 +01:00
2017-11-08 10:17:15 +01:00
2017-11-06 12:26:49 -08:00
2018-04-03 18:00:13 -07:00