summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c
Commit message (Expand)AuthorAgeFilesLines
* gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-6/+22
* net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-111-2/+2
* net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-111-10/+10
* net: add skb functions to process remote checksum offloadTom Herbert2015-02-041-16/+2
* udp: pass udp_offload struct to UDP gro callbacksTom Herbert2015-01-141-4/+8
* ip: Move checksum convert defines to inetTom Herbert2015-01-051-1/+1
* gue: Call remcsum_adjustTom Herbert2014-11-261-67/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-0/+2
|\
| * udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross2014-11-101-0/+2
* | FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf2014-11-131-1/+1
* | ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2014-11-121-0/+85
* | gue: Receive side of remote checksum offloadTom Herbert2014-11-051-9/+161
* | gue: TX support for using remote checksum offload optionTom Herbert2014-11-051-3/+32
* | gue: Add infrastructure for flags and optionsTom Herbert2014-11-051-48/+94
* | net: Move fou_build_header into fou.c and refactorTom Herbert2014-11-051-0/+73
|/
* ipv4: fix a potential use after free in fou.cLi RongQing2014-10-171-0/+3
* gue: Receive side for Generic UDP EncapsulationTom Herbert2014-10-031-9/+187
* fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-031-40/+8
* fou: Add GRO supportTom Herbert2014-09-191-0/+89
* fou: Support for foo-over-udp RX pathTom Herbert2014-09-191-0/+279