summaryrefslogtreecommitdiffstats
path: root/include/net/ip_tunnels.h
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-10/+11
* net: Add Geneve tunneling protocol driverAndy Zhou2014-10-061-0/+2
* net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert2014-09-191-1/+18
* ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2014-07-301-0/+1
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-201-0/+1
* ipv4: fix a dst leak in tunnelsEric Dumazet2014-01-171-1/+0
* net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-041-2/+2
* ipv4: Use percpu Cache route in IP tunnelsTom Herbert2014-01-031-2/+6
* ipv4: Cache dst in tunnelsTom Herbert2014-01-031-0/+3
* ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-191-0/+3
* tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-041-1/+1
* iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-041-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-14/+0
|\
| * ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-08-131-14/+0
* | ipip: add x-netns supportNicolas Dichtel2013-08-151-1/+1
* | ip_tunnel: embed hash list headstephen hemminger2013-08-071-2/+2
|/
* sit: add support of x-netnsNicolas Dichtel2013-06-271-0/+1
* ip_tunnel: Protect tunnel functions with CONFIG_INET guard.Jesse Gross2013-06-241-0/+5
* ip_tunnel: Add dont fragment flag.Pravin B Shelar2013-06-191-0/+1
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-191-0/+1
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-191-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-3/+3
|\
| * ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet2013-06-131-3/+3
* | iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-311-1/+1
|/
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-0/+177
OpenPOWER on IntegriCloud