From: elelueck@linux.vnet.ibm.com
To: netdev@vger.kernel.org
Cc: Einar Lueck <elelueck@linux.vnet.ibm.com>,
davem@davemloft.net, ubacher@de.ibm.com, raspl@de.ibm.com,
frankbla@de.ibm.com, samudrala@us.ibm.com
Subject: [RFC PATCH V2] tcp: introduce raw access to experimental options
Date: Mon, 7 Jan 2013 17:13:29 +0100 [thread overview]
Message-ID: <1357575210-52926-1-git-send-email-elelueck@linux.vnet.ibm.com> (raw)
From: Einar Lueck <elelueck@linux.vnet.ibm.com>
V2 addresses the privilige concern. CAP_NET_RAW is now required for all of the
new socket options.
Einar Lueck (1):
tcp: introduce raw access to experimental options
include/linux/tcp.h | 23 +++++++++
include/net/tcp.h | 3 ++
include/uapi/linux/tcp.h | 3 ++
net/ipv4/tcp.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++
net/ipv4/tcp_input.c | 119 ++++++++++++++++++++++++++++++---------------
net/ipv4/tcp_ipv4.c | 14 ++++++
net/ipv4/tcp_minisocks.c | 17 +++++++
net/ipv4/tcp_output.c | 47 +++++++++++-------
8 files changed, 293 insertions(+), 55 deletions(-)
--
1.7.12.4
next reply other threads:[~2013-01-07 16:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 16:13 elelueck [this message]
2013-01-07 16:13 ` [RFC PATCH V2] tcp: introduce raw access to experimental options elelueck
2013-01-07 16:44 ` Eric Dumazet
2013-01-08 14:36 ` Einar Lueck
2013-01-08 22:30 ` David Miller
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=1357575210-52926-1-git-send-email-elelueck@linux.vnet.ibm.com \
--to=elelueck@linux.vnet.ibm.com \
--cc=davem@davemloft.net \
--cc=frankbla@de.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=raspl@de.ibm.com \
--cc=samudrala@us.ibm.com \
--cc=ubacher@de.ibm.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).