summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-5/+4
|\
| * vti4: removed duplicate log message.Jeremy Sowden2019-03-211-3/+1
| * vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-03-211-2/+3
* | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-081-1/+1
* | xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-1/+1
* | xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-081-1/+1
* | vti4: eliminated some duplicate code.Jeremy Sowden2019-03-241-38/+22
|/
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-01-091-0/+50
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-3/+9
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-191-1/+0
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-191-1/+0
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-1/+1
* ip_vti: remove the useless err_count check in vti_xmitXin Long2017-11-011-9/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-1/+2
|\
| * vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-261-1/+2
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-4/+3
|/
* vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal2017-07-181-31/+0
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* vti: check nla_put_* return valueHangbin Liu2017-05-081-6/+7
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-5/+15
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-091-1/+14
* vti: flush x-netns xfrm cache when vti interface is removedLance Richardson2016-08-091-0/+31
* vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-311-0/+18
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-1/+1
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0
* 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
* 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-2/+3
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+1
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+1
* ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-231-0/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* vti: Simplify error handling in module init and exitMathias Krause2014-06-261-33/+21
* ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov2014-06-111-1/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-151-1/+4
|\
| * vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2014-05-121-1/+4
| * vti4: Don't count header length twice.Steffen Klassert2014-04-161-1/+0
* | vti: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
|/
* vti4: Enable namespace changingSteffen Klassert2014-02-251-1/+0