struct net_device locking

michi1 at michaelblizek.twilightparadox.com michi1 at michaelblizek.twilightparadox.com
Thu Dec 29 13:24:21 EST 2011


Hi!

I could not see any locking being done with "struct net_device" at all even
tough there are many read+write accesses to non-atomic variables. For example:

Changing mac addresses:
user space netlink socket call to set IFLA_ADDRESS
http://lxr.linux.no/linux+v3.1.6/net/core/rtnetlink.c#L1521
http://lxr.linux.no/linux+v3.1.6/net/core/rtnetlink.c#L1322
call to device, e.g. http://lxr.linux.no/linux+v3.1.6/drivers/net/e100.c#L2195

Sending an arp response:
http://lxr.linux.no/linux+v3.1.6/net/ipv4/arp.c#L859

Any ideas/pointers?

	-Michi
-- 
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com



More information about the Kernelnewbies mailing list