All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alban Crequy <alban.crequy@collabora.co.uk>
To: "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <eric.dumazet@gmail.com>,
	Lennart Poettering <lennart@poettering.net>,
	netdev@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Alban Crequy <alban.crequy@collabora.co.uk>,
	Ian Molton <ian.molton@collabora.co.uk>
Cc: Alban Crequy <alban.crequy@collabora.co.uk>
Subject: [PATCH 2/8] af_unix: Add constant for unix socket options level
Date: Fri, 21 Jan 2011 14:39:42 +0000	[thread overview]
Message-ID: <1295620788-6002-2-git-send-email-alban.crequy@collabora.co.uk> (raw)
In-Reply-To: <20110121143751.57b1453d@chocolatine.cbg.collabora.co.uk>

Assign the next free socket options level to be used by the unix
protocol and address family.

Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk>
Reviewed-by: Ian Molton <ian.molton@collabora.co.uk>
---
 include/linux/socket.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/socket.h b/include/linux/socket.h
index edbb1d0..a257d1c 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -308,6 +308,7 @@ struct ucred {
 #define SOL_IUCV	277
 #define SOL_CAIF	278
 #define SOL_ALG		279
+#define SOL_UNIX	280
 
 /* IPX options */
 #define IPX_TYPE	1
-- 
1.7.2.3


WARNING: multiple messages have this Message-ID (diff)
From: Alban Crequy <alban.crequy@collabora.co.uk>
To: "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <eric.dumazet@gmail.com>,
	Lennart Poettering <lennart@poettering.net>,
	netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-
Cc: Alban Crequy <alban.crequy@collabora.co.uk>
Subject: [PATCH 2/8] af_unix: Add constant for unix socket options level
Date: Fri, 21 Jan 2011 14:39:42 +0000	[thread overview]
Message-ID: <1295620788-6002-2-git-send-email-alban.crequy@collabora.co.uk> (raw)
In-Reply-To: <20110121143751.57b1453d@chocolatine.cbg.collabora.co.uk>

Assign the next free socket options level to be used by the unix
protocol and address family.

Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk>
Reviewed-by: Ian Molton <ian.molton@collabora.co.uk>
---
 include/linux/socket.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/socket.h b/include/linux/socket.h
index edbb1d0..a257d1c 100644
--- a/include/linux/socket.h
+++ b/include/linux/socket.h
@@ -308,6 +308,7 @@ struct ucred {
 #define SOL_IUCV	277
 #define SOL_CAIF	278
 #define SOL_ALG		279
+#define SOL_UNIX	280
 
 /* IPX options */
 #define IPX_TYPE	1
-- 
1.7.2.3


  parent reply	other threads:[~2011-01-21 14:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20110121143751.57b1453d@chocolatine.cbg.collabora.co.uk>
2011-01-21 14:39 ` [PATCH 1/8] af_unix: Documentation on multicast unix sockets Alban Crequy
2011-01-21 14:39   ` Alban Crequy
2011-01-21 14:39 ` Alban Crequy [this message]
2011-01-21 14:39   ` [PATCH 2/8] af_unix: Add constant for unix socket options level Alban Crequy
2011-01-21 14:39 ` [PATCH 3/8] af_unix: add setsockopt on unix sockets Alban Crequy
2011-01-21 14:39   ` Alban Crequy
2011-01-21 14:39 ` [PATCH 4/8] af_unix: create, join and leave multicast groups with setsockopt Alban Crequy
2011-01-21 14:39   ` Alban Crequy
2011-01-21 14:39 ` [PATCH 5/8] af_unix: find the recipients of a multicast group Alban Crequy
2011-01-21 14:39   ` Alban Crequy
2011-01-21 17:24   ` Alban Crequy
2011-01-22  0:58     ` David Miller
2011-01-21 14:39 ` [PATCH 6/8] af_unix: Deliver message to several recipients in case of multicast Alban Crequy
2011-01-21 14:39   ` Alban Crequy
2011-01-21 14:39 ` [PATCH 7/8] af_unix: implement poll(POLLOUT) for multicast sockets Alban Crequy
2011-01-21 14:39   ` Alban Crequy
2011-02-09 14:14   ` Alban Crequy
2011-01-21 14:39 ` [PATCH 8/8] af_unix: Unsubscribe sockets from their multicast groups on RCV_SHUTDOWN Alban Crequy
2011-01-21 14:39   ` Alban Crequy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1295620788-6002-2-git-send-email-alban.crequy@collabora.co.uk \
    --to=alban.crequy@collabora.co.uk \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=ian.molton@collabora.co.uk \
    --cc=lennart@poettering.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.