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_gre.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-08
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
1
-49
/
+78
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
1
-8
/
+9
2024-03-29
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
1
-0
/
+5
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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
-9
/
+15
2023-12-06
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
1
-4
/
+7
2023-07-19
ipv4: ip_gre: fix return value check in erspan_xmit()
Yuanjun Gong
1
-1
/
+2
2023-07-19
ipv4: ip_gre: fix return value check in erspan_fb_xmit()
Yuanjun Gong
1
-1
/
+2
2023-06-02
ip_gre: clean up some inconsistent indenting
Jiapeng Chong
1
-4
/
+4
2023-03-22
erspan: do not use skb_mac_header() in ndo_start_xmit()
Eric Dumazet
1
-2
/
+2
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-19
/
+29
2022-12-06
ip_gre: do not report erspan version on GRE interface
Hangbin Liu
1
-19
/
+29
2022-11-16
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
1
-5
/
+5
2022-11-01
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
1
-1
/
+1
2022-08-18
ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
Eyal Birger
1
-1
/
+1
2022-06-20
erspan: do not assume transport header is always set
Eric Dumazet
1
-5
/
+10
2022-06-09
ip_gre: test csum_start instead of transport header
Willem de Bruijn
1
-6
/
+5
2022-05-02
ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTX
Peilin Ye
1
-28
/
+22
2022-04-25
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
1
-3
/
+3
2022-04-25
ip_gre: Make o_seqno start from 0 in native mode
Peilin Ye
1
-5
/
+3
2022-04-16
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
1
-2
/
+2
2022-01-12
gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
Guillaume Nault
1
-2
/
+3
2021-10-13
ip: use dev_addr_set() in tunnels
Jakub Kicinski
1
-1
/
+1
2021-09-05
ip_gre: validate csum_start only on pull
Willem de Bruijn
1
-3
/
+6
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-08-22
ip_gre: add validation for csum_start
Shreyansh Chouhan
1
-0
/
+2
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
1
-1
/
+1
2021-06-28
gre: let mac_header point to outer header only when necessary
Guillaume Nault
1
-1
/
+6
2020-11-10
ipv4/ipv6: switch to dev_get_tstats64
Heiner Kallweit
1
-3
/
+3
2020-10-14
ip_gre: set dev->hard_header_len and dev->needed_headroom properly
Cong Wang
1
-4
/
+11
2020-05-20
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
1
-21
/
+14
2020-05-12
erspan: Check IFLA_GRE_ERSPAN_VER is set.
William Tu
1
-1
/
+2
2020-05-05
erspan: Add type I version 0 support.
William Tu
1
-15
/
+43
2020-03-17
net: ip_gre: Accept IFLA_INFO_DATA-less configuration
Petr Machata
1
-0
/
+2
2020-03-15
net: ip_gre: Separate ERSPAN newlink / changelink callbacks
Petr Machata
1
-18
/
+85
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-2
/
+2
2019-11-21
ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv
wenxu
1
-1
/
+5
2019-10-30
erspan: fix the tun_info options_len check for erspan
Xin Long
1
-2
/
+2
2019-09-30
erspan: remove the incorrect mtu limit for erspan
Haishuang Yan
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-04-09
net: ip_gre: fix possible use-after-free in erspan_rcv
Lorenzo Bianconi
1
-5
/
+10
2019-02-27
route: Add multipath_hash in flowi_common to make user-define hash
wenxu
1
-1
/
+1
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+17
2019-02-22
net: ip_gre: do not report erspan_ver for gre or gretap
Lorenzo Bianconi
1
-16
/
+17
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2019-01-31
net: ip_gre: always reports o_key to userspace
Lorenzo Bianconi
1
-1
/
+6
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+0
[next]