summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-11-10ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-04-13ip_tunnel: better validate user provided tunnel namesEric Dumazet1-5/+6
2018-01-02ipv4: igmp: guard against silly MTU valuesEric Dumazet1-2/+2
2015-09-27ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs1-3/+5
2014-10-04ip_tunnel: Add GUE supportTom Herbert1-0/+13
2014-10-04ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert1-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2014-09-26ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert1-3/+8
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-09-23ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet1-3/+3
2014-09-20net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+90
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+18
2014-07-31ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-07-09ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet1-9/+5
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+10
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov1-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov1-4/+6
2014-06-06ip_tunnel: fix possible rtable leakDmitry Popov1-0/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-05-21ip_tunnel: Initialize the fallback device properlySteffen Klassert1-0/+1
2014-05-17ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs1-1/+2
2014-05-17ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-16ip_tunnel: delete unneeded call to netdev_privJulia Lawall1-2/+1
2014-05-06ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar1-3/+0
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-49/+4
2014-02-25ip_tunnel: Make vti work with i_key setSteffen Klassert1-1/+5
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-3/+4
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller1-46/+0
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal1-5/+10
2014-02-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+2
2014-02-04ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet1-18/+11
2014-01-28net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2014-01-24ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-01-22ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong1-5/+4
2014-01-19ipv4: be friend with drop monitorEric Dumazet1-2/+2
2014-01-18ipv4: fix a dst leak in tunnelsEric Dumazet1-20/+14
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-4/+5
2014-01-04ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-12/+32
2014-01-04ipv4: Cache dst in tunnelsTom Herbert1-24/+89
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov1-2/+2