summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_vti.c
AgeCommit message (Expand)Author
2017-11-01ip_vti: remove the useless err_count check in vti_xmitXin Long
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-05-08vti: check nla_put_* return valueHangbin Liu
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedLance Richardson
2016-03-31vti: Add pmtu handling to vti_xmit.Steffen Klassert
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2014-11-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-06-26vti: Simplify error handling in module init and exitMathias Krause
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert
2014-04-16vti4: Don't count header length twice.Steffen Klassert
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel
2014-02-25vti4: Enable namespace changingSteffen Klassert
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert
2014-02-25vti4: Support inter address family tunneling.Steffen Klassert
2014-02-25vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert
2014-02-25vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert
2014-01-18ipv4: be friend with drop monitorEric Dumazet
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-08-28{ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du
2013-08-15ipip: add x-netns supportNicolas Dichtel
2013-07-23vti: switch to new ip tunnel codeAmerigo Wang
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar