summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-12gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-03ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-44/+55
2013-06-28sit: add support of x-netnsNicolas Dichtel1-1/+9
2013-06-27sit: fix 4in4 + IPsec scenarioNicolas Dichtel1-1/+1
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-24/+6
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-29/+9
2013-06-20Merge 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel1-2/+2
2013-05-26ip_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