summaryrefslogtreecommitdiff
path: root/kmodloader.c
Commit message (Expand)AuthorAgeFilesLines
* kmodloader: insmod: fix a memoryleak in error caseAlexander Couzens2017-06-111-4/+6
* kmodloader/get_module_name: null-terminate the stringAlexander Couzens2017-06-111-2/+2
* kmodloader: modprobe: return 0 for loaded modulesYousong Zhou2017-03-031-1/+1
* kmodloader: don't store aliases info in struct moduleYousong Zhou2017-02-231-28/+4
* kmodloader: fix not being able to find some modulesNathan Hintz2017-02-211-4/+7
* kmodloader: support '-q' quiet optionKevin Darbyshire-Bryant2017-02-011-10/+29
* kmodloader: make insert_module() idempotentYousong Zhou2017-01-151-1/+4
* kmodloader: add module alias awarenessYousong Zhou2017-01-151-23/+129
* kmodloader: fix out-of-bound access when parsing .modinfoYousong Zhou2017-01-151-2/+6
* kmodloader: modprobe: skip possible command line argumentsYousong Zhou2017-01-151-2/+9
* kmodloader: log to kmsg when loading directories of modulesYousong Zhou2017-01-151-2/+4
* kmodloader: remove redundant glob wildcard charYousong Zhou2017-01-151-1/+1
* ubox: Fix some memory leaksRosen Penev2016-12-191-2/+6
* kmodloader: Fix typo in error messageFlorian Fainelli2016-12-041-1/+1
* fix segfault in kmodloader when no modules path was presentJohn Crispin2016-08-171-1/+4
* kmodloader: fix lsmod depends outputHauke Mehrtens2016-07-191-4/+15
* kmodloader: fix NULL pointer deref in case m->depends is missingFelix Fietkau2016-03-071-1/+1
* kmodloader: clean up memory mapping and fix fd leaks in error handlingJo-Philipp Wich2016-02-091-15/+31
* kmodloader: fix open() error handlingJo-Philipp Wich2016-02-091-3/+3
* syslog: use appropriate levels for loggingChristian Mehlis2015-03-271-1/+1
* kmodloader: initialize module folders in insmodJo-Philipp Wich2015-02-261-0/+2
* kmodloader: convert to ulog() apiJo-Philipp Wich2015-02-251-48/+35
* 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