aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c
AgeCommit message (Expand)Author
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-09-01fou: make nla_policy conststephen hemminger
2016-06-07gue: Implement direction IP encapsulationTom Herbert
2016-05-20fou: Support IPv6 in fouTom Herbert
2016-05-20fou: Split out {fou,gue}_build_headerTom Herbert
2016-05-20fou: Call setup_udp_tunnel_sockTom Herbert
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07fou: change to use UDP socket GROTom Herbert
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12fou: enable LCO in FOU and GUEEdward Cree
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa
2015-12-16fou: clean up socket with kfree_rcuHannes Frederic Sowa
2015-08-29fou: reject IPv6 configJiri Benc
2015-08-23fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-04-16fou: avoid missing unlock in failure pathWANG Cong
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-12fou: implement FOU_CMD_GETWANG Cong
2015-04-12fou: add network namespace supportWANG Cong
2015-04-12fou: always use be16 for portWANG Cong
2015-04-12fou: exit early when parsing config failsWANG Cong
2015-04-12fou: avoid calling udp_del_offload() twiceWANG Cong
2015-04-08fou: Don't use const __read_mostlyAndi Kleen
2015-02-11gue: Use checksum partial with remote checksum offloadTom Herbert
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert
2015-01-05ip: Move checksum convert defines to inetTom Herbert
2014-11-26gue: Call remcsum_adjustTom Herbert
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-13FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-11-05gue: Receive side of remote checksum offloadTom Herbert
2014-11-05gue: TX support for using remote checksum offload optionTom Herbert
2014-11-05gue: Add infrastructure for flags and optionsTom Herbert
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert