summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert2014-02-251-5/+24
* vti4: Support inter address family tunneling.Steffen Klassert2014-02-251-14/+34
* vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert2014-02-251-11/+11
* vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert2014-02-251-47/+187
* ipv4: be friend with drop monitorEric Dumazet2014-01-181-1/+1
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-1/+1
* xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-11-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-3/+11
|\
| * vti: get rid of nf mark rule in preroutingChristophe Gouault2013-10-111-3/+11
* | {ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du2013-08-281-66/+1
|/
* ipip: add x-netns supportNicolas Dichtel2013-08-151-1/+1
* vti: switch to new ip tunnel codeAmerigo Wang2013-07-231-476/+52
* vti: remove duplicated code to fix a memory leakCong Wang2013-07-011-7/+0
* net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan2013-06-131-2/+1
* Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-261-39/+1
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+1
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-0/+5
|\
| * ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan2012-11-141-0/+5
* | net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-141-9/+4
* | net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-141-9/+0
|/
* vti: fix sparse bit endian warningsstephen hemminger2012-10-121-2/+2
* xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-271-5/+0
* net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh2012-07-231-5/+5
* net/ipv4: VTI support new module for ip_vti.Saurabh2012-07-181-0/+956