aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fou.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert1-6/+3
2022-04-12fou: Remove XRFM from NET_FOU KconfigCoco Li1-1/+0
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-9/+4
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-9/+3
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-0/+1
2021-08-31fou: remove sparse errorsEric Dumazet1-5/+5
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap1-2/+2
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill1-0/+1
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen1-2/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi1-3/+1
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-10fou: correct spelling of encapsulationSimon Horman1-2/+2
2019-03-27fou: Support binding FoU socketKristian Evensen1-16/+122
2019-03-22genetlink: make policy common to familyJohannes Berg1-3/+1
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet1-2/+2
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet1-2/+7
2019-01-04fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio1-1/+2
2018-12-17fou: Prevent unbounded recursion in GUE error handlerStefano Brivio1-0/+7
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio1-0/+68
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-3/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-10/+10
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den1-0/+1
2017-05-21fou: make local function staticstephen hemminger1-41/+41
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-9/+13
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-20net: add recursion limit to GROSabrina Dubroca1-2/+2
2016-09-01fou: make nla_policy conststephen hemminger1-1/+1
2016-06-07gue: Implement direction IP encapsulationTom Herbert1-5/+76
2016-05-20fou: Support IPv6 in fouTom Herbert1-12/+35
2016-05-20fou: Split out {fou,gue}_build_headerTom Herbert1-10/+37
2016-05-20fou: Call setup_udp_tunnel_sockTom Herbert1-34/+16
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme1-0/+4
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-8/+8
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-0/+6
2016-04-07fou: change to use UDP socket GROTom Herbert1-31/+17
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-2/+11
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck1-2/+1
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+2