index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
ip_tunnels.h
Age
Commit message (
Expand
)
Author
2013-09-04
tunnels: harmonize cleanup done on skb on xmit path
Nicolas Dichtel
2013-09-04
iptunnels: remove net arg from iptunnel_xmit()
Nicolas Dichtel
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-15
ipip: add x-netns support
Nicolas Dichtel
2013-08-13
ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.
Pravin B Shelar
2013-08-07
ip_tunnel: embed hash list head
stephen hemminger
2013-06-27
sit: add support of x-netns
Nicolas Dichtel
2013-06-24
ip_tunnel: Protect tunnel functions with CONFIG_INET guard.
Jesse Gross
2013-06-19
ip_tunnel: Add dont fragment flag.
Pravin B Shelar
2013-06-19
ip_tunnel: push generic protocol handling to ip_tunnel module.
Pravin B Shelar
2013-06-19
ip_tunnels: extend iptunnel_xmit()
Pravin B Shelar
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-13
ip_tunnel: remove __net_init/exit from exported functions
Eric Dumazet
2013-05-31
iptunnel: specify protocol outside IP header
Nicolas Dichtel
2013-03-26
GRE: Refactor GRE tunneling code.
Pravin B Shelar