aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-09ip_tunnel: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-4/+5
2014-01-03ipv4: Use percpu Cache route in IP tunnelsTom Herbert1-12/+32
2014-01-03ipv4: Cache dst in tunnelsTom Herbert1-24/+89
2013-11-19Merge 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
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-1/+7
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert1-2/+0
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert1-1/+3
2013-10-01ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-09-30ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar1-2/+2
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-2/+1
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-4/+2
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-2/+2
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-08-25ipip: potential race in ip_tunnel_init_net()Dan Carpenter1-6/+4
2013-08-20ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter1-4/+4
2013-08-15ipip: add x-netns supportNicolas Dichtel1-15/+28
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel1-2/+2
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel1-3/+4
2013-08-07ip_tunnel: embed hash list headstephen hemminger1-7/+6
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-44/+55
2013-06-27sit: add support of x-netnsNicolas Dichtel1-1/+9
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel1-1/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-24/+6
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-29/+9
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-2/+2
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel1-2/+2
2013-05-25ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2013-03-29ip_tunnel: Fix off-by-one error in forming dev name.Pravin B Shelar1-1/+1
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+1035