summaryrefslogtreecommitdiffstats
path: root/src/kernel/net.h
Commit message (Collapse)AuthorAgeFilesLines
* [KERNEL] make private network functions staticManuel Bentele2020-08-281-8/+0Star
|
* [KERNEL] convert debug messages and clean up codeManuel Bentele2020-08-281-4/+0Star
| | | | | | | | | | | | This change converts all debug messages to support the Linux kernel's dynamic debug feature. Debug messages can be enabled or disabled by the debug feature if the - kernel module is built in debug mode (EXTRA_CFLAGS=-g -DDEBUG) - Linux kernel supports dynamic debug (CONFIG_DYNAMIC_DEBUG is set) This patch removes outdated kernel compatibility macros (used for Linux kernels in version 4.x) and cleans up the kernel module's code.
* [KERNEL] #ifs and #defines for timer pre/post 4.15Simon Rettberg2018-04-051-0/+4
|
* Follow https://lwn.net/Articles/735887/Rafael Gieschke2018-03-241-1/+1
|
* [*] Cleanup, comments, more error checkssr2012-08-241-6/+7
| | | | | | | | [SERVER] Fix a few off-by-one bugs [SERVER] Make log available through IPC [KERNEL] Hot-Swap to faster connection on load-balance [KERNEL] Report I/O error to block layer if no server replies within a given time frame [*] Modified network protocol to handle volume names instead of ids
* [ALL] Some cleanupJohann Latocha2012-05-211-1/+1
|
* [KERNEL] Set proper exit status on connectionJohann Latocha2012-05-081-1/+1
|
* [SERVER] Memleak fixedJohann Latocha2012-02-151-0/+2
| | | | [KERNEL] Socket swap fixed
* [SERVER] Config reload fixedJohann Latocha2012-02-101-0/+7
|
* [ALL] Some refactoringJohann Latocha2012-01-311-2/+2
|
* [SERVER] Timeout for client socketsJohann Latocha2012-01-301-0/+2
| | | | [KERNEL] Send keep alive
* [KERNEL] Change server at runtimeJohann Latocha2012-01-301-0/+2
| | | | [SERVER] Build error/warning on x64 fixed
* [KERNEL] Multi device supportJohann Latocha2012-01-251-1/+1
|
* First working version :)Johann Latocha2012-01-191-0/+32