summaryrefslogtreecommitdiff
path: root/kmodloader.c
Commit message (Expand)AuthorAgeFilesLines
* kmodloader: search kmods relative to LD_LIBRARY_PATHJo-Philipp Wich2015-02-251-18/+73
* Use different loglevelsMichel Stam2014-10-021-34/+41
* kmodloader: force size argument for syscall to unsigned long to fix issues wi...Felix Fietkau2014-05-281-1/+1
* kmodloader: fix insmod when the passed parameter is a valid pathJohn Crispin2014-02-261-1/+3
* kmodloader: allow /etc/modules.d/ files to pass optionsJohn Crispin2014-01-221-1/+5
* kmodloader: fix elf header parsing on 64bit machinesJohn Crispin2014-01-161-5/+17
* fix bogus kmodloader warningJohn Crispin2014-01-121-0/+5
* revert 2fdd374f4214129d93f10b7001adece9239752a2John Crispin2013-11-161-3/+1
* kmod-loader: fix module options support when using modprobeJohn Crispin2013-11-111-1/+3
* kmodloader: respect global directory prefix in scan_module_folder()Jo-Philipp Wich2013-10-141-2/+2
* kmodloader: use the name of the found module struct for modinfoJo-Philipp Wich2013-09-281-4/+15
* 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