index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fou.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-22
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
1
-3
/
+1
2017-08-01
gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP
K. Den
1
-0
/
+1
2017-05-21
fou: make local function static
stephen hemminger
1
-41
/
+41
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-9
/
+13
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
1
-2
/
+2
2016-09-01
fou: make nla_policy const
stephen hemminger
1
-1
/
+1
2016-06-07
gue: Implement direction IP encapsulation
Tom Herbert
1
-5
/
+76
2016-05-20
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-20
fou: Split out {fou,gue}_build_header
Tom Herbert
1
-10
/
+37
2016-05-20
fou: Call setup_udp_tunnel_sock
Tom Herbert
1
-34
/
+16
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-05-06
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
1
-0
/
+4
2016-05-06
udp_tunnel: Remove redundant udp_tunnel_gro_complete().
Jarno Rajahalme
1
-2
/
+0
2016-04-16
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
Alexander Duyck
1
-8
/
+8
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
1
-0
/
+6
2016-04-07
fou: change to use UDP socket GRO
Tom Herbert
1
-31
/
+17
2016-03-30
gro: Allow tunnel stacking in the case of FOU/GUE
Alexander Duyck
1
-0
/
+16
2016-03-20
tunnels: Remove encapsulation offloads on decap.
Jesse Gross
1
-2
/
+11
2016-03-13
gro: Defer clearing of flush bit in tunnel paths
Alexander Duyck
1
-2
/
+1
2016-02-12
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
Edward Cree
1
-2
/
+2
2016-02-12
fou: enable LCO in FOU and GUE
Edward Cree
1
-8
/
+6
2016-01-10
udp: restrict offloads to one namespace
Hannes Frederic Sowa
1
-1
/
+1
2015-12-16
fou: clean up socket with kfree_rcu
Hannes Frederic Sowa
1
-1
/
+2
2015-08-29
fou: reject IPv6 config
Jiri Benc
1
-1
/
+1
2015-08-23
fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks
Tom Herbert
1
-1
/
+1
2015-08-23
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
1
-16
/
+12
2015-04-16
fou: avoid missing unlock in failure path
WANG Cong
1
-2
/
+1
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-04-12
fou: implement FOU_CMD_GET
WANG Cong
1
-0
/
+109
2015-04-12
fou: add network namespace support
WANG Cong
1
-39
/
+67
2015-04-12
fou: always use be16 for port
WANG Cong
1
-3
/
+3
2015-04-12
fou: exit early when parsing config fails
WANG Cong
1
-1
/
+4
2015-04-12
fou: avoid calling udp_del_offload() twice
WANG Cong
1
-2
/
+2
2015-04-08
fou: Don't use const __read_mostly
Andi Kleen
1
-2
/
+2
2015-02-11
gue: Use checksum partial with remote checksum offload
Tom Herbert
1
-6
/
+22
2015-02-11
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
1
-2
/
+2
2015-02-11
net: Fix remcsum in GRO path to not change packet
Tom Herbert
1
-10
/
+10
2015-02-04
net: add skb functions to process remote checksum offload
Tom Herbert
1
-16
/
+2
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
1
-4
/
+8
2015-01-05
ip: Move checksum convert defines to inet
Tom Herbert
1
-1
/
+1
2014-11-26
gue: Call remcsum_adjust
Tom Herbert
1
-67
/
+17
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2014-11-13
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS
Thomas Graf
1
-1
/
+1
2014-11-12
ip_tunnel: Ops registration for secondary encap (fou, gue)
Tom Herbert
1
-0
/
+85
2014-11-10
udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.
Jesse Gross
1
-0
/
+2
2014-11-05
gue: Receive side of remote checksum offload
Tom Herbert
1
-9
/
+161
[next]