Martin KaFai Lau
17bedab272
bpf: xdp: Allow head adjustment in XDP prog
...
This patch allows XDP prog to extend/remove the packet
data at the head (like adding or removing header). It is
done by adding a new XDP helper bpf_xdp_adjust_head().
It also renames bpf_helper_changes_skb_data() to
bpf_helper_changes_pkt_data() to better reflect
that XDP prog does not work on skb.
This patch adds one "xdp_adjust_head" bit to bpf_prog for the
XDP-capable driver to check if the XDP prog requires
bpf_xdp_adjust_head() support. The driver can then decide
to error out during XDP_SETUP_PROG.
Signed-off-by: Martin KaFai Lau <kafai@fb.com >
Acked-by: Daniel Borkmann <daniel@iogearbox.net >
Acked-by: Alexei Starovoitov <ast@kernel.org >
Acked-by: John Fastabend <john.r.fastabend@intel.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2016-12-08 14:25:13 -05:00
..
2016-10-12 11:01:37 -07:00
2016-10-05 10:11:24 -07:00
2016-11-10 20:13:08 +01:00
2016-10-11 15:06:33 -07:00
2016-10-17 16:26:29 +01:00
2016-10-07 08:35:35 -07:00
2016-11-28 15:33:46 -05:00
2016-12-02 10:47:01 -05:00
2016-10-05 11:34:53 -07:00
2016-10-28 09:58:36 +02:00
2016-12-06 21:42:19 +01:00
2016-11-05 13:45:02 +05:30
2016-10-11 13:22:22 -07:00
2016-12-02 12:44:37 -05:00
2016-10-07 09:45:43 -07:00
2016-11-14 10:30:58 -05:00
2016-11-11 23:23:02 +01:00
2016-10-11 15:06:31 -07:00
2016-10-11 15:06:31 -07:00
2016-10-07 18:46:26 -07:00
2016-10-14 12:18:50 -07:00
2016-10-09 17:32:20 -07:00
2016-10-07 18:46:28 -07:00
2016-12-08 13:31:11 -05:00
2016-12-02 13:46:08 -05:00
2016-12-05 15:33:11 -05:00
2016-11-30 10:22:27 -05:00
2016-11-25 16:25:52 -05:00
2016-10-14 12:18:50 -07:00
2016-10-17 15:27:27 -07:00
2016-10-07 18:46:29 -07:00
2016-11-30 16:32:52 -08:00
2016-10-15 10:03:15 -07:00
2016-11-11 08:12:37 -08:00
2016-10-07 18:46:30 -07:00
2016-10-20 16:35:50 +02:00
2016-10-20 20:10:17 +02:00
2016-10-07 18:46:30 -07:00
2016-10-11 15:06:30 -07:00
2016-11-04 14:56:16 -04:00
2016-11-15 22:34:25 -05:00
2016-10-11 15:06:32 -07:00
2016-10-27 16:16:09 -04:00
2016-10-14 14:26:58 -07:00
2016-10-06 09:07:44 -04:00
2016-10-20 14:51:10 -04:00
2016-10-15 10:03:15 -07:00
2016-12-08 14:25:13 -05:00
2016-11-11 08:12:37 -08:00
2016-10-30 13:09:42 -04:00
2016-10-07 15:15:33 -07:00
2016-10-07 18:46:26 -07:00
2016-10-06 11:48:41 -07:00
2016-10-10 14:51:45 -07:00
2016-10-27 16:16:09 -04:00
2016-10-20 14:51:09 -04:00
2016-10-20 14:51:10 -04:00
2016-11-17 09:46:56 -08:00
2016-10-07 18:46:29 -07:00
2016-10-29 15:03:14 -04:00
2016-10-27 16:03:24 +02:00
2016-11-27 20:38:47 -05:00
2016-10-07 23:50:39 -04:00
2016-11-15 12:16:13 -05:00
2016-10-15 10:03:15 -07:00
2016-11-19 09:42:35 -08:00
2016-10-26 15:45:38 +10:00
2016-10-20 15:51:28 +11:00
2016-12-03 23:21:37 -05:00
2016-10-07 18:46:26 -07:00
2016-10-16 11:02:31 +02:00
2016-10-27 18:43:43 -07:00
2016-10-09 12:23:38 -07:00
2016-10-07 18:46:30 -07:00
2016-10-11 15:06:33 -07:00
2016-10-11 15:06:33 -07:00
2016-10-11 15:06:33 -07:00
2016-10-05 10:11:24 -07:00
2016-11-18 13:54:21 -05:00
2016-10-07 18:46:28 -07:00
2016-10-07 18:46:29 -07:00
2016-11-02 15:17:09 -04:00
2016-10-07 18:46:27 -07:00
2016-10-24 19:13:20 -07:00
2016-10-27 09:27:57 -07:00
2016-10-07 09:20:53 -07:00
2016-12-08 13:18:35 -05:00
2016-12-06 21:48:21 +01:00
2016-12-06 21:42:16 +01:00
2016-11-16 18:32:02 -05:00
2016-10-07 18:46:30 -07:00
2016-10-19 11:36:22 -06:00
2016-11-29 23:17:02 -05:00
2016-10-07 18:46:28 -07:00
2016-10-07 18:46:27 -07:00
2016-10-07 18:46:27 -07:00
2016-11-30 16:32:52 -08:00
2016-11-23 16:23:23 -06:00
2016-10-28 11:06:25 +02:00
2016-10-18 11:56:31 -04:00
2016-12-08 14:21:47 -05:00
2016-10-31 16:18:30 -04:00
2016-10-05 18:24:00 -04:00
2016-10-14 11:36:59 -07:00
2016-10-08 11:06:08 -04:00
2016-10-09 12:23:38 -07:00
2016-10-31 10:56:36 -04:00
2016-11-09 21:19:53 -05:00
2016-10-11 15:06:30 -07:00
2016-10-15 10:03:15 -07:00
2016-10-29 12:14:39 -06:00
2016-10-11 15:06:32 -07:00
2016-11-22 12:33:43 +01:00
2016-11-09 20:40:06 -05:00
2016-11-09 20:40:06 -05:00
2016-11-09 20:40:06 -05:00
2016-11-09 20:40:06 -05:00
2016-10-11 15:06:33 -07:00
2016-10-07 18:46:30 -07:00
2016-12-08 13:25:07 -05:00
2016-10-18 14:14:20 -04:00
2016-10-05 18:23:36 -04:00
2016-12-08 13:07:10 -05:00
2016-10-07 18:46:27 -07:00
2016-10-17 09:50:56 -07:00
2016-10-06 09:52:23 -07:00
2016-12-05 13:32:24 -05:00
2016-10-20 13:27:47 +02:00
2016-10-10 13:38:49 -07:00
2016-11-19 10:37:03 -05:00
2016-10-08 10:27:10 +02:00
2016-10-07 18:46:27 -07:00
2016-10-07 21:48:36 -04:00