summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c
Commit message (Expand)AuthorAgeFilesLines
* vti6: return GRE_KEY for vti6David Forster2017-02-241-0/+4
* net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia2017-01-271-0/+4
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-01-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-0/+31
|\
| * vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel2016-10-111-0/+31
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-2/+3
* | ipv4/6: use core net MTU range checkingJarod Wilson2016-10-201-19/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-4/+15
|\
| * vti6: fix input pathNicolas Dichtel2016-09-211-3/+1
| * vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-091-1/+14
* | net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-101-5/+5
|/
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-161-1/+1
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
* vti6: Add pmtu handling to vti6_xmit.Steffen Klassert2015-06-011-0/+14
* ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2015-05-281-2/+7
* ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2015-05-281-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-2/+1
|\
| * vti6: fix uninit when using x-netnsYao Xiwei2015-04-071-2/+1
* | ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel2015-04-021-2/+1
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-4/+2
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-4/+2
* | ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-3/+3
* | ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-3/+3
|/
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-12-081-0/+17
|\
| * vti6: Add a lookup method for tunnels with wildcard endpoints.Steffen Klassert2014-11-201-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-0/+11
|\ \
| * | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-231-0/+11
* | | ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-10/+1
|\| |
| * | vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1
| |/
* / ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert2014-11-061-2/+8
|/
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-301-31/+20
|\
| * vti6: Simplify error handling in module init and exitMathias Krause2014-06-261-31/+20
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-4/+4
|\
| * vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2014-05-121-1/+4
| * vti6: Don't unregister pernet ops twice on init errorsMathias Krause2014-05-121-3/+0
* | vti6: delete unneeded call to netdev_privJulia Lawall2014-05-151-3/+0
|/
* vti6: Enable namespace changingSteffen Klassert2014-03-141-1/+0
* vti6: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert2014-03-141-1/+24
* vti6: Support inter address family tunneling.Steffen Klassert2014-03-141-15/+34
* vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert2014-03-141-27/+149
* vti6: Remove caching of flow informations.Steffen Klassert2014-03-141-31/+0
* vti6: Remove dst_entry cachingSteffen Klassert2014-03-141-24/+18
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-7/+1