aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_tunnel.c
AgeCommit message (Expand)Author
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong
2014-01-21ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong
2014-01-18ipv4: be friend with drop monitorEric Dumazet
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert
2014-01-03ipv4: Cache dst in tunnelsTom Herbert
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-25ipip: potential race in ip_tunnel_init_net()Dan Carpenter
2013-08-20ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter
2013-08-15ipip: add x-netns supportNicolas Dichtel
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel
2013-08-07ip_tunnel: embed hash list headstephen hemminger
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel
2013-05-25ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet
2013-03-29ip_tunnel: Fix off-by-one error in forming dev name.Pravin B Shelar
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar