summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-05-18 12:29:23 +0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-05-18 12:29:23 +0300
commit4ddd4fd497da1dfd99aa197eaca053d1b3da8eaf (patch)
tree838cc4aec431f1331bc834691e962fb4a39c8897 /include/linux/netdevice.h
parentaff093d4bbca91f543e24cde2135f393b8130f4b (diff)
parent2dcd0af568b0cf583645c8a317dd12e344b1c72a (diff)
downloadlinux-4ddd4fd497da1dfd99aa197eaca053d1b3da8eaf.tar.xz
Merge tag 'v4.6' into patchwork
Linux 4.6 * tag 'v4.6': (163 commits) Linux 4.6 arm64: bpf: jit JMP_JSET_{X,K} net/route: enforce hoplimit max value nf_conntrack: avoid kernel pointer value leak in slab name drivers: net: xgene: fix register offset drivers: net: xgene: fix statistics counters race condition drivers: net: xgene: fix ununiform latency across queues drivers: net: xgene: fix sharing of irqs drivers: net: xgene: fix IPv4 forward crash xen-netback: fix extra_info handling in xenvif_tx_err() mm: thp: calculate the mapcount correctly for THP pages during WP faults ksm: fix conflict between mmput and scan_get_next_rmap_item ocfs2: fix posix_acl_create deadlock ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang net: mvneta: bm: fix dependencies again perf stat: Fallback to user only counters when perf_event_paranoid > 1 perf evsel: Handle EACCESS + perf_event_paranoid=2 in fallback() drm/amdgpu: fix DP mode validation drm/radeon: fix DP mode validation perf evsel: Improve EPERM error handling in open_strerror() ...
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index b3c46b019ac1..78181a88903b 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2164,6 +2164,9 @@ struct packet_offload {
struct udp_offload;
+/* 'skb->encapsulation' is set before gro_complete() is called. gro_complete()
+ * must set 'skb->inner_mac_header' to the beginning of tunnel payload.
+ */
struct udp_offload_callbacks {
struct sk_buff **(*gro_receive)(struct sk_buff **head,
struct sk_buff *skb,