]> Git Repo - linux.git/commit
net: sctp: convert sctp_checksum_disable module param into sctp sysctl
authorDaniel Borkmann <[email protected]>
Tue, 6 Aug 2013 19:18:12 +0000 (21:18 +0200)
committerDavid S. Miller <[email protected]>
Fri, 9 Aug 2013 18:33:02 +0000 (11:33 -0700)
commitcda5f98e36576596b9230483ec52bff3cc97eb21
treeb828a60d8b6000704d91e35d10247f322a8d3ef8
parent2690048c01f32bf45d1c1e1ab3079bc10ad2aea7
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
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
This page took 0.058154 seconds and 4 git commands to generate.