aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* ltq-vdsl-mei: disable PKG_CHECK_FORMAT_SECURITYJohn Crispin2014-07-011-0/+1
| | | | | | | | the build breaks when PKG_CHECK_FORMAT_SECURITY:=1 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41451
* mac80211: enable driver compilation for mt7620John Crispin2014-07-011-1/+1
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41442
* mac80211: add support for mt7620John Crispin2014-07-012-0/+1218
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 41441
* kernel: add japanese codepagesJohn Crispin2014-07-011-0/+16
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41437
* try to load the orion glue automaticallyImre Kaloz2014-07-011-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41434
* kernel: xen-kbdfront.ko is at a different path Signed-off-by: John Crispin ↵John Crispin2014-06-291-1/+1
| | | | | | <blogic@openwrt.org> SVN-Revision: 41371
* mac80211: disable greenfield by defaultFelix Fietkau2014-06-221-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41300
* mac80211: revert a faulty upstream change which is causing channel 12 to be ↵Felix Fietkau2014-06-222-2/+67
| | | | | | | | enabled for US regdomain Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41298
* make thermal framework registered sensors also register as hwmonsImre Kaloz2014-06-201-0/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41290
* package the gpio-fan moduleImre Kaloz2014-06-201-0/+16
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41289
* package the TLC59116 led driverImre Kaloz2014-06-171-0/+16
| | | | SVN-Revision: 41235
* package the TI TMP421 driverImre Kaloz2014-06-171-1/+15
| | | | SVN-Revision: 41231
* bundle ehci-orion with kmod-usb2Imre Kaloz2014-06-171-0/+3
| | | | SVN-Revision: 41230
* mac80211: disable the clk_* backport, it is unused by drivers and has the ↵Felix Fietkau2014-06-131-0/+20
| | | | | | | | wrong ifdef Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41181
* mac80211: fix disabling of 802.11n featuresFelix Fietkau2014-06-131-0/+6
| | | | | | | | | | | | r40682 ("mac80211: clean up ht capability handling, drop the use of the ht_capab list, use individual variables instead") removed the ht_capab list and replaced it with optional variables to disable features for a phy. But these variables weren't added in drv_mac80211_init_device_config and thus didn't make any difference when modifying /etc/config/wireless. Signed-off-by: Sven Eckelmann <sven@narfation.org> SVN-Revision: 41180
* revert an accidentally committed patch chunkFelix Fietkau2014-06-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41179
* kernel: fix pkt_type filter mask for packet socketsFelix Fietkau2014-06-131-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41178
* b43: fix a regression on G-PHY devicesFelix Fietkau2014-06-122-2/+35
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41162
* rt2x00: fix crash when using TKIP on USB devicesFelix Fietkau2014-06-121-2/+49
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41161
* ath9k: fix initial noise floor calibration on older chipsFelix Fietkau2014-06-121-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41156
* ath9k: make noise floor calibration and periodic calibration mutually exclusiveFelix Fietkau2014-06-121-0/+42
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41155
* b43: fix frequency reporting, fixes scan issuesFelix Fietkau2014-06-121-0/+25
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41154
* kernel: fix kernel builds for chipidea w/ usb-gadgetSteven Barth2014-06-111-2/+1
| | | | | | | | | | | Instead of repackaging udc-core.ko again, just add a dependency to kmod-usb-gadget, which already contains it. Fixes kmod-chipidea builds for 3.10- with usb-gadget enabled. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41115
* ath9k: do a chip reset if noise floor calibration fails, should improve ↵Felix Fietkau2014-06-112-0/+232
| | | | | | | | stability Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41113
* kernel: add missing dependency for kmod-fs-nfsFelix Fietkau2014-06-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41055
* broadcom-diag: remove broadcom-diagHauke Mehrtens2014-06-075-1343/+0
| | | | | | | | | broadcom-diag is not supported any more and was replaced by configuration the GPIOs in the arch code Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41047
* broadcom-wl: fix build with bcma or ssb deactivatedHauke Mehrtens2014-06-071-4/+4
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 41046
* brcm47xx: add a "legacy" subtarget that is usable for low-end 802.11g ↵Felix Fietkau2014-06-071-0/+6
| | | | | | | | devices like WRT54G Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41041
* mac80211: b43: fix B43_USE_SSB dependencyFelix Fietkau2014-06-071-1/+1
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41040
* b43: fix ssb/bcma dependenciesFelix Fietkau2014-06-061-5/+19
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41037
* ath9k: add a fix for rx overrun processingFelix Fietkau2014-06-051-0/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41029
* ath9k: add a fix for ANI related stability issuesFelix Fietkau2014-06-051-0/+155
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41028
* ath9k: fix enabling PC-OEM card support (#16624)Felix Fietkau2014-06-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41021
* mac80211: merge a series of cleanups/fixesFelix Fietkau2014-06-054-7/+2012
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41018
* ath9k: merge a p2p powersave handling fixFelix Fietkau2014-06-051-0/+61
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41017
* rt2x00: merge beacon setup fixes, disable unused hw beacon slotsFelix Fietkau2014-06-0537-105/+405
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41016
* mac80211: b43: make support for SSB optionalFelix Fietkau2014-06-051-8/+23
| | | | | | | | Now we have a choice submenu, just like b43 in the mainline. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41015
* mac80211: b43: update BCM4716 patch to compile without SSBFelix Fietkau2014-06-051-3/+5
| | | | | | | | B43_SSB is optional after recent upstream changes. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 41014
* mac80211: backport a powersave related fixFelix Fietkau2014-06-031-2/+225
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40995
* mac80211: refresh patchFelix Fietkau2014-06-031-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40994
* kernel: fix kernel build for chipidea w/o usb-gadgetJohn Crispin2014-06-031-2/+2
| | | | | | | | | This resolves a module dependency kernel regression in r40905 with the usb-chipidea module if usb-gadget was not selected. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40992
* mac80211: b43: make support for BCMA optionalFelix Fietkau2014-06-021-2/+11
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40985
* mac80211: b43: make B43_PHY_LP configurableFelix Fietkau2014-06-021-1/+12
| | | | | | | | This allows saving 11772 B if disabled. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 40984
* netfilter: split off header matching modules not used by the default config ↵Felix Fietkau2014-06-021-0/+15
| | | | | | | | (reduces rootfs size and memory usage) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40983
* package/om-watchdog: add OpenMesh OM2P-HSv2 supportJohn Crispin2014-06-021-1/+1
| | | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> [sven@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 40964
* package/om-watchdog: add OpenMesh OM2Pv2 supportJohn Crispin2014-06-021-1/+1
| | | | | | | | Signed-off-by: Marek Lindner <marek@open-mesh.com> [sven@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 40958
* kernel: Fix xen domU kmod-xen-kbd packageJohn Crispin2014-06-021-2/+3
| | | | | | | | modified version of http://patchwork.openwrt.org/patch/5526/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40941
* mac80211: query driver for max A-MPDU length exponentJohn Crispin2014-06-021-1/+20
| | | | | | | | | | | | This patch enables netifd to query 802.11ac-driver for the maximum supported A-MPDU length exponent, possibly increasing VHT throughput by more aggressive frame aggregation. v2: refreshed patch Signed-off-by: Matti Laakso <malaakso at elisanet.fi> SVN-Revision: 40938
* kernel: Enable kmod-hid-generic driver when selecting usb-hidJohn Crispin2014-06-021-1/+1
| | | | | | | | | | | | kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working. This fixes keyboards support in linux 3.3+ kernels. https://dev.openwrt.org/ticket/12631 https://dev.openwrt.org/ticket/12686 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40932
* kernel: Add kernel modules for USB gadget serial devices.John Crispin2014-06-021-0/+26
| | | | | | | | | This patch adds support for building the kernel modules for gadget serial devices. Signed-off-by: Owen Kirby <osk@exegin.com> Acked-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40917