LinuxLists
Users
About
Javier Martinez Canillas (
[email protected]
)
Number of posts: 11 (11 per day)
First post: 2012-02-20 16:07:13
Last post: 2012-02-20 16:34:53
Date
List
Subject
2012-02-20 16:34:53
linux-kernel
[PATCH 05/10] af_unix: find the recipients of a multicast group
2012-02-20 16:34:25
linux-kernel
[PATCH 08/10] af_unix: Unsubscribe sockets from their multicast groups on RCV_SHUTDOWN
2012-02-20 16:33:52
linux-kernel
[PATCH 09/10] Allow server side of SOCK_SEQPACKET sockets to accept a new member on the multicast groujoin seqpacket multicast group
2012-02-20 16:33:29
linux-kernel
[PATCH 10/10] af_unix: Add a peer BPF for multicast Unix sockets
2012-02-20 16:33:27
linux-kernel
[PATCH 07/10] af_unix: implement poll(POLLOUT) for multicast sockets
2012-02-20 16:33:25
linux-kernel
[PATCH 06/10] af_unix: Deliver message to several recipients in case of multicast
2012-02-20 16:33:22
linux-kernel
[PATCH 04/10] af_unix: create, join and leave multicast groups with setsockopt
2012-02-20 16:07:13
linux-kernel
[PATCH 0/10] af_unix: add multicast and filtering features to AF_UNIX
2012-02-20 16:07:12
linux-kernel
[PATCH 01/10] af_unix: Documentation on multicast unix sockets
2012-02-20 16:07:11
linux-kernel
[PATCH 02/10] af_unix: Add constant for unix socket options level
2012-02-20 16:07:09
linux-kernel
[PATCH 03/10] af_unix: add setsockopt on unix sockets