aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_vti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+15
2016-09-21vti6: fix input pathNicolas Dichtel1-3/+1
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at1-1/+14
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-5/+5
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1
2015-06-01vti6: Add pmtu handling to vti6_xmit.Steffen Klassert1-0/+14
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-1/+3
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-04-07vti6: fix uninit when using x-netnsYao Xiwei1-2/+1
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel1-2/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-4/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-4/+2
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-3/+3
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+17
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2014-11-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+11
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-2/+2
2014-11-20vti6: Add a lookup method for tunnels with wildcard endpoints.Steffen Klassert1-0/+17
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert1-2/+8
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert1-10/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-09-28ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-31/+20
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-06-26vti6: Simplify error handling in module init and exitMathias Krause1-31/+20
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert1-1/+4
2014-05-12vti6: Don't unregister pernet ops twice on init errorsMathias Krause1-3/+0
2014-03-14vti6: Enable namespace changingSteffen Klassert1-1/+0
2014-03-14vti6: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-1/+24
2014-03-14vti6: Support inter address family tunneling.Steffen Klassert1-15/+34
2014-03-14vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert1-27/+149
2014-03-14vti6: Remove caching of flow informations.Steffen Klassert1-31/+0
2014-03-14vti6: Remove dst_entry cachingSteffen Klassert1-24/+18
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-7/+1
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-01-07ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.cLi RongQing1-0/+6
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+3
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-5/+5
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing1-21/+3
2013-10-10ipv6: Add support for IPsec virtual tunnel interfacesSteffen Klassert1-0/+1056