]> git.baikalelectronics.ru Git - kernel.git/commit
neigh: Add infrastructure for allocating device neigh privates.
authorDavid Miller <davem@davemloft.net>
Mon, 25 Jul 2011 00:01:25 +0000 (00:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Nov 2011 23:46:43 +0000 (18:46 -0500)
commit70babc2ada431c1ccbe3c22b3917024d070ba640
tree0def3e591a0d5ede89e85339e35da3072f09330c
parente0c3eea17061b69259c45275c2dcd9f2fd3f23b5
neigh: Add infrastructure for allocating device neigh privates.

netdev->neigh_priv_len records the private area length.

This will trigger for neigh_table objects which set tbl->entry_size
to zero, and the first instances of this will be forthcoming.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/infiniband/ulp/ipoib/ipoib_main.c
include/linux/netdevice.h
net/atm/clip.c
net/core/neighbour.c