summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* hostap-driver: introduce "disabled" option for wifi-iface section to ↵Vasilis Tsiligiannis2011-09-291-0/+3
| | | | | | shutdown single networks on a radio SVN-Revision: 28318
* kernel: remove the x86 dependency from kmod-sky2 so that it can be used on ↵Felix Fietkau2011-09-281-1/+0
| | | | | | other platforms as well SVN-Revision: 28314
* * fixes brnboot image generationJohn Crispin2011-09-261-5/+5
| | | | SVN-Revision: 28307
* base-files: use "zonename" system option to symlink /etc/localtime via ↵Jo-Philipp Wich2011-09-262-1/+6
| | | | | | /tmp/localtime to /usr/share/zoneinfo for glibc and eglibc SVN-Revision: 28306
* ath9k: fix some tx aggregation issues - reduces the number of tx dma stop ↵Felix Fietkau2011-09-253-1/+63
| | | | | | failures SVN-Revision: 28301
* ath9k: merge a pending fix for powersaveFelix Fietkau2011-09-251-1/+1
| | | | SVN-Revision: 28300
* mac80211: rework mac address generation for virtual interfaces; set locally ↵Jo-Philipp Wich2011-09-251-9/+17
| | | | | | administered bit on generated macs and change the last two bytes isntead of the first one SVN-Revision: 28298
* base-files: apply network interface settings such as macaddr, mtu and ↵Felix Fietkau2011-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 SVN-Revision: 28297
* base-files: make ip matching in dns add/remove functions more explicit, ↵Jo-Philipp Wich2011-09-232-3/+3
| | | | | | avoids overmatching pairs like 1.2.3.35 and 1.2.3.3 SVN-Revision: 28291
* kernel: modules: usb.mk: fix a typoJonas Gorski2011-09-221-1/+1
| | | | | | Closes #10143. SVN-Revision: 28290
* package/maccalc: don't expect to get all data in one readGabor Juhos2011-09-211-1/+30
| | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28266
* wpa_supplicant: increase the time between scans to reduce the number of hw ↵Felix Fietkau2011-09-201-1/+1
| | | | | | resets SVN-Revision: 28262
* ath9k: fix antenna gain calculationFelix Fietkau2011-09-201-2/+2
| | | | SVN-Revision: 28261
* ath9k: fix handling configured tx power limitsFelix Fietkau2011-09-191-1/+1
| | | | SVN-Revision: 28260
* b43: merge ad-hoc beacon fixFelix Fietkau2011-09-193-2/+14
| | | | SVN-Revision: 28258
* uhttpd: fix bad pointer use in previous commitJo-Philipp Wich2011-09-181-1/+1
| | | | SVN-Revision: 28257
* uhttpd: fix possible CGI header line parsing beyound the empty line, thanks ↵Jo-Philipp Wich2011-09-182-5/+5
| | | | | | Linus Luessing for spotting it SVN-Revision: 28254
* ath9k: add some cleanup patches and rework tx power handlingFelix Fietkau2011-09-175-16/+870
| | | | SVN-Revision: 28253
* ath9k: do not strip MMIC for key miss framesFelix Fietkau2011-09-171-3/+13
| | | | SVN-Revision: 28252
* mac80211: reduce tx queue length of wireless interfaces - improves latency ↵Felix Fietkau2011-09-171-0/+10
| | | | | | under load SVN-Revision: 28251
* ath9k: fix a regression in handling of MAC key miss events (should improve ↵Felix Fietkau2011-09-171-0/+83
| | | | | | connection stability) SVN-Revision: 28250
* ath9k: fix compile without debugfs (#10117)Felix Fietkau2011-09-171-3/+5
| | | | SVN-Revision: 28249
* mac80211/ath9k: fix excessive "Failed to stop TX DMA" logspam in client modeFelix Fietkau2011-09-162-3/+40
| | | | SVN-Revision: 28247
* mac80211: update to wireless-testing 2011-09-14Felix Fietkau2011-09-1546-6697/+3198
| | | | SVN-Revision: 28245
* base-files: Fix IPv6 address and route adding on aliases with no IPv4 ↵Vasilis Tsiligiannis2011-09-141-2/+2
| | | | | | address configured SVN-Revision: 28241
* Revert "[package] base-files: Add support for assigning multiple IPv6 ↵Vasilis Tsiligiannis2011-09-141-9/+8
| | | | | | | | addresses on an interface" Multiple IPv6 addresses should be handled with alias sections SVN-Revision: 28240
* 6to4: fix lifetime options (#9147)Jo-Philipp Wich2011-09-132-3/+3
| | | | SVN-Revision: 28223
* base-files: Add support for assigning multiple IPv6 addresses on an interfaceVasilis Tsiligiannis2011-09-121-8/+9
| | | | SVN-Revision: 28222
* ath9k: add a better fix for beacon timer reliabilityFelix Fietkau2011-09-111-8/+7
| | | | SVN-Revision: 28211
* broadcom-wl: implement wpa_group_rekey option (mapped to nas -g)Jo-Philipp Wich2011-09-091-2/+8
| | | | SVN-Revision: 28208
* hostapd: introduce "wpa_pair_rekey" and "wpa_master_rekey" options, remove ↵Jo-Philipp Wich2011-09-091-5/+12
| | | | | | hardcoded wpa rekey intervals, remove hardcoded radius_acct_interim_interval as it might overrule the radius Acct-Interim-Interval attribute SVN-Revision: 28207
* ath9k: fix an rx path race condition that might be the cause of the "ath: ↵Felix Fietkau2011-09-091-0/+34
| | | | | | DMA failed to stop in 10 ms" logspam as well as various connection stability issues SVN-Revision: 28202
* broadcom-wl: introduce "disabled" option for wifi-iface section to shutdown ↵Jo-Philipp Wich2011-09-081-1/+4
| | | | | | single networks on a radio SVN-Revision: 28200
* madwifi: introduce "disabled" option for wifi-iface section to shutdown ↵Jo-Philipp Wich2011-09-081-2/+4
| | | | | | single networks on a radio SVN-Revision: 28199
* mac80211: introduce "disabled" option for wifi-iface section to shutdown ↵Jo-Philipp Wich2011-09-081-1/+4
| | | | | | single networks on a radio SVN-Revision: 28198
* mac80211: fix an endian issue in BlockAckReq handlingFelix Fietkau2011-09-071-3/+16
| | | | SVN-Revision: 28190
* mac80211: merge a power save related race condition fixFelix Fietkau2011-09-061-0/+11
| | | | SVN-Revision: 28185
* ath9k: fix beacon timer init on resetFelix Fietkau2011-09-041-0/+11
| | | | SVN-Revision: 28169
* hostapd: add a workaround for driver issues in various android devices with ↵Felix Fietkau2011-09-041-0/+56
| | | | | | texas instruments wifi SVN-Revision: 28167
* uhttpd: properly match mimetype entries which cover the whole filename (#8236)Jo-Philipp Wich2011-09-042-3/+3
| | | | SVN-Revision: 28160
* ath9k: fix some hw reset issuesFelix Fietkau2011-09-034-53/+61
| | | | SVN-Revision: 28151
* uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)Jo-Philipp Wich2011-09-022-1/+4
| | | | SVN-Revision: 28149
* firewall: make ESTABLISHED,RELATED rules match before INVALID, use conntrack ↵Jo-Philipp Wich2011-09-012-9/+9
| | | | | | instead of state match (#10038) SVN-Revision: 28148
* ath9k: merge a fix for tx power limit testingFelix Fietkau2011-09-011-0/+16
| | | | SVN-Revision: 28143
* Revert "hostapd: add a patch for ignoring the WPA/WPA2 key type to work ↵Felix Fietkau2011-09-012-19/+1
| | | | | | around some broken clients (#9561)" This is causing regressions for other clients SVN-Revision: 28141
* ath9k: fix another crash bugFelix Fietkau2011-08-312-2/+2
| | | | SVN-Revision: 28139
* ath9k: merge a pending fix for 5 ghz rx latencyFelix Fietkau2011-08-318-26/+74
| | | | SVN-Revision: 28137
* swconfig: hide inactive vlans on "swconfig dev switch0 show"Felix Fietkau2011-08-301-4/+15
| | | | SVN-Revision: 28133
* ath9k: add a missing dma cache sync on aggregation software retryFelix Fietkau2011-08-305-20/+40
| | | | SVN-Revision: 28132
* ath9k: add some more minor hw reset related fixesFelix Fietkau2011-08-303-37/+79
| | | | SVN-Revision: 28129