index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fou.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-31
fou: remove sparse errors
Eric Dumazet
1
-5
/
+5
2020-10-03
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-08-25
net: ipv4: delete repeated words
Randy Dunlap
1
-2
/
+2
2020-06-21
net: Add MODULE_DESCRIPTION entries to network modules
Rob Gill
1
-0
/
+1
2020-01-23
fou: Fix IPv6 netlink policy
Kristian Evensen
1
-2
/
+2
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-28
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+3
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2019-04-11
net: fou: remove redundant code in gue_udp_recv
Lorenzo Bianconi
1
-3
/
+1
2019-04-11
net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv
Lorenzo Bianconi
1
-1
/
+3
2019-04-11
fou: correct spelling of encapsulation
Simon Horman
1
-2
/
+2
2019-03-27
fou: Support binding FoU socket
Kristian Evensen
1
-16
/
+122
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-3
/
+1
2019-03-09
fou, fou6: avoid uninit-value in gue_err() and gue6_err()
Eric Dumazet
1
-2
/
+2
2019-01-16
fou, fou6: do not assume linear skbs
Eric Dumazet
1
-2
/
+7
2019-01-05
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
1
-1
/
+2
2018-12-18
fou: Prevent unbounded recursion in GUE error handler
Stefano Brivio
1
-0
/
+7
2018-11-09
fou, fou6: ICMP error handlers for FoU and GUE
Stefano Brivio
1
-0
/
+68
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+1
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
1
-3
/
+1
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-10
/
+10
2017-08-02
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-02
fou: make nla_policy const
stephen hemminger
1
-1
/
+1
2016-06-08
gue: Implement direction IP encapsulation
Tom Herbert
1
-5
/
+76
2016-05-21
fou: Support IPv6 in fou
Tom Herbert
1
-12
/
+35
2016-05-21
fou: Split out {fou,gue}_build_header
Tom Herbert
1
-10
/
+37
2016-05-21
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-07
udp_offload: Set encapsulation before inner completes.
Jarno Rajahalme
1
-0
/
+4
2016-05-07
udp_tunnel: Remove redundant udp_tunnel_gro_complete().
Jarno Rajahalme
1
-2
/
+0
2016-04-17
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
Alexander Duyck
1
-8
/
+8
2016-04-10
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-11
udp: restrict offloads to one namespace
Hannes Frederic Sowa
1
-1
/
+1
2015-12-17
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-24
fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks
Tom Herbert
1
-1
/
+1
2015-08-24
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
1
-16
/
+12
[next]