Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a689838913670765f7754bb1ba749acac9541626
/
net
/
ipv4
/
ip_gre.c
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
492b67e
net: ip_gre: fix possible use-after-free in erspan_rcv
by Lorenzo Bianconi
· 6 years ago
24ba144
route: Add multipath_hash in flowi_common to make user-define hash
by wenxu
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
2bdf700
net: ip_gre: do not report erspan_ver for gre or gretap
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
feaf5c7
net: ip_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
962924f
ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit
by wenxu
· 6 years ago
cb73ee4
net: ip_gre: use erspan key field for tunnel lookup
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
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
d0522f1
net: Add extack argument to rtnl_create_link
by David Ahern
· 6 years ago
1042caa
net-ipv4: remove 2 always zero parameters from ipv4_redirect()
by Maciej Żenczykowski
· 6 years ago
d888f39
net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()
by Maciej Żenczykowski
· 6 years ago
b0350d5
ip_gre: fix parsing gre header in ipgre_err
by Haishuang Yan
· 6 years ago
51dc63e
erspan: fix error handling for erspan tunnel
by Haishuang Yan
· 6 years ago
5a64506
erspan: return PACKET_REJECT when the appropriate tunnel is not found
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
1296ee8
ip_gre: remove redundant variables t_hlen
by YueHaibing
· 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
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
1baf5eb
erspan: auto detect truncated packets.
by William Tu
· 7 years ago
1cc5954
ip_gre: clear feature flags when incompatible o_flags are set
by Sabrina Dubroca
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
1574639
gre: fix TUNNEL_SEQ bit check on sequence numbering
by Colin Ian King
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
77a5196
gre: add sequence number for collect md mode.
by William Tu
· 7 years ago
d1b2a6c
net: GRE: Add is_gretap_dev, is_ip6gretap_dev
by Petr Machata
· 7 years ago
ffc2b6e
ip_gre: fix IFLA_MTU ignored on NEWLINK
by Xin Long
· 7 years ago
3150210
net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops and ipip_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
214bb1c
net: erspan: remove md NULL check
by William Tu
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
50670b6
ip_gre: fix potential memory leak in erspan_rcv
by Haishuang Yan
· 7 years ago
dd8d5b8
ip_gre: fix error path when erspan_rcv failed
by Haishuang Yan
· 7 years ago
cfddd4c
ip_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
c30abd5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c05fad5
ip_gre: fix wrong return value of erspan_rcv
by Haishuang Yan
· 7 years ago
f551c91
net: erspan: introduce erspan v2 for ip_gre
by William Tu
· 7 years ago
1d7e2ed
net: erspan: refactor existing erspan code
by William Tu
· 7 years ago
a3222dc
ip_gre: Refector the erpsan tunnel code.
by William Tu
· 7 years ago
a0efab6
ip_gre: add the support for i/o_flags update via ioctl
by Xin Long
· 7 years ago
dd9d598
ip_gre: add the support for i/o_flags update via netlink
by Xin Long
· 7 years ago
f192970
ip_gre: check packet length and mtu correctly in erspan tx
by William Tu
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c84bed4
ip_gre: erspan device should keep dst
by Xin Long
· 7 years ago
c122fda
ip_gre: set tunnel hlen properly in erspan_tunnel_init
by Xin Long
· 7 years ago
5513d08
ip_gre: check packet length and mtu correctly in erspan_xmit
by Xin Long
· 7 years ago
935a974
ip_gre: get key from session_id correctly in erspan_rcv
by Xin Long
· 7 years ago
d51711c
ip_gre: ipgre_tap device should keep dst
by Xin Long
· 7 years ago
64bc178
ipv4: speedup ipv6 tunnels dismantle
by Eric Dumazet
· 7 years ago
1a66a83
gre: add collect_md mode to ERSPAN tunnel
by William Tu
· 7 years ago
862a03c
gre: refactor the gre_fb_xmit
by William Tu
· 7 years ago
60890e0
gre: remove duplicated assignment of iph
by Colin Ian King
· 7 years ago
e3d0328
gre: fix goto statement typo
by William Tu
· 7 years ago
84e54fe
gre: introduce native tunnel support for ERSPAN
by William Tu
· 7 years ago
a8b8a889
net: add netlink_ext_ack argument to rtnl_link_ops.validate
by Matthias Schiffer
· 8 years ago
ad744b2
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
by Matthias Schiffer
· 8 years ago
7a3f4a1
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
by Matthias Schiffer
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
9830ad4
ip_tunnel: Allow policy-based routing through tunnels
by Craig Gallek
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
d817f43
net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()
by Amir Vadai
· 8 years ago
3d7b332
gre: set inner_protocol on xmit
by Simon Horman
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
20e1954
ipv6: RFC 4884 partial support for SIT/GRE tunnels
by Eric Dumazet
· 9 years ago
9b8c6d7
gre: better support for ICMP messages for gre+ipv6
by Eric Dumazet
· 9 years ago
e582615ad
gre: fix error handler
by Eric Dumazet
· 9 years ago
22a59be
net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads
by Philip Prindeville
· 9 years ago
da6f1da
ovs/gre: fix rtnl notifications on iface deletion
by Nicolas Dichtel
· 9 years ago
106da66
ovs/gre,geneve: fix error path when creating an iface
by Nicolas Dichtel
· 9 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
da73b4e
gre: Fix wrong tpi->proto in WCCP
by Haishuang Yan
· 9 years ago
e271c7b
gre: do not keep the GRE header around in collect medata mode
by Jiri Benc
· 9 years ago
125372f
gre: receive also TEB packets for lwtunnels
by Jiri Benc
· 9 years ago
244a797
gre: move iptunnel_pull_header down to ipgre_rcv
by Jiri Benc
· 9 years ago
f132ae7
gre: change gre_parse_header to return the header length
by Jiri Benc
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
182a352
gre: Create common functions for transmit
by Tom Herbert
· 9 years ago
95f5c64
gre: Move utility functions to common headers
by Tom Herbert
· 9 years ago
b7f8fe2
gre: do not pull header in ICMP error processing
by Jiri Benc
· 9 years ago
946b636
gre: reject GUE and FOU in collect metadata mode
by Jiri Benc
· 9 years ago
2090714
gre: build header correctly for collect metadata tunnels
by Jiri Benc
· 9 years ago
a64b04d
gre: do not assign header_ops in collect metadata mode
by Jiri Benc
· 9 years ago
aed069d
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
by Alexander Duyck
· 9 years ago
a0ca153
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
by Alexander Duyck
· 9 years ago
db3c613
bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit
by Daniel Borkmann
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
d13b161
gre: clear IFF_TX_SKB_SHARING
by Jiri Benc
· 9 years ago
7f290c9
iptunnel: scrub packet in iptunnel_pull_header
by Jiri Benc
· 9 years ago
Next »