freebsd-dev/sys/netinet/cc
Richard Scheffenegger 66ba9aafcf Add MODULE_VERSION to TCP loadable congestion control modules.
Without versioning information, using preexisting loader /
linker code is not easily possible when another module may
have dependencies on pre-loaded modules, and also doesn't
allow the automatic loading of dependent modules.

No functional change of the actual modules.

Reviewed by:	tuexen (mentor), rgrimes (mentor)
Approved by:	tuexen (mentor), rgrimes (mentor)
MFC after:	2 weeks
Sponsored by:	NetApp, Inc.
Differential Revision:	https://reviews.freebsd.org/D25744
2020-07-20 23:47:27 +00:00
..
cc_cdg.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_chd.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_cubic.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_cubic.h Add boundary and overflow checks to the formulas used in the TCP CUBIC 2019-11-16 12:00:22 +00:00
cc_dctcp.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_hd.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_htcp.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_module.h
cc_newreno.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_newreno.h
cc_vegas.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
cc.h Make use of the stats(3) framework in the TCP stack. 2019-12-02 20:58:04 +00:00