summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Add patch for linux-3.0 as well.cshore2011-10-031-0/+2
| | | | | | | Fix typo from previous submission with input-keys-polled. Philip Prindeville - 2011-10-03 01:44:55 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The name gpio-cs5535 used to refer to the drivers/char/ module, but in 3.1 ↵cshore2011-10-031-0/+5
| | | | | | | | it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] package I2C_MUX_GPIOblogic2011-10-011-0/+15
| | | | | | | | this module was missing from [28334] buildbots timed out as the symbol was not defined git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some more fixes to AP handling of buffered frames for powersave ↵nbd2011-09-302-10/+40
| | | | | | clients git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-hwmon-lm95241florian2011-09-301-0/+14
| | | | | | | | This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add support for more i2c muxesflorian2011-09-301-0/+92
| | | | | | | | | | | | | | | | This patch should bring support for several kernel modules related to I2C to openwrt, which are existing for several years now. Namely there is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with usb support (prevent voiding warranty when opening and soldering). Second, there is support for the i2c-mux driver and pca954x as a I2C switch driver. Finally there is support for common I2C gpio expander driver modules pca953x and pcf857x. They work without providing platform data recently (can be instantiated at runtime). Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: update to 2.58florian2011-09-301-5/+6
| | | | | | patch by Raphael Huck. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostap-driver: introduce "disabled" option for wifi-iface section ↵acinonyx2011-09-291-0/+3
| | | | | | to shutdown single networks on a radio git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove the x86 dependency from kmod-sky2 so that it can be used on ↵nbd2011-09-281-1/+0
| | | | | | other platforms as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq]blogic2011-09-261-5/+5
| | | | | | * fixes brnboot image generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: use "zonename" system option to symlink /etc/localtime ↵jow2011-09-262-1/+6
| | | | | | via /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28306 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some tx aggregation issues - reduces the number of tx dma stop ↵nbd2011-09-253-1/+63
| | | | | | failures git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28301 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a pending fix for powersavenbd2011-09-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: rework mac address generation for virtual interfaces; ↵jow2011-09-251-9/+17
| | | | | | set locally administered bit on generated macs and change the last two bytes isntead of the first one git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: apply network interface settings such as macaddr, mtu and ↵nbd2011-09-241-15/+9
| | | | | | txqueuelen in prepare_interface instead of setup_interface. setting the mtu after the interface is up is unreliable on some drivers such as gianfar git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: make ip matching in dns add/remove functions more ↵jow2011-09-232-3/+3
| | | | | | explicit, avoids overmatching pairs like 1.2.3.35 and 1.2.3.3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: modules: usb.mk: fix a typojogo2011-09-221-1/+1
| | | | | | Closes #10143. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/maccalc: don't expect to get all data in one readjuhosg2011-09-211-1/+30
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: increase the time between scans to reduce the number of hw ↵nbd2011-09-201-1/+1
| | | | | | resets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix antenna gain calculationnbd2011-09-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix handling configured tx power limitsnbd2011-09-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* b43: merge ad-hoc beacon fixnbd2011-09-193-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix bad pointer use in previous commitjow2011-09-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix possible CGI header line parsing beyound the empty ↵jow2011-09-182-5/+5
| | | | | | line, thanks Linus Luessing for spotting it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some cleanup patches and rework tx power handlingnbd2011-09-175-16/+870
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: do not strip MMIC for key miss framesnbd2011-09-171-3/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: reduce tx queue length of wireless interfaces - improves latency ↵nbd2011-09-171-0/+10
| | | | | | under load git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a regression in handling of MAC key miss events (should improve ↵nbd2011-09-171-0/+83
| | | | | | connection stability) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix compile without debugfs (#10117)nbd2011-09-171-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client modenbd2011-09-162-3/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-09-14nbd2011-09-1546-6697/+3198
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Fix IPv6 address and route adding on aliases with no ↵acinonyx2011-09-141-2/+2
| | | | | | IPv4 address configured git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "[package] base-files: Add support for assigning multiple IPv6 ↵acinonyx2011-09-141-9/+8
| | | | | | | | addresses on an interface" Multiple IPv6 addresses should be handled with alias sections git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: fix lifetime options (#9147)jow2011-09-132-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28223 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: Add support for assigning multiple IPv6 addresses on ↵acinonyx2011-09-121-8/+9
| | | | | | an interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28222 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a better fix for beacon timer reliabilitynbd2011-09-111-8/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28211 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: implement wpa_group_rekey option (mapped to nas -g)jow2011-09-091-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" ↵jow2011-09-091-5/+12
| | | | | | options, remove hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix an rx path race condition that might be the cause of the "ath: ↵nbd2011-09-091-0/+34
| | | | | | DMA failed to stop in 10 ms" logspam as well as various connection stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: introduce "disabled" option for wifi-iface section to ↵jow2011-09-081-1/+4
| | | | | | shutdown single networks on a radio git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: introduce "disabled" option for wifi-iface section to ↵jow2011-09-081-2/+4
| | | | | | shutdown single networks on a radio git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: introduce "disabled" option for wifi-iface section to ↵jow2011-09-081-1/+4
| | | | | | shutdown single networks on a radio git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix an endian issue in BlockAckReq handlingnbd2011-09-071-3/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a power save related race condition fixnbd2011-09-061-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix beacon timer init on resetnbd2011-09-041-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add a workaround for driver issues in various android devices with ↵nbd2011-09-041-0/+56
| | | | | | texas instruments wifi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: properly match mimetype entries which cover the whole ↵jow2011-09-042-3/+3
| | | | | | filename (#8236) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some hw reset issuesnbd2011-09-034-53/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)jow2011-09-022-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: make ESTABLISHED,RELATED rules match before INVALID, use ↵jow2011-09-012-9/+9
| | | | | | conntrack instead of state match (#10038) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28148 3c298f89-4303-0410-b956-a3cf2f4a3e73