summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-0/+6
|\
| * GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-0/+6
* | fou: change to use UDP socket GROTom Herbert2016-04-071-31/+17
|/
* gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-2/+11
* gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck2016-03-131-2/+1
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
* fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6
* udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-161-1/+2
* fou: reject IPv6 configJiri Benc2015-08-291-1/+1
* fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert2015-08-231-1/+1
* gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-231-16/+12
* fou: avoid missing unlock in failure pathWANG Cong2015-04-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-2/+2
|\
| * fou: Don't use const __read_mostlyAndi Kleen2015-04-081-2/+2
* | fou: implement FOU_CMD_GETWANG Cong2015-04-121-0/+109
* | fou: add network namespace supportWANG Cong2015-04-121-39/+67
* | fou: always use be16 for portWANG Cong2015-04-121-3/+3
* | fou: exit early when parsing config failsWANG Cong2015-04-121-1/+4
* | fou: avoid calling udp_del_offload() twiceWANG Cong2015-04-121-2/+2
|/
* 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
OpenPOWER on IntegriCloud