|
@@ -29,7 +29,7 @@
|
|
|
*
|
|
|
* Please send any bug reports or fixes you make to the
|
|
|
* email address(es):
|
|
|
- * lksctp developers <lksctp-developers@lists.sourceforge.net>
|
|
|
+ * lksctp developers <linux-sctp@vger.kernel.org>
|
|
|
*
|
|
|
* Or submit a bug report through the following website:
|
|
|
* http://www.sf.net/projects/lksctp
|
|
@@ -1547,7 +1547,7 @@ module_exit(sctp_exit);
|
|
|
*/
|
|
|
MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132");
|
|
|
MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132");
|
|
|
-MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>");
|
|
|
+MODULE_AUTHOR("Linux Kernel SCTP developers <linux-sctp@vger.kernel.org>");
|
|
|
MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)");
|
|
|
module_param_named(no_checksums, sctp_checksum_disable, bool, 0644);
|
|
|
MODULE_PARM_DESC(no_checksums, "Disable checksums computing and verification");
|