From: Thomas Graf Date: Tue, 15 Aug 2006 07:31:06 +0000 (-0700) Subject: [NETLINK]: Add notification message sending interface X-Git-Tag: v2.6.19-rc1~1272^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d387f6ad10764fc2174373b4a1cca443adee36e3;p=pandora-kernel.git [NETLINK]: Add notification message sending interface Adds nlmsg_notify() implementing proper notification logic. The message is multicasted to all listeners in the group. The applications the requests orignates from can request a unicast back report in which case said socket will be excluded from the multicast to avoid duplicated notifications. nlmsg_multicast() is extended to take allocation flags to allow notification in atomic contexts. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed