summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+3
|\
| * net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-111-1/+3
* | net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi2019-04-111-3/+1Star
* | fou: correct spelling of encapsulationSimon Horman2019-04-111-2/+2
* | fou: Support binding FoU socketKristian Evensen2019-03-271-16/+122
* | genetlink: make policy common to familyJohannes Berg2019-03-221-3/+1Star
|/
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-091-2/+2
* fou, fou6: do not assume linear skbsEric Dumazet2019-01-161-2/+7
* fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
* fou: Prevent unbounded recursion in GUE error handlerStefano Brivio2018-12-181-0/+7
* fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-091-0/+68
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-3/+1Star
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-3/+1Star
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-10/+10
|/
* gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-021-0/+1
* fou: make local function staticstephen hemminger2017-05-211-41/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-2/+2
|\
| * net: add recursion limit to GROSabrina Dubroca2016-10-201-2/+2
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-9/+13
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
|/
* fou: make nla_policy conststephen hemminger2016-09-011-1/+1
* gue: Implement direction IP encapsulationTom Herbert2016-06-081-5/+76
* fou: Support IPv6 in fouTom Herbert2016-05-211-12/+35
* fou: Split out {fou,gue}_build_headerTom Herbert2016-05-211-10/+37
* fou: Call setup_udp_tunnel_sockTom Herbert2016-05-211-34/+16Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-2/+4
|\
| * udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-071-0/+4
| * udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-071-2/+0Star
* | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-171-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/+17Star
|/
* 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/+1Star
* 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/+6Star
* udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
* fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-171-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-241-1/+1
* gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-241-16/+12Star
* fou: avoid missing unlock in failure pathWANG Cong2015-04-161-2/+1Star
* 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-131-0/+109
* | fou: add network namespace supportWANG Cong2015-04-131-39/+67