summaryrefslogtreecommitdiffstats
path: root/mod-extra.list
Commit message (Collapse)AuthorAgeFilesLines
* mod-extra.list: add ETF qdisc to the the the extra modules packageArtem Bityutskiy2018-12-281-0/+1
| | | | | | The ETF qdisc (sch_etf.ko) belongs to the extras just like other qdiscs. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
* sort mod-extra.list alphabetically (NFC)Peter Robinson2015-09-091-150/+150
|
* Move joydev.ko from kernel-modules-extra to kernel-modulesHans de Goede2015-08-041-1/+0
| | | | | | | | | | | | Unlike the other joystick modules joydev is not just needed for old analog joysticks, but also to provide /dev/js? devices with new usb connected joysticks. Many games still use the (old) /dev/js interface, and will not work ootb unless kernel-modules-extra is installed. Moving jodev.ko to the main kernel package fixes this. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Add USBIP drivers to kernel-modules-extraJonathan Dieter2014-12-171-0/+3
| | | | Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
* Move TPM drivers to main kernel package (rhbz 1164937)Josh Boyer2014-11-211-4/+0
|
* Linux v3.11-rc5-21-g28fbc8bJosh Boyer2013-08-141-1/+0
| | | | - Disable WIMAX. It's fairly broken and abandoned upstream.
* Enable Orinoco drivers in kernel-modules-extra (rhbz 894069)Josh Boyer2013-01-141-0/+6
|
* Reenable UBIFS (rhbz 823238)Dave Jones2012-09-141-0/+1
|
* Reenable W1 drivers. (rhbz 849430)Dave Jones2012-08-201-0/+15
|
* Enable batman-adv and add it to the list of "extra" modulesJohn W. Linville2012-07-311-0/+1
|
* Move modules needed by Shorewall back to main kernel package (rhbz 844436)Josh Boyer2012-07-311-5/+0
|
* Move sch_htb module into main kernel package (rhbz 836185)Josh Boyer2012-07-051-1/+0
|
* Enable Nilfs2 and put it in modules-extra (rhbz 821702)Josh Boyer2012-05-151-0/+1
|
* Reenable slip and add to module-extras (rhbz 818308)Justin M. Forbes2012-05-031-0/+1
|
* Move the dlm module to modules-extra and do additional cleanup (rhbz 811547)Josh Boyer2012-04-201-5/+2
|
* Move the dlm module to modules-extra (rhbz 811547)Josh Boyer2012-04-171-1/+6
|
* Move 9p modules back to main package for KVM (rhbz 807733)Josh Boyer2012-03-281-2/+0
|
* Disable MTDDave Jones2012-01-131-23/+0
|
* add module suffixesDave Jones2012-01-131-4/+4
|
* Disable IMA. (Forces TPM on, which may be undesirable: See 733964, 746097)Dave Jones2011-12-191-0/+4
| | | | Move TPM modules to modules-extra
* Move yenta_socket back into main kernel packageJosh Boyer2011-12-061-1/+0
| | | | One day, pcmcia will be like the old MCA bus. Hopefully that day is soon.
* Move 802.1q back into the main kernel packageJosh Boyer2011-12-061-1/+0
|
* Put ssb.ko back in the main kernel packageJosh Boyer2011-12-021-1/+0
|
* Create a kernel-modules-extra subpackageJosh Boyer2011-11-291-0/+199
This creates a modules-extra subpackage which places a number of less frequently used modules into the extra directory under /lib/modules/`uname -r`/. This reduces the size of the default kernel package while still allowing those modules to be built and installed if needed. We also limit the security exposure by keeping these modules out of the default install.