summaryrefslogtreecommitdiff
path: root/kmodloader.c
Commit message (Expand)AuthorAgeFilesLines
...
* kmodloader: use the name of the module struct when unloading modulesJo-Philipp Wich2013-09-281-3/+3
* kmodloader: properly handle modules with both underscores and dashes in their...Jo-Philipp Wich2013-09-281-31/+17
* fix hyphen substitution in pathJohn Crispin2013-09-191-2/+2
* cosmetic cleanup of - vs _ patchJohn Crispin2013-09-171-2/+4
* fix _ vs - bugJohn Crispin2013-09-171-60/+52
* kmodloader: don't free memory allocated with alloca()Jo-Philipp Wich2013-09-051-1/+0
* add proper modprobe supportJohn Crispin2013-09-031-67/+167
* kmodloader: support loading modules from a different prefixJo-Philipp Wich2013-07-261-2/+6
* kmodloader: fix path printf handlingFelix Fietkau2013-07-151-1/+1
* kmodloader: eliminate some hardcoded buffer sizesFelix Fietkau2013-07-121-14/+31
* kmodloader: reduce indentation depthFelix Fietkau2013-07-121-24/+25
* kmodloader: use avl tree and calloc_aFelix Fietkau2013-07-121-50/+45
* insmod should not insert of already insertedJohn Crispin2013-06-271-0/+6
* add support for module handlingJohn Crispin2013-06-041-21/+575
* initial import of uboox utilitiesJohn Crispin2013-04-251-0/+110