From: David S. Miller Date: Fri, 15 Apr 2016 21:08:09 +0000 (-0400) Subject: Merge branch 'qed-tunneling-offload' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=993feee9795bb8f5368207ce075a9060bcb2c649;p=linux-beck.git Merge branch 'qed-tunneling-offload' Manish Chopra says: ==================== qed/qede: Add tunneling support This patch series adds support for VXLAN, GRE and GENEVE tunnels to be used over this driver. With this support, adapter can perform TSO offload, inner/outer checksums offloads on TX and RX for encapsulated packets. V1->V2 [ Comments from Jesse Gross incorporated ] * Drop general infrastructure change patch. "net: Make vxlan/geneve default udp ports public" * Remove by default Linux default UDP ports configurations in driver. Instead, use general registration APIs for UDP port configurations * Removing .ndo_features_check - we will add it later with proper change. Please consider applying this series to net-next. ==================== Signed-off-by: David S. Miller --- 993feee9795bb8f5368207ce075a9060bcb2c649