aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/ip_vti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+22
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig1-19/+13
2020-04-23ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long1-1/+22
2020-02-06vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel1-8/+30
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel1-2/+11
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal1-1/+1
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal1-1/+1
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal1-1/+1
2019-03-24vti4: eliminated some duplicate code.Jeremy Sowden1-38/+22
2019-03-21vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2019-03-21vti4: ipip tunnel deregistration fixes.Jeremy Sowden1-2/+3
2019-01-09vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun1-0/+50
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-3/+9
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski1-1/+1
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski1-1/+1
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan1-1/+2
2018-03-19vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio1-1/+0
2018-03-19vti4: Don't count header length twice on tunnel setupStefano Brivio1-1/+0
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-1/+1
2017-11-01ip_vti: remove the useless err_count check in vti_xmitXin Long1-9/+0
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-4/+3
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal1-31/+0
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-05-08vti: check nla_put_* return valueHangbin Liu1-6/+7
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-5/+15
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at1-1/+14
2016-08-09vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-03-31vti: Add pmtu handling to vti_xmit.Steffen Klassert1-0/+18
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-1/+1
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
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-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-2/+3
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-1/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2014-11-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+1