summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel.c
AgeCommit message (Expand)AuthorLines
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel-0/+8
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf-0/+3
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf-0/+6
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert-25/+53
2014-11-05net: Move fou_build_header into fou.c and refactorTom Herbert-49/+12
2014-10-03ip_tunnel: Add GUE supportTom Herbert-0/+13
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+8
2014-09-26ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert-3/+8
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet-3/+3
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert-1/+90
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+18
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov-11/+18
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+1
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov-4/+8
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet-9/+5
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+10
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov-4/+6
2014-06-05ip_tunnel: fix possible rtable leakDmitry Popov-0/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2014-05-21ip_tunnel: Initialize the fallback device properlySteffen Klassert-0/+1
2014-05-16ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs-1/+2
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong-4/+2
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall-2/+1
2014-05-05ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai-0/+2
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel-8/+7
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-1/+1
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+0
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar-3/+0
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-49/+4
2014-02-25ip_tunnel: Make vti work with i_key setSteffen Klassert-1/+5
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel-3/+4
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller-46/+0
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal-5/+10
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong-8/+2
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet-18/+11
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat-1/+2
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong-0/+1
2014-01-21ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong-5/+4
2014-01-18ipv4: be friend with drop monitorEric Dumazet-2/+2
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet-20/+14
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun-1/+1
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing-4/+5
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert-12/+32
2014-01-03ipv4: Cache dst in tunnelsTom Herbert-24/+89
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+2
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov-2/+2