summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-181-1/+1
* vti6: Add pmtu handling to vti6_xmit.Steffen Klassert2015-06-021-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/+1Star
|\
| * vti6: fix uninit when using x-netnsYao Xiwei2015-04-071-2/+1Star
* | ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel2015-04-021-2/+1Star
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-4/+2Star
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-4/+2Star
* | 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-091-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-301-0/+11
|\ \
| * | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-241-0/+11
* | | ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-241-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-071-10/+1Star
|\| |
| * | vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1Star
| |/
* / 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-311-31/+20Star
|\
| * vti6: Simplify error handling in module init and exitMathias Krause2014-06-261-31/+20Star
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-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/+0Star
* | vti6: delete unneeded call to netdev_privJulia Lawall2014-05-151-3/+0Star
|/
* vti6: Enable namespace changingSteffen Klassert2014-03-141-1/+0Star
* 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/+0Star
* vti6: Remove dst_entry cachingSteffen Klassert2014-03-141-24/+18Star
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-7/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-0/+6
|\
| * ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.cLi RongQing2014-01-071-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-22/+3Star
|\|
| * ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing2014-01-031-21/+3Star
* | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-051-5/+5
|/
* ipv6: Add support for IPsec virtual tunnel interfacesSteffen Klassert2013-10-101-0/+1056