From: Octavian Purdila Date: Sat, 26 Dec 2009 11:51:01 +0000 (+0000) Subject: llc: add support for SO_BINDTODEVICE X-Git-Tag: v2.6.34-rc1~233^2~701 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abf9d537fea225af60762640361af7fb233b3103;p=pandora-kernel.git llc: add support for SO_BINDTODEVICE Using bind(MAC address) with LLC sockets has O(n) complexity, where n is the number of interfaces. To overcome this, we add support for SO_BINDTODEVICE which drops the complexity to O(1). Signed-off-by: Octavian Purdila Signed-off-by: David S. Miller --- Reading git-diff-tree failed