[NETLINK]: Add properly module refcounting for kernel netlink sockets.
authorHarald Welte <laforge@netfilter.org>
Wed, 10 Aug 2005 02:40:55 +0000 (19:40 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:35:08 +0000 (15:35 -0700)
- Remove bogus code for compiling netlink as module
- Add module refcounting support for modules implementing a netlink
  protocol
- Add support for autoloading modules that implement a netlink protocol
  as soon as someone opens a socket for that protocol

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found