From: Einar Lueck <redacted>
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