summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_tunnel.c
AgeCommit message (Expand)Author
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-28sit: add support of x-netnsNicolas Dichtel
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-20ip_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-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel
2013-05-26ip_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