Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [NET] rules: Unified rules dumping | Thomas Graf | 2007-04-26 |
| | | | | | | | | | Implements a unified, protocol independant rules dumping function which is capable of both, dumping a specific protocol family or all of them. This speeds up dumping as less lookups are required. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net> | ||
* | [RTNL]: Message handler registration interface | Thomas Graf | 2007-04-26 |
This patch adds a new interface to register rtnetlink message handlers replacing the exported rtnl_links[] array which required many message handlers to be exported unnecessarly. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net> |