Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
489fbbcb51d0249569d863f9220de69cb31f1922
/
net
/
ipv6
/
ip6_vti.c
cb9f1b7
ip: validate header length on virtual device xmit
by Willem de Bruijn
· 6 years ago
cbb4969
ipv6: tunnels: fix two use-after-free
by Eric Dumazet
· 6 years ago
9f28954
vti6: remove !skb->ignore_df check from vti6_xmit()
by Alexey Kodanev
· 6 years ago
9c86336
ip6_vti: fix a null pointer deference when destroy vti6 tunnel
by Haishuang Yan
· 6 years ago
e2948e5
ip6_vti: fix creating fallback tunnel device for vti6
by Haishuang Yan
· 6 years ago
bb10745
ip6_vti: simplify stats handling in vti6_xmit
by Haishuang Yan
· 6 years ago
d699097
vti6: fix PMTU caching and reporting on xmit
by Eyal Birger
· 7 years ago
b2d6cee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
154a8c4
change the comment of vti6_ioctl
by Sun Lianwen
· 7 years ago
b4331a6
vti6: Change minimum MTU to IPV4_MIN_MTU, vti6 can carry IPv4 too
by Stefano Brivio
· 7 years ago
537b361
vti6: better validate user provided tunnel names
by Eric Dumazet
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
f8a554b
vti6: Fix dev->max_mtu setting
by Stefano Brivio
· 7 years ago
7a67e69
vti6: Keep set MTU on link creation or change, validate it
by Stefano Brivio
· 7 years ago
c6741fb
vti6: Properly adjust vti6 MTU from MTU of lower device
by Stefano Brivio
· 7 years ago
b75cc8f
net/ipv6: Pass skb to route lookup
by David Ahern
· 7 years ago
5ecc295
net: Convert vti6_net_ops
by Kirill Tkhai
· 7 years ago
3e3ab9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f15ca72
net: don't call update_pmtu unconditionally
by Nicolas Dichtel
· 7 years ago
53c81e9
ip6_vti: adjust vti mtu according to mtu of lower device
by Alexey Kodanev
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
36f6ee2
vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
by Alexey Kodanev
· 7 years ago
bb401ca
ipv6: speedup ipv6 tunnels dismantle
by Eric Dumazet
· 7 years ago
6b1c42e
vti: revert flush x-netns xfrm cache when vti interface is removed
by Florian Westphal
· 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
cf124db
net: Fix inconsistent teardown and release of private netdev state.
by David S. Miller
· 8 years ago
0a473b8
ip6_tunnel: Allow policy-based routing through tunnels
by Craig Gallek
· 8 years ago
8474c8c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 8 years ago
7dcdf94
vti6: return GRE_KEY for vti6
by David Forster
· 8 years ago
e3dc847
vti6: Don't report path MTU below IPV6_MIN_MTU.
by Steffen Klassert
· 8 years ago
45ce0fd
net/ipv6: support more tunnel interfaces for EUI64 link-local generation
by Felix Jia
· 8 years ago
93e246f
vti6: fix device register to report IFLA_INFO_KIND
by David Forster
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
e2d118a
net: inet: Support UID-based routing in IP protocols.
by Lorenzo Colitti
· 8 years ago
b96f9af
ipv4/6: use core net MTU range checking
by Jarod Wilson
· 8 years ago
7f92083
vti6: flush x-netns xfrm cache when vti interface is removed
by Nicolas Dichtel
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
63c4378
vti6: fix input path
by Nicolas Dichtel
· 8 years ago
1fb81e0
vti: use right inner_mode for inbound inter address family policy checks
by thomas.zeitlhofer+lkml@ze-it.at
· 8 years ago
e87a8f2
net: resolve symbol conflicts with generic hashtable.h
by Jiri Kosina
· 8 years ago
607f725
net: replace dst_cache ip6_tunnel implementation with the generic one
by Paolo Abeni
· 9 years ago
13206b6
net: Pass net into dst_output and remove dst_output_okfn
by Eric W. Biederman
· 9 years ago
5a70649
net: Merge dst_output and dst_output_sk
by Eric W. Biederman
· 9 years ago
ccd740c
vti6: Add pmtu handling to vti6_xmit.
by Steffen Klassert
· 10 years ago
d55c670
ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call
by Alexander Duyck
· 10 years ago
cd5279c
ip_vti/ip6_vti: Do not touch skb->mark on xmit
by Alexander Duyck
· 10 years ago
87ffabb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
092a29a
vti6: fix uninit when using x-netns
by Yao Xiwei
· 10 years ago
ecf2c06
ip6tnl,gre6,vti6: implement ndo_get_iflink
by Nicolas Dichtel
· 10 years ago
67b61f6
netlink: implement nla_get_in_addr and nla_get_in6_addr
by Jiri Benc
· 10 years ago
930345e
netlink: implement nla_put_in_addr and nla_put_in6_addr
by Jiri Benc
· 10 years ago
53b24b8
ipv6: coding style: comparison for inequality with NULL
by Ian Morris
· 10 years ago
63159f2
ipv6: coding style: comparison for equality with NULL
by Ian Morris
· 10 years ago
1728d4f
tunnels: advertise link netns via netlink
by Nicolas Dichtel
· 10 years ago
6db70e3e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
20ea60c
ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
by lucien
· 10 years ago
e5d08d7
ipv6: coding style improvements (remove assignment in if statements)
by Ian Morris
· 10 years ago
fbe68ee
vti6: Add a lookup method for tunnels with wildcard endpoints.
by Steffen Klassert
· 10 years ago
4e84b49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d500514
ipv6: Allow sending packets through tunnels with wildcard endpoints
by Steffen Klassert
· 10 years ago
16a0231
vti6: Use vti6_dev_init as the ndo_init function.
by Steffen Klassert
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
d814b84
ip6_vti: Return an error when adding an existing tunnel.
by Steffen Klassert
· 10 years ago
ccda4a7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
e59d82f
vti6: Simplify error handling in module init and exit
by Mathias Krause
· 11 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
112a351
vti6: delete unneeded call to netdev_priv
by Julia Lawall
· 11 years ago
6d004d6
vti: Use the tunnel mark for lookup in the error handlers.
by Steffen Klassert
· 11 years ago
fd71143
vti6: Don't unregister pernet ops twice on init errors
by Mathias Krause
· 11 years ago
61220ab
vti6: Enable namespace changing
by Steffen Klassert
· 11 years ago
26be8e2
vti6: Check the tunnel endpoints of the xfrm state and the vti interface
by Steffen Klassert
· 11 years ago
22e1b23
vti6: Support inter address family tunneling.
by Steffen Klassert
· 11 years ago
fa9ad96
vti6: Update the ipv6 side to use its own receive hook.
by Steffen Klassert
· 11 years ago
7cf9fdb
vti6: Remove caching of flow informations.
by Steffen Klassert
· 11 years ago
7c85258
vti6: Remove dst_entry caching
by Steffen Klassert
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
657e5d1
ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.c
by Li RongQing
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
8f84985
net: unify the pcpu_tstats and br_cpu_netstats as one
by Li RongQing
· 11 years ago
469bdce
ipv6: fix the use of pcpu_tstats in ip6_vti.c
by Li RongQing
· 11 years ago
ed1efb2
ipv6: Add support for IPsec virtual tunnel interfaces
by Steffen Klassert
· 11 years ago