All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH V2] tcp: introduce raw access to experimental options
@ 2013-01-07 16:13 elelueck
  2013-01-07 16:13 ` elelueck
  0 siblings, 1 reply; 5+ messages in thread
From: elelueck @ 2013-01-07 16:13 UTC (permalink / raw)
  To: netdev; +Cc: Einar Lueck, davem, ubacher, raspl, frankbla, samudrala

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-08 22:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 16:13 [RFC PATCH V2] tcp: introduce raw access to experimental options elelueck
2013-01-07 16:13 ` elelueck
2013-01-07 16:44   ` Eric Dumazet
2013-01-08 14:36     ` Einar Lueck
2013-01-08 22:30       ` David Miller

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.