summaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* mac80211: update to wireless-testing 2015-03-09Felix Fietkau2015-03-11113-2977/+2768
| | | | | | | | | | Based on patch by Bryan Forbes <bryan@reigndropsfall.net> Also update mt76 to update for API changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44655
* kmod-usb-dwc2: depends on udc-core (kmod-usb-gadget)John Crispin2015-03-091-1/+1
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44633
* lantiq: ltq-ptm-{ar9, ase, xway}: fix alloc_netdev for 3.18John Crispin2015-03-091-1/+1
| | | | | | | | | | | | | buildbot complained about ifxmips_ptm_adsl.c:1445:70: error: macro "alloc_netdev" requires 4 arguments, but only 3 given g_net_dev[i] = alloc_netdev(0, g_net_dev_name[i], ether_setup); ^ fix that similar to the change made to ltq_ptm_vdsl.c compile tested only. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44632
* kernel: disbale HAMRADIO in generic configJohn Crispin2015-03-061-0/+1
| | | | | | | | | | | | | | | HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
* lantiq: fix netdev setup in ltq-ptm-vdslJohn Crispin2015-03-051-4/+4
| | | | | | | | | | | | | | | The initial fix for 3.18 in r44346 wrongly treated the newly added parameter of alloc_netdev to be another function pointer, causing ether_config to be skipped during ptm netdev init. Fix this by partially reverting r44346 and properly setting the newly added macro parameter. (Tested on VRX200 board) A similar change might be needed for ltq-ptm-adsl as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44607
* kernel: add ip_vti tunnel moduleJohn Crispin2015-03-051-0/+16
| | | | | | | | | IP VTI (Virtual Tunnel Interface) is used to create a virtual device for IPsec VPN (similar to OpenVPN). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 44606
* ath5k: fix reset raceJohn Crispin2015-03-051-0/+104
| | | | | | Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44603
* ath5k: channel change fixJohn Crispin2015-03-051-0/+145
| | | | | | Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44602
* kernel/mac80211: backport bcma changes from 4.1Rafał Miłecki2015-03-031-0/+318
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44595
* modules: make ahci-platform depend on TARGET_ipq806xJohn Crispin2015-02-251-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44534
* modules: add ahci-platformJohn Crispin2015-02-241-0/+17
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44524
* kernel: add qca-nss-gmac as a new moduleJohn Crispin2015-02-241-0/+50
| | | | | | | | | This driver is used on IPQ806x to instanciate & drive the ethernet interfaces. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44521
* leds: package the NXP PCA963x driverImre Kaloz2015-02-231-0/+16
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44510
* kernel: Fix USB gadget modules for v3.18John Crispin2015-02-221-15/+23
| | | | | | | | Updated patch that fixes whitespace and supports kernel v3.3 too. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 44502
* mac80211: brcmfmac: Add PCIe support optionRafał Miłecki2015-02-161-1/+10
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44466
* mac80211: brcmfmac: Add SDIO support optionRafał Miłecki2015-02-161-0/+16
| | | | | | | | | | This patch adds SDIO support for the brcmfmac driver. For now only very few boards need it. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44465
* linux: fix kmod-usb-net-* for >= 3.17John Crispin2015-02-161-1/+2
| | | | | | | | | | Kernel commit 1bb5a356c3ea ("net: reduce USB network driver config options.") hid the USB network drivers behind the new config symbol CONFIG_USB_NET_DRIVERS. Signed-off-by: Bjørn Mork <bjorn@mork.no> SVN-Revision: 44460
* brcm2708-gpu-fw: simplify target dependenciesJohn Crispin2015-02-131-3/+2
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44435
* brcm2708-gpu-fw: revert to github releases, adapt to bcm2708 target changes ↵John Crispin2015-02-111-10/+16
| | | | | | | | and add back InstallDev Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44406
* mt76: update to latest git HEADJohn Crispin2015-02-112-48/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44400
* brcm2708: update to v3.18John Crispin2015-02-111-15/+9
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44392
* kernel: add missing symbol to realtek wifiJohn Crispin2015-02-091-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44366
* lantiq: fix typo in scriptJohn Crispin2015-02-091-1/+1
| | | | | | | | Fix typo in firmware installer script. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 44351
* lantiq: fix dsl drivers for 3.18John Crispin2015-02-093-5/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44346
* ar7-atm: make it compile under 3.18John Crispin2015-02-091-0/+38
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44343
* mac80211: don't hardcode /bin/bashJo-Philipp Wich2015-02-051-0/+9
| | | | | | | | | Instead of hardcoding /bin/bash, use /usr/bin/env bash - this fixes the build on FreeBSD 10.1. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44283
* ralink: remove VHT capabilities when not using 802.11acJohn Crispin2015-02-041-0/+46
| | | | | | | | | The mt76 driver might have some problem working with MT7602. MT7602 should not have VHT capabilities . But the driver not identity properly. Signed-off-by: wengbj <fl.service@t-firefly.com> SVN-Revision: 44257
* linux/modules: add support for Asix ax88179 USB-Gigabit Ethernet adaptersJohn Crispin2015-02-041-0/+17
| | | | | | | | | requested and tested by forum user OWonPi https://forum.openwrt.org/viewtopic.php?id=55495 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 44256
* ath5k: fix spontaneus AR5312 freezesJohn Crispin2015-02-041-0/+45
| | | | | | Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44252
* mac80211: Revert adding SM Power Save capability to hostapd configurationJohn Crispin2015-02-021-8/+0
| | | | | | | | | | | | | | | Part of rev 44173 added setting the SM Power Save capability in the hostapd.conf file if the driver indicated that it was supported. It appears this was incorrect, because the field in the actual HT Capabilities field in the AP configuration is really a state indication. Just copying the state from the capability resulted in the AP indicating that it had SMPS enabled all the time if it supported SMPS. This effectively just disables all clients from sending packets to the AP with more than one spatial stream, for no good reason. So remove this part of the change. Signed-off-by: Robert Hancock <hancockrwd@gmail.com> SVN-Revision: 44239
* modules: fix usb-gadget build on 3.18Zoltan Herpai2015-02-011-1/+3
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 44235
* linux: enable kmod-bcma on ppc40x after r44230Jo-Philipp Wich2015-01-311-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44231
* linux: convert CompareKernelPatchVer to version tagged symbolsJo-Philipp Wich2015-01-316-48/+23
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44229
* linux: fix framebuffer kmods for >= 3.15Jo-Philipp Wich2015-01-311-4/+12
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44227
* mac80211: Revision r36939 breaks support for RT5370 (rt2800usb)John Crispin2015-01-301-18/+21
| | | | | | | | http://patchwork.ozlabs.org/patch/434532/ Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44222
* mac80211: fix NULL pointer crash in monitor frame injection TX pathJohn Crispin2015-01-301-1/+1
| | | | | | | | | | | | This "patch to the patch" fixes a NULL pointer derefence crash in the new intermediate software queues. The crash can be reproduced by injecting an 802.11 frame with a BSSID that does not belong to a configured vif. The wperf tool (https://github.com/anyfi/wperf) may be convenient for doing this. Signed-off-by: Johan Almbladh <ja@anyfi.net> SVN-Revision: 44220
* linux: add kmod-udptunnel4 & kmod-udptunnel6 required by kmod-vxlan and ↵Jo-Philipp Wich2015-01-291-2/+33
| | | | | | | | kmod-l2tp for >= 3.16 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44210
* linux: kmod-usb-net-huawei-cdc-ncm depends on kmod-usb-net-cdc-ncmJo-Philipp Wich2015-01-291-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44209
* linux: kmod-zram requires kmod-lib-lz4 for >= 3.15Jo-Philipp Wich2015-01-291-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44205
* linux: fix kmod-usbip* for >= 3.17Jo-Philipp Wich2015-01-291-3/+9
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44204
* Revert "x86_64: enable PCIE support"Jo-Philipp Wich2015-01-291-13/+2
| | | | | | | | | This reverts commit daadd4320c4eadce3937e8ca13ede0ce1b97e125 which erroneously introduced unrelated changes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44202
* x86_64: enable PCIE supportJo-Philipp Wich2015-01-291-2/+13
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44201
* modules: Add support for Realtek r8712 and RTL8192SU.John Crispin2015-01-281-0/+32
| | | | | | | | | | This patch adds support for Realtek r8712 and RTL8188SU/RTL8191SU/RTL8192SU family of fullmac usb wireless cards. The r8712u staging driver only supports WEXT but works with no problems in OpenWRT. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 44184
* linux: add upstream patch to allow building dwc2 as module on 3.18Jo-Philipp Wich2015-01-281-0/+2
| | | | | | | | Also add the required config symbols to usb.mk Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44181
* libertas: set wireless macaddrJohn Crispin2015-01-281-0/+11
| | | | | | | | Update the wireless macaddr with the value retrieved from the H/W. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44175
* libertas: configure sysfs symlinksJohn Crispin2015-01-281-0/+21
| | | | | | | | | | Update the libertas driver to configure symlinks in sysfs. This enables the driver to be handled correctly by the mac80211/netifd/hostapd scripts. With this patch, the wireless interface is functional on Guruplug Server Plus. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44174
* mac80211: Add some missing 802.11n capabilities to hostapd configurationJohn Crispin2015-01-281-0/+11
| | | | | | | | | Add some missing 802.11n capabilities to the hostapd ht_capab string when supported by the hardware: Spatial Multiplexing Power-Save and 7935-byte AMSDUs. Signed-off-by: Robert Hancock <hancockrwd@gmail.com> SVN-Revision: 44173
* mac80211: fix fallback to macaddrJohn Crispin2015-01-281-1/+5
| | | | | | | | | | | | | If '/sys/class/ieee80211/phyN' is not a symlink, the call to readlink produces either an empty path (if /sys/class/ieee80211/phyN/device doesn't exist) or a path that begins with '/sys/class/ieee80211' (which does not work with the subsequent line to strip '/sys/devices' from the beginning of the path). Modify the checks to detect these conditions, and fallback to using the macaddr. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44172
* mac80211: update libertas_sdio package nameJohn Crispin2015-01-281-5/+5
| | | | | | | | | Change the name of the package to match the module name so it matches the package name referenced by the Kirkwood (Guruplug) profile. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44171
* modules: select grace_period config option for nfs-commonJohn Crispin2015-01-281-0/+1
| | | | | | Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44170