]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'lwt-autoload'
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 Feb 2016 03:00:28 +0000 (22:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Feb 2016 03:00:28 +0000 (22:00 -0500)
commit65e66957d87bd5deb19f6769a9318309f555c8bb
tree93ade52b643d16a04d808dc2547f62ea65f82110
parentf70c6f6221a474ed9c819bc1adfd245bdbf4e99b
parent083a963dcb5b0b97369a0b20c96fca7815a4f349
Merge branch 'lwt-autoload'

Robert Shearman says:

====================
lwtunnel: autoload of lwt modules

Changes since v1:
 - remove "LWTUNNEL_ENCAP_" prefix for the string form of the encaps
   used when requesting the module to reduce duplication, and don't
   bother returning strings for lwt modules using netdevices, both
   suggested by Jiri.
 - update commit message of first patch to clarify security
   implications, in response to Eric's comments.

The lwt implementations using net devices can autoload using the
existing mechanism using IFLA_INFO_KIND. However, there's no mechanism
that lwt modules not using net devices can use.

Therefore, these patches add the ability to autoload modules
registering lwt operations for lwt implementations not using a net
device so that users don't have to manually load the modules.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>