]> git.baikalelectronics.ru Git - kernel.git/commit
net: sctp: convert sctp_checksum_disable module param into sctp sysctl
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 6 Aug 2013 19:18:12 +0000 (21:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Aug 2013 18:33:02 +0000 (11:33 -0700)
commit9fff80a5b8d6d103ea1b52bb2afbb8d44725ccae
treeb828a60d8b6000704d91e35d10247f322a8d3ef8
parent5efa6673af1105ed8209a47018f8a69a8de1334f
net: sctp: convert sctp_checksum_disable module param into sctp sysctl

Get rid of the last module parameter for SCTP and make this
configurable via sysctl for SCTP like all the rest of SCTP's
configuration knobs.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt
include/net/netns/sctp.h
include/net/sctp/structs.h
net/sctp/input.c
net/sctp/output.c
net/sctp/protocol.c
net/sctp/sysctl.c