index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_gre.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ip6_gre: Distribute switch variables for initialization
Kees Cook
2020-02-20
1
-3
/
+5
*
net: ip6_gre: fix moving ip6gre between namespaces
Niko Kortstrom
2020-01-20
1
-3
/
+0
*
ip6_gre: do not confirm neighbor when do pmtu update
Hangbin Liu
2019-12-24
1
-1
/
+1
*
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
Hangbin Liu
2019-12-24
1
-1
/
+1
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-2
/
+2
*
erspan: fix the tun_info options_len check for erspan
Xin Long
2019-10-29
1
-2
/
+2
*
ip6erspan: remove the incorrect mtu limit for ip6erspan
Haishuang Yan
2019-10-08
1
-0
/
+1
*
ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
Xin Long
2019-09-16
1
-1
/
+1
*
ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
Haishuang Yan
2019-07-24
1
-1
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
Lorenzo Bianconi
2019-04-08
1
-7
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-24
1
-18
/
+21
|
\
|
*
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
Lorenzo Bianconi
2019-02-22
1
-0
/
+3
|
*
net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap
Lorenzo Bianconi
2019-02-21
1
-18
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-20
1
-14
/
+20
|
\
|
|
*
net: ip6_gre: initialize erspan_ver just for erspan tunnels
Lorenzo Bianconi
2019-02-15
1
-14
/
+20
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-1
/
+6
|
\
|
|
*
net: ip6_gre: always reports o_key to userspace
Lorenzo Bianconi
2019-01-30
1
-1
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-27
1
-4
/
+0
|
\
|
|
*
net: ip_gre: use erspan key field for tunnel lookup
Lorenzo Bianconi
2019-01-22
1
-4
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-21
1
-4
/
+10
|
\
|
|
*
erspan: build the header with the right proto according to erspan_ver
Xin Long
2019-01-16
1
-2
/
+4
|
*
ip6_gre: update version related info when changing link
Hangbin Liu
2019-01-15
1
-0
/
+4
|
*
ip6_gre: fix tunnel list corruption for x-netns
Olivier Matz
2019-01-15
1
-2
/
+2
*
|
net: ip6_gre: remove gre_hdr_len from ip6erspan_rcv
Lorenzo Bianconi
2019-01-18
1
-2
/
+2
|
/
*
ip: validate header length on virtual device xmit
Willem de Bruijn
2019-01-01
1
-3
/
+7
*
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
2018-12-10
1
-6
/
+0
*
net: Convert protocol error handlers from void to int
Stefano Brivio
2018-11-08
1
-8
/
+10
*
ip6_gre: simplify gre header parsing in ip6gre_err
Haishuang Yan
2018-09-16
1
-22
/
+4
*
erspan: set erspan_ver to 1 by default when adding an erspan dev
Xin Long
2018-08-27
1
-0
/
+1
*
net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap
Maria Pasechnik
2018-08-09
1
-3
/
+3
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
1
-1
/
+2
|
\
|
*
net: ip6_gre: get ipv6hdr after skb_cow_head()
Prashant Bhole
2018-07-16
1
-1
/
+2
*
|
net: check tunnel option type in tunnel flags
Pieter Jansen van Vuuren
2018-06-29
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-21
1
-60
/
+226
|
\
|
*
net: ip6_gre: fix tunnel metadata device sharing.
William Tu
2018-05-19
1
-22
/
+79
|
*
net: ip6_gre: Fix ip6erspan hlen calculation
Petr Machata
2018-05-17
1
-9
/
+65
|
*
net: ip6_gre: Split up ip6gre_changelink()
Petr Machata
2018-05-17
1
-9
/
+24
|
*
net: ip6_gre: Split up ip6gre_newlink()
Petr Machata
2018-05-17
1
-6
/
+18
|
*
net: ip6_gre: Split up ip6gre_tnl_change()
Petr Machata
2018-05-17
1
-2
/
+8
|
*
net: ip6_gre: Split up ip6gre_tnl_link_config()
Petr Machata
2018-05-17
1
-12
/
+26
|
*
net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
Petr Machata
2018-05-17
1
-1
/
+1
|
*
net: ip6_gre: Request headroom in __gre6_xmit()
Petr Machata
2018-05-17
1
-0
/
+3
|
*
erspan: fix invalid erspan version.
William Tu
2018-05-17
1
-1
/
+4
*
|
erspan: auto detect truncated ipv6 packets.
William Tu
2018-05-11
1
-0
/
+6
*
|
net: ipv6/gre: Add GRO support
Eran Ben Elisha
2018-05-07
1
-10
/
+27
*
|
ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
Sun Lianwen
2018-05-03
1
-1
/
+1
*
|
erspan: auto detect truncated packets.
William Tu
2018-04-30
1
-0
/
+6
|
/
*
ip6_gre: better validate user provided tunnel names
Eric Dumazet
2018-04-05
1
-3
/
+5
*
ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()
Alexey Kodanev
2018-04-01
1
-1
/
+0
[next]