It is best to disable any functionality that is not absolutely required as to minimize potential kernel attack surface.
The following are some examples that may be of use, depending on your setup.
Boot parameters can often be used to reduce attack surface. One such example is:
ipv6.disable=1
This disables the entire IPv6 stack which may not be required if you have not migrated to it.