summaryrefslogtreecommitdiffstats
path: root/src/kernel/net.c
Commit message (Collapse)AuthorAgeFilesLines
* [KERNEL] Trying to get locking under controlSimon Rettberg2020-07-171-53/+33Star
| | | | | | Current code doesn't pay much attention to properly locking when accessing structures that are being used in multiple workers/threads. Try to fix this, slowly.
* [KERNEL] After nullptr check, MAYBE RETURN!?Simon Rettberg2020-07-171-0/+1
|
* [KERNEL] Properly bail out on kmalloc failuresSimon Rettberg2020-07-171-0/+2
|
* [KERNEL] Assign socket timeouts directly, like other kernel modulesSimon Rettberg2020-07-161-7/+2Star
|
* [KERNEL] do_gettimeofday was removed in 5.0Simon Rettberg2020-07-161-5/+4Star
|
* added check for rid and discovery now takes bigger test blockFrederic Robra2019-11-141-26/+27
|
* bug when sending and release at the same timeFrederic Robra2019-11-111-1/+2
|
* if connection is lost while connected modul now waits for new connectionFrederic Robra2019-11-081-11/+3Star
|
* removed bug when sending and at the same time socket closes downFrederic Robra2019-11-061-4/+5
|
* added commentsFrederic Robra2019-10-201-31/+0Star
|
* added client configuration for number connectionsFrederic Robra2019-09-171-8/+8
|
* removed initial server and removed replacement of alt serversFrederic Robra2019-09-041-41/+17Star
|
* prepared kernel module to have configurable number of connectionsFrederic Robra2019-09-041-13/+42
|
* sort the connection plan, locks the sending while changing connection,Frederic Robra2019-09-041-83/+127
| | | | discovery now takes place even if mq requests are received
* added support to requeue busy requestsFrederic Robra2019-09-031-10/+18
|
* splitted netFrederic Robra2019-08-291-598/+10Star
|
* optimized behaviour with failuresFrederic Robra2019-08-271-44/+79
|
* removed bug in timeout where look was not releasedFrederic Robra2019-08-271-9/+89
|
* moved mq part to new fileFrederic Robra2019-08-231-24/+34
| | | | fixed various bugs
* changed strategy to connect to diffrent socketsFrederic Robra2019-08-131-320/+122Star
|
* added todosFrederic Robra2019-08-111-2/+24
|
* added documentationFrederic Robra2019-07-301-27/+71
|
* added some documentationFrederic Robra2019-07-231-281/+560
|
* removed blocking codeFrederic Robra2019-07-231-95/+87Star
| | | | added better macros for debugging
* added some comments and macrosFrederic Robra2019-07-171-2/+29
|
* fixed various bugsFrederic Robra2019-07-171-213/+263
|
* discovery now connects to new slotsFrederic Robra2019-07-161-19/+104
|
* added macros for debuggingFrederic Robra2019-07-161-125/+120Star
|
* device now errors if connection get closedFrederic Robra2019-07-141-56/+75
|
* splitted receiverFrederic Robra2019-07-141-204/+299
|
* added first draft of rtt measurementFrederic Robra2019-07-111-29/+203
|
* removed typedefsFrederic Robra2019-07-111-5/+5
|
* receiver workerFrederic Robra2019-07-111-113/+98Star
|
* added receive workerFrederic Robra2019-07-101-176/+314
|
* fixed bug in alternative serversFrederic Robra2019-07-101-3/+4
|
* updates list of alt serversFrederic Robra2019-07-091-32/+138
|
* moved cmd select image to send request methodFrederic Robra2019-07-091-116/+93Star
|
* added worker for keepalive and discoveryFrederic Robra2019-07-091-8/+8
|
* added first draft for keepalive and discoveryFrederic Robra2019-07-071-0/+528