Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757116Ab0KVSgo (ORCPT ); Mon, 22 Nov 2010 13:36:44 -0500 Received: from bhuna.collabora.co.uk ([93.93.128.226]:38580 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757066Ab0KVSgm (ORCPT ); Mon, 22 Nov 2010 13:36:42 -0500 Date: Mon, 22 Nov 2010 18:34:47 +0000 From: Alban Crequy To: Alban Crequy , "David S. Miller" , Eric Dumazet , Stephen Hemminger , Cyrill Gorcunov , Alexey Dobriyan , Lennart Poettering , Kay Sievers , Ian Molton , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/9] RFC v2: Multicast and filtering features on AF_UNIX Message-ID: <20101122183447.124afce5@chocolatine.cbg.collabora.co.uk> Organization: Collabora X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 903 Lines: 26 Hi, This is a new serie of patches, following my first request for comments here: http://marc.info/?l=linux-netdev&m=128534977610124 It implements a new multicast features on AF_UNIX datagram and seqpacket sockets. My motivation is to use it for D-Bus. The kernel code here does not contain anything specific to D-Bus, so it could be used for other IPC mechanisms too. The patches apply on linux-next-20101122 and can be pulled from: git://git.collabora.co.uk/git/user/alban/linux-2.6.35.y/.git unix-multicast5 Comments & questions welcome! I would appreciate a review on the design and know if it goes in the right direction. Regards, Alban Crequy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/