Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fbd31f5aa60259bfa836dccb35159a7e17a60314
/
net
/
ipv6
/
ip6_gre.c
55fd59b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Jakub Kicinski
· 4 years, 1 month ago
832ba59
net: ip6_gre: set dev->hard_header_len when using header_ops
by Antoine Tenart
· 4 years, 1 month ago
98d7fc4
ipv4/ipv6: switch to dev_get_tstats64
by Heiner Kallweit
· 4 years, 2 months ago
e5f7e21
ip6gre: avoid tx_error when sending MLD/DAD on external tunnels
by Davide Caratti
· 4 years, 3 months ago
46ef5b8
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
by Wei Yongjun
· 4 years, 6 months ago
dafabb6
ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
by Taehee Yoo
· 4 years, 7 months ago
46d30cb
net: ip6_gre: Distribute switch variables for initialization
by Kees Cook
· 4 years, 11 months ago
690afc1
net: ip6_gre: fix moving ip6gre between namespaces
by Niko Kortstrom
· 5 years ago
675d76a
ip6_gre: do not confirm neighbor when do pmtu update
by Hangbin Liu
· 5 years ago
bd085ef
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
by Hangbin Liu
· 5 years ago
c593642
treewide: Use sizeof_field() macro
by Pankaj Bharadiya
· 5 years ago
2eb8d6d
erspan: fix the tun_info options_len check for erspan
by Xin Long
· 5 years ago
4123f63
ip6erspan: remove the incorrect mtu limit for ip6erspan
by Haishuang Yan
· 5 years ago
28e4860
ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
by Xin Long
· 5 years ago
3bc817d
ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6
by Haishuang Yan
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
2a3caba
net: ip6_gre: fix possible use-after-free in ip6erspan_rcv
by Lorenzo Bianconi
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
efcc9bc
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
by Lorenzo Bianconi
· 6 years ago
103d024
net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretap
by Lorenzo Bianconi
· 6 years ago
375ca54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4974d5f
net: ip6_gre: initialize erspan_ver just for erspan tunnels
by Lorenzo Bianconi
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c706863
net: ip6_gre: always reports o_key to userspace
by Lorenzo Bianconi
· 6 years ago
1d68101
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
cb73ee4
net: ip_gre: use erspan key field for tunnel lookup
by Lorenzo Bianconi
· 6 years ago
fa7f3a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a057fed
net: ip6_gre: remove gre_hdr_len from ip6erspan_rcv
by Lorenzo Bianconi
· 6 years ago
20704bd
erspan: build the header with the right proto according to erspan_ver
by Xin Long
· 6 years ago
80b3671
ip6_gre: update version related info when changing link
by Hangbin Liu
· 6 years ago
ab5098f
ip6_gre: fix tunnel list corruption for x-netns
by Olivier Matz
· 6 years ago
cb9f1b7
ip: validate header length on virtual device xmit
by Willem de Bruijn
· 6 years ago
0621e6f
net: Add netif_is_gretap()/netif_is_ip6gretap()
by Oz Shlomo
· 6 years ago
32bbd87
net: Convert protocol error handlers from void to int
by Stefano Brivio
· 6 years ago
a82738a
ip6_gre: simplify gre header parsing in ip6gre_err
by Haishuang Yan
· 6 years ago
84581bd
erspan: set erspan_ver to 1 by default when adding an erspan dev
by Xin Long
· 6 years ago
eb95f52
net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap
by Maria Pasechnik
· 6 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 6 years ago
b7ed879
net: ip6_gre: get ipv6hdr after skb_cow_head()
by Prashant Bhole
· 6 years ago
256c87c
net: check tunnel option type in tunnel flags
by Pieter Jansen van Vuuren
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b80d0b9
net: ip6_gre: fix tunnel metadata device sharing.
by William Tu
· 7 years ago
2d66503
net: ip6_gre: Fix ip6erspan hlen calculation
by Petr Machata
· 7 years ago
c8632fc
net: ip6_gre: Split up ip6gre_changelink()
by Petr Machata
· 7 years ago
7fa38a7
net: ip6_gre: Split up ip6gre_newlink()
by Petr Machata
· 7 years ago
a646535
net: ip6_gre: Split up ip6gre_tnl_change()
by Petr Machata
· 7 years ago
a483373
net: ip6_gre: Split up ip6gre_tnl_link_config()
by Petr Machata
· 7 years ago
5691484
net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
by Petr Machata
· 7 years ago
01b8d06
net: ip6_gre: Request headroom in __gre6_xmit()
by Petr Machata
· 7 years ago
02f99df
erspan: fix invalid erspan version.
by William Tu
· 7 years ago
d5db21a
erspan: auto detect truncated ipv6 packets.
by William Tu
· 7 years ago
0c1dd2a
net: ipv6/gre: Add GRO support
by Eran Ben Elisha
· 7 years ago
7ccbdff
ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
by Sun Lianwen
· 7 years ago
1baf5eb
erspan: auto detect truncated packets.
by William Tu
· 7 years ago
5f42df0
ip6_gre: better validate user provided tunnel names
by Eric Dumazet
· 7 years ago
ec12589
ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()
by Alexey Kodanev
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1574639
gre: fix TUNNEL_SEQ bit check on sequence numbering
by Colin Ian King
· 7 years ago
e41c7c6
ip6erspan: make sure enough headroom at xmit.
by William Tu
· 7 years ago
d6aa711
ip6erspan: improve error handling for erspan version number.
by William Tu
· 7 years ago
3b04caa
ip6gre: add erspan v2 to tunnel lookup
by William Tu
· 7 years ago
79134e6
net: do not create fallback tunnels for non-default namespaces
by Eric Dumazet
· 7 years ago
77a5196
gre: add sequence number for collect md mode.
by William Tu
· 7 years ago
b75cc8f
net/ipv6: Pass skb to route lookup
by David Ahern
· 7 years ago
d1b2a6c
net: GRE: Add is_gretap_dev, is_ip6gretap_dev
by Petr Machata
· 7 years ago
5c155c5
net: Convert ip6gre_net_ops
by Kirill Tkhai
· 7 years ago
39f57f6
net: erspan: fix erspan config overwrite
by William Tu
· 7 years ago
3df19283
net: erspan: fix metadata extraction
by William Tu
· 7 years ago
c69de58
net: erspan: use bitfield instead of mask and offset
by William Tu
· 7 years ago
8565d26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
128bb97
ip6_gre: init dev->mtu and dev->hard_header_len correctly
by Alexey Kodanev
· 7 years ago
6bb8824
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
214bb1c
net: erspan: remove md NULL check
by William Tu
· 7 years ago
e5a9336
ip6_gre: fix device features for ioctl setup
by Alexey Kodanev
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
afb4c97
ip6_gre: fix potential memory leak in ip6erspan_rcv
by Haishuang Yan
· 7 years ago
a734321
ip6_gre: fix error path when ip6erspan_rcv failed
by Haishuang Yan
· 7 years ago
293a199
ip6_gre: fix a pontential issue in ip6erspan_rcv
by Haishuang Yan
· 7 years ago
2c52129
ip6_gre: remove the incorrect mtu limit for ipgre tap
by Xin Long
· 7 years ago
d91e8db5
net: erspan: reload pointer after pskb_may_pull
by William Tu
· 7 years ago
ae3e133
net: erspan: fix wrong return value
by William Tu
· 7 years ago
94d7d8f
ip6_gre: add erspan v2 support
by William Tu
· 7 years ago
1d7e2ed
net: erspan: refactor existing erspan code
by William Tu
· 7 years ago
ef7baf5
ip6_gre: add ip6 erspan collect_md mode
by William Tu
· 7 years ago
6712abc
ip6_gre: add ip6 gre and gretap collect_md mode
by William Tu
· 7 years ago
5a963eb
ip6_gre: Add ERSPAN native tunnel support
by William Tu
· 7 years ago
898b2979
ip6_gre: Refactor ip6gre xmit codes
by William Tu
· 7 years ago
981542c
gre6: use log_ecn_error module parameter in ip6_tnl_rcv()
by Alexey Kodanev
· 7 years ago
fe1a4ca
ip6_gre: process toobig in a better way
by Xin Long
· 7 years ago
929fc03
ip6_gre: add the process for redirect in ip6gre_err
by Xin Long
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8aec495
ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit
by Xin Long
· 7 years ago
f8d20b4
ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err
by Xin Long
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2d40557
ip6_gre: ip6gre_tap device should keep dst
by Xin Long
· 7 years ago
1f8d31d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bb401ca
ipv6: speedup ipv6 tunnels dismantle
by Eric Dumazet
· 7 years ago
76cc0d3
ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
by Xin Long
· 7 years ago
5c25f30
ip6_gre: update mtu properly in ip6gre_err
by Xin Long
· 7 years ago
Next »