]> 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)
commitde5a6d77a9bc978604cfde8190439dc33b802ea6
treeb828a60d8b6000704d91e35d10247f322a8d3ef8
parent3bdc2ac1b4acd2f9c00f9b0732c82cbab1d1d81d
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