]> git.baikalelectronics.ru Git - kernel.git/commit
net: tunnels - enable module autoloading
authorTom Gundersen <teg@jklm.no>
Thu, 15 May 2014 21:21:30 +0000 (23:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 May 2014 19:46:52 +0000 (15:46 -0400)
commit515ccafc3f5c53890a1259661054786e2f2a3437
tree6d7e79e7a64d1dee8acf15674736212f1a5fa059
parentb50e191f504b2cbb63190ca3b04206c18e906a1e
net: tunnels - enable module autoloading

Enable the module alias hookup to allow tunnel modules to be autoloaded on demand.

This is in line with how most other netdev kinds work, and will allow userspace
to create tunnels without having CAP_SYS_MODULE.

Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipip.c
net/ipv6/ip6_tunnel.c
net/ipv6/sit.c