aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-12fou: enable LCO in FOU and GUEEdward Cree1-8/+6
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa1-1/+1
2015-12-16fou: clean up socket with kfree_rcuHannes Frederic Sowa1-1/+2
2015-08-29fou: reject IPv6 configJiri Benc1-1/+1
2015-08-23fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert1-1/+1
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert1-16/+12
2015-04-16fou: avoid missing unlock in failure pathWANG Cong1-2/+1
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-04-12fou: implement FOU_CMD_GETWANG Cong1-0/+109
2015-04-12fou: add network namespace supportWANG Cong1-39/+67
2015-04-12fou: always use be16 for portWANG Cong1-3/+3
2015-04-12fou: exit early when parsing config failsWANG Cong1-1/+4
2015-04-12fou: avoid calling udp_del_offload() twiceWANG Cong1-2/+2
2015-04-08fou: Don't use const __read_mostlyAndi Kleen1-2/+2
2015-02-11gue: Use checksum partial with remote checksum offloadTom Herbert1-6/+22
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert1-2/+2
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert1-10/+10
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-16/+2
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert1-4/+8
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-1/+1
2014-11-26gue: Call remcsum_adjustTom Herbert1-67/+17
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-11-13FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf1-1/+1
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert1-0/+85
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+2
2014-11-05gue: Receive side of remote checksum offloadTom Herbert1-9/+161
2014-11-05gue: TX support for using remote checksum offload optionTom Herbert1-3/+32
2014-11-05gue: Add infrastructure for flags and optionsTom Herbert1-48/+94
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert1-0/+73
2014-10-17ipv4: fix a potential use after free in fou.cLi RongQing1-0/+3
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert1-9/+187
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-40/+8
2014-09-19fou: Add GRO supportTom Herbert1-0/+89
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert1-0/+279