index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-2
/
+2
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
1
-1
/
+1
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-04-08
ip_tunnel: harden copying IP tunnel params to userspace
Alexander Lobakin
1
-0
/
+2
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
1
-25
/
+29
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
1
-13
/
+50
2024-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2024-03-08
net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
Eric Dumazet
1
-1
/
+14
2024-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+21
2024-02-23
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
1
-7
/
+21
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-02-14
ip_tunnel: annotate data-races around t->parms.link
Eric Dumazet
1
-14
/
+13
2024-02-14
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
1
-0
/
+1
2024-02-10
net: fill in MODULE_DESCRIPTION()s for ipv4 modules
Breno Leitao
1
-0
/
+1
2024-02-08
ip_tunnel: use exit_batch_rtnl() method
Eric Dumazet
1
-6
/
+4
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
1
-2
/
+20
2023-04-13
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
1
-2
/
+20
2023-03-15
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
1
-6
/
+6
2022-11-16
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
1
-16
/
+16
2022-08-18
ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
Eyal Birger
1
-3
/
+4
2022-07-13
ip_tunnel: allow to inherit from VLAN encapsulated IP
Matthias May
1
-8
/
+9
2022-07-13
net: ip_tunnel: use strscpy to replace strlcpy
XueBing Chen
1
-2
/
+2
2022-04-16
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
1
-4
/
+5
2021-10-13
ip: use dev_addr_set() in tunnels
Jakub Kicinski
1
-1
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
1
-4
/
+5
2021-07-23
net: Set true network header for ECN decapsulation
Gilad Naaman
1
-1
/
+1
2021-07-09
net: ip_tunnel: fix mtu calculation for ETHER tunnel devices
Hangbin Liu
1
-3
/
+15
2021-03-02
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
1
-3
/
+2
2021-02-02
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
1
-9
/
+7
2021-01-08
net: fix pmtu check in nopmtudisc mode
Florian Westphal
1
-6
/
+5
2020-11-01
ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags
wenxu
1
-3
/
+0
2020-10-06
ipv4: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-7
/
+1
2020-06-19
ip_tunnel: fix use-after-free in ip_tunnel_lookup()
Taehee Yoo
1
-6
/
+8
2020-05-20
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
1
-1
/
+15
2020-03-30
net, ip_tunnel: fix interface lookup with no key
William Dauchy
1
-5
/
+1
2020-01-21
net, ip_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2019-12-25
tunnel: do not confirm neighbor when do pmtu update
Hangbin Liu
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269
Thomas Gleixner
1
-14
/
+1
2019-03-06
iptunnel: NULL pointer deref for ip_md_tunnel_xmit
Alan Maguire
1
-3
/
+6
2019-02-27
route: Add multipath_hash in flowi_common to make user-define hash
wenxu
1
-3
/
+3
2019-02-25
ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit
wenxu
1
-11
/
+27
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2019-01-26
ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit
wenxu
1
-2
/
+3
2019-01-26
ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit
wenxu
1
-10
/
+27
2019-01-26
ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit
wenxu
1
-5
/
+15
2019-01-25
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
wenxu
1
-1
/
+7
2019-01-01
ip: validate header length on virtual device xmit
Willem de Bruijn
1
-9
/
+0
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
[next]