]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bareudp-several-code-cleanup-for-bareudp-module'
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2020 04:22:29 +0000 (21:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2020 04:22:29 +0000 (21:22 -0700)
commit1a473c7ee0862bce27dbd9171c15568021013a45
tree54bb67e486613dbd525297cfb46b0c8912ca394b
parent9b2b8c1b2f0e37254e7df47970374ee319952825
parentd20f7abf1b5f89fe0b4a19a8d271de297cd2fc5f
Merge branch 'bareudp-several-code-cleanup-for-bareudp-module'

Taehee Yoo says:

====================
bareudp: several code cleanup for bareudp module

This patchset is to cleanup bareudp module code.

1. The first patch is to add module alias
In the current bareudp code, there is no module alias.
So, RTNL couldn't load bareudp module automatically.

2. The second patch is to add extack message.
The extack error message is useful for noticing specific errors
when command is failed.

3. The third patch is to remove unnecessary udp_encap_enable().
In the bareudp_socket_create(), udp_encap_enable() is called.
But, the it's already called in the setup_udp_tunnel_sock().
So, it could be removed.
====================

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