On Mon, 3 Jul 2006 12:18:54 +0400
Andrey Savochkin <[EMAIL PROTECTED]> wrote:
> Cleanup of net_device list use in network device drivers and protocols
> other than IP.
>
> The cleanup consists of
> - converting the to list_head, to make the list double-linked (thus making
>remove operation O
Cleanup of net_device list use in network device drivers and protocols
other than IP.
The cleanup consists of
- converting the to list_head, to make the list double-linked (thus making
remove operation O(1)), and list walks more readable;
- introducing of for_each_netdev wrapper over list_for