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
/
ip_tunnel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-24
ip_tunnel: be careful when accessing the inner header
Paolo Abeni
1
-0
/
+9
2018-06-07
ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
Sultan Alsawaf
1
-2
/
+2
2018-06-01
ip_tunnel: restore binding to ifaces with a large mtu
Nicolas Dichtel
1
-4
/
+4
2018-04-05
ip_tunnel: better validate user provided tunnel names
Eric Dumazet
1
-5
/
+6
2018-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+26
2018-03-29
ip_tunnel: Resolve ipsec merge conflict properly.
David S. Miller
1
-6
/
+6
2018-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+6
2018-03-23
ip_tunnel: Emit events for post-register MTU changes
Petr Machata
1
-5
/
+21
2018-03-19
ip_tunnel: Clamp MTU to bounds on new link
Stefano Brivio
1
-1
/
+7
2018-03-09
net: do not create fallback tunnels for non-default namespaces
Eric Dumazet
1
-8
/
+12
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+3
2018-02-27
ip_tunnel: Rename & publish init_tunnel_flow
Petr Machata
1
-28
/
+12
2018-02-26
ip_tunnel: Do not use mark in skb by default
Thomas Winter
1
-10
/
+3
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2018-01-26
net: don't call update_pmtu unconditionally
Nicolas Dichtel
1
-2
/
+1
2018-01-25
ip_tunnel: Use mark in skb by default
Thomas Winter
1
-3
/
+10
2017-12-13
ipv4: igmp: guard against silly MTU values
Eric Dumazet
1
-2
/
+2
2017-09-20
ipv4: speedup ipv6 tunnels dismantle
Eric Dumazet
1
-3
/
+9
2017-09-13
ip_tunnel: fix ip tunnel lookup in collect_md mode
Haishuang Yan
1
-1
/
+1
2017-09-09
ip_tunnel: fix setting ttl and tos value in collect_md mode
Haishuang Yan
1
-2
/
+2
2017-06-16
ip_tunnel: fix potential issue in ip_tunnel_rcv
Haishuang Yan
1
-0
/
+2
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-2
/
+2
2017-04-21
ip_tunnel: Allow policy-based routing through tunnels
Craig Gallek
1
-10
/
+17
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-2
/
+2
2016-10-20
ipv4/6: use core net MTU range checking
Jarod Wilson
1
-1
/
+5
2016-09-17
ip_tunnel: add collect_md mode to IPIP tunnel
Alexei Starovoitov
1
-0
/
+76
2016-06-16
net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads
Philip Prindeville
1
-1
/
+1
2016-05-21
net: Cleanup encap items in ip_tunnels.h
Tom Herbert
1
-45
/
+0
2016-04-29
ip_tunnel: fix preempt warning in ip tunnel creation/updating
Paolo Abeni
1
-2
/
+2
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2016-02-24
tunnel: Clear IPCB(skb)->opt before dst_link_failure called
Bernie Harris
1
-1
/
+2
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+17
2016-02-17
ip_tunnel: replace dst_cache with generic implementation
Paolo Abeni
1
-65
/
+13
2016-02-10
vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
David Wragg
1
-3
/
+17
2015-12-26
ip_tunnel: Move stats update to iptunnel_xmit()
Pravin B Shelar
1
-5
/
+2
2015-11-30
net: remove unnecessary mroute.h includes
Nikolay Aleksandrov
1
-1
/
+0
2015-08-11
ip_gre: Add support to collect tunnel metadata.
Pravin B Shelar
1
-9
/
+28
2015-07-09
ip_tunnel: fix ipv4 pmtu check to honor inner ip header df
Timo Teräs
1
-3
/
+5
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
1
-1
/
+1
2015-04-03
ipv4: coding style: comparison for inequality with NULL
Ian Morris
1
-1
/
+1
2015-04-03
ipv4: coding style: comparison for equality with NULL
Ian Morris
1
-4
/
+4
2015-04-02
ipip,gre,vti,sit: implement ndo_get_iflink
Nicolas Dichtel
1
-1
/
+8
2015-01-19
tunnels: advertise link netns via netlink
Nicolas Dichtel
1
-0
/
+8
2014-12-16
ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()
Thomas Graf
1
-0
/
+3
2014-12-16
ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()
Thomas Graf
1
-0
/
+6
2014-11-12
ip_tunnel: Ops registration for secondary encap (fou, gue)
Tom Herbert
1
-25
/
+53
2014-11-06
net: Move fou_build_header into fou.c and refactor
Tom Herbert
1
-49
/
+12
2014-10-04
ip_tunnel: Add GUE support
Tom Herbert
1
-0
/
+13
2014-10-04
ip_tunnel: Account for secondary encapsulation header in max_headroom
Tom Herbert
1
-1
/
+1
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
[next]