summaryrefslogtreecommitdiff
path: root/net/ipv4/fou.c
AgeCommit message (Expand)Author
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2018-11-10gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross
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
2014-10-17ipv4: fix a potential use after free in fou.cLi RongQing
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-09-19fou: Add GRO supportTom Herbert
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert