aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-06-26vti: Simplify error handling in module init and exitMathias Krause1-33/+21
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov1-1/+7
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+4
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert1-1/+4
2014-04-16vti4: Don't count header length twice.Steffen Klassert1-1/+0
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-02-25vti4: Enable namespace changingSteffen Klassert1-1/+0
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-5/+24
2014-02-25vti4: Support inter address family tunneling.Steffen Klassert1-14/+34
2014-02-25vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert1-11/+11
2014-02-25vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert1-47/+187
2014-01-18ipv4: be friend with drop monitorEric Dumazet1-1/+1
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-1/+1
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-08-28{ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callbackFan Du1-66/+1
2013-08-15ipip: add x-netns supportNicolas Dichtel1-1/+1
2013-07-23vti: switch to new ip tunnel codeAmerigo Wang1-476/+52
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan1-2/+1
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar1-39/+1
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+1
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman1-2/+2
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2012-11-14ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan1-0/+5
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang1-9/+4
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-9/+0
2012-10-12vti: fix sparse bit endian warningsstephen hemminger1-2/+2
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger1-5/+0
2012-07-23net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh1-5/+5
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh1-0/+956