summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_vti.c
Commit message (Expand)AuthorAge
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-19
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-19
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-25
* ip_vti: remove the useless err_count check in vti_xmitXin Long2017-11-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-05
|\
| * vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-26
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-19
|/
* vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal2017-07-18
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-26
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-26
* vti: check nla_put_* return valueHangbin Liu2017-05-08
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-21
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at2016-09-09
* vti: flush x-netns xfrm cache when vti interface is removedLance Richardson2016-08-09
* vti: Add pmtu handling to vti_xmit.Steffen Klassert2016-03-31
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-25
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-30
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-08
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-17
* ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2015-05-28
* ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2015-05-28
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-02
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-19
* ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-23
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
* vti: Simplify error handling in module init and exitMathias Krause2014-06-26
* ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov2014-06-11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-15
|\
| * vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2014-05-12
| * vti4: Don't count header length twice.Steffen Klassert2014-04-16
* | vti: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-12
|/
* vti4: Enable namespace changingSteffen Klassert2014-02-25
* vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert2014-02-25
* vti4: Support inter address family tunneling.Steffen Klassert2014-02-25
* vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert2014-02-25
* vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert2014-02-25
* ipv4: be friend with drop monitorEric Dumazet2014-01-18
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-04
* xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-11-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-23
|\
| * vti: get rid of nf mark rule in preroutingChristophe Gouault2013-10-11
* | {ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du2013-08-28
|/
* ipip: add x-netns supportNicolas Dichtel2013-08-15
* vti: switch to new ip tunnel codeAmerigo Wang2013-07-23
* vti: remove duplicated code to fix a memory leakCong Wang2013-07-01