aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* uci: implement a uci_toogle_state() wrapper in the shell api which calls ↵Jo-Philipp Wich2011-07-152-2/+7
| | | | | | uci_revert_state() before uci_set_state() SVN-Revision: 27614
* ath9k: add some more fixes to the mic failure handling rework patchFelix Fietkau2011-07-131-7/+28
| | | | SVN-Revision: 27607
* mac80211: fix compile errors because of duplicate atomic64 implementations ↵Felix Fietkau2011-07-131-2/+6
| | | | | | (#9690) SVN-Revision: 27605
* ath9k: fix mic frame handling for bigger packetsFelix Fietkau2011-07-121-6/+6
| | | | SVN-Revision: 27596
* fixup orion compileImre Kaloz2011-07-111-1/+1
| | | | SVN-Revision: 27591
* wrong md5sum in ltq-ifxosJohn Crispin2011-07-101-1/+1
| | | | | | Signed-off-by: Luka Perkov SVN-Revision: 27575
* mac80211: backport atomic64_t support for kernels that don't support itFelix Fietkau2011-07-091-0/+87
| | | | SVN-Revision: 27572
* hostapd: refresh patchFelix Fietkau2011-07-091-2/+2
| | | | SVN-Revision: 27571
* hostapd: send EAPOL frames using the same WMM queue as management frames - ↵Felix Fietkau2011-07-091-0/+13
| | | | | | fixes reconnect issues under load SVN-Revision: 27570
* hostapd: only advertise a single encryption type via WPS if multiple are ↵Felix Fietkau2011-07-091-0/+25
| | | | | | supported - fixes windows 7 interop issues SVN-Revision: 27569
* ath9k: merge some pending initval fixes for ar9380Felix Fietkau2011-07-091-0/+40
| | | | SVN-Revision: 27566
* ath9k: fix sifs time for half/quarter and remove some unnecessary definesFelix Fietkau2011-07-092-3/+57
| | | | SVN-Revision: 27565
* ath9k: add more fixes for TKIP MIC validationFelix Fietkau2011-07-091-30/+39
| | | | SVN-Revision: 27564
* ath9k: add a temporary uci option for setting the channel bandwidthFelix Fietkau2011-07-081-0/+3
| | | | SVN-Revision: 27563
* ath9k: add more fixes for half/quarter rate supportFelix Fietkau2011-07-087-0/+240
| | | | SVN-Revision: 27562
* mac80211: fix an interop issue with some broken 802.11n clients (#9436)Felix Fietkau2011-07-081-0/+11
| | | | SVN-Revision: 27554
* mac80211: add pending crypto bugfixesFelix Fietkau2011-07-082-5/+549
| | | | SVN-Revision: 27552
* kmod-dm9000 should build as a moduleJohn Crispin2011-07-071-2/+4
| | | | SVN-Revision: 27543
* fix ltq-vmmc SoC dependencyJohn Crispin2011-07-071-0/+4
| | | | SVN-Revision: 27540
* update ltq-vmmc patchesJohn Crispin2011-07-074-11462/+331
| | | | SVN-Revision: 27539
* replace all references to xway with danubeJohn Crispin2011-07-074-5/+5
| | | | SVN-Revision: 27538
* update ltq-tapidemo to 5.1.0.53John Crispin2011-07-075-95/+224
| | | | SVN-Revision: 27533
* update ltq-ifxos to version 1.5.14John Crispin2011-07-075-63/+14
| | | | SVN-Revision: 27531
* fixes ltq-vmmc for none falcon targetsJohn Crispin2011-07-071-2/+23
| | | | SVN-Revision: 27530
* pjsip-ltq-tap is for all lantiq targetsJohn Crispin2011-07-071-1/+1
| | | | SVN-Revision: 27529
* firewall: make sure that -m mac is used with --mac-source, follow up to r27508Jo-Philipp Wich2011-07-072-2/+2
| | | | SVN-Revision: 27519
* add perfFlorian Fainelli2011-07-071-0/+52
| | | | SVN-Revision: 27515
* firewall: also correct another variable missed in previous commitDaniel Dickinson2011-07-071-1/+1
| | | | SVN-Revision: 27508
* firewall: fix wrong variable names for protocol command line parameter - ↵Daniel Dickinson2011-07-071-2/+2
| | | | | | were missed during r27500 SVN-Revision: 27507
* base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused ↵Daniel Dickinson2011-07-072-1/+7
| | | | | | errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit SVN-Revision: 27501
* firewall: - solve scoping issues when multiple values are used, thanks ↵Jo-Philipp Wich2011-07-064-30/+26
| | | | | | Daniel Dickinson - ignore src_port/dest_port for proto icmp rules, ignore icmp_type for non-icmp rules - properly handle icmp when proto is given in numerical form (1, 58) - support negated icmp types SVN-Revision: 27500
* ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsipJohn Crispin2011-07-063-11/+7
| | | | SVN-Revision: 27498
* ltq-tapi is not xway specificJohn Crispin2011-07-061-1/+1
| | | | SVN-Revision: 27497
* Lantiq TAPI driver also build for other platformsJohn Crispin2011-07-061-3/+5
| | | | | | thanks Matthias Buecher SVN-Revision: 27494
* add support for gigaset SX76X to uboot-lantiqJohn Crispin2011-07-064-5/+87
| | | | SVN-Revision: 27488
* fix lantiq uboot to build lzma compressed bootloaders for eval kitsJohn Crispin2011-07-0614-73/+1519
| | | | SVN-Revision: 27487
* ath9k: fix some more "DMA failed to stop in 10 ms" issues on AR913x (#9654)Felix Fietkau2011-07-061-0/+13
| | | | SVN-Revision: 27482
* ath9k: fix reliability issues with TKIP MIC verificationFelix Fietkau2011-07-061-0/+73
| | | | SVN-Revision: 27481
* ath9k: always enable fast clock for 5 ghz regardless of the eeprom settingFelix Fietkau2011-07-061-0/+14
| | | | SVN-Revision: 27480
* firewall: fix udp rules for tcpudp proto rules using src_port and dest_port ↵Daniel Dickinson2011-07-061-0/+7
| | | | | | after modification by the parsing of the tcp rule SVN-Revision: 27469
* e2fsprogs: Fixed filename of patch (needed .patch extension)Daniel Dickinson2011-07-051-0/+0
| | | | SVN-Revision: 27467
* e2fsprogs: Added libpthread back to blkid link, otherwise blkid fails to link)Daniel Dickinson2011-07-051-0/+11
| | | | SVN-Revision: 27466
* iptables: add iptables-mod-led (#9400)Florian Fainelli2011-07-051-0/+12
| | | | SVN-Revision: 27460
* e2fsprogs: fix blkid dependencies (#9377)Florian Fainelli2011-07-051-4/+21
| | | | SVN-Revision: 27459
* add kmod-sched-netem (#8839)Florian Fainelli2011-07-051-0/+15
| | | | SVN-Revision: 27458
* 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet loaded (#9643)Jo-Philipp Wich2011-07-054-3/+13
| | | | SVN-Revision: 27449
* kernel: use lib80211 from compat-wireless instead of the kernelFelix Fietkau2011-07-042-37/+31
| | | | SVN-Revision: 27436
* ath9k: merge an upstream change to fix false tx hangs on ar9003Felix Fietkau2011-07-041-1/+52
| | | | SVN-Revision: 27433
* ath5k: add an upstream patch to fix a memory leakFelix Fietkau2011-07-041-0/+20
| | | | SVN-Revision: 27432
* fixes dependencies of pjsip and ltq-vmmcJohn Crispin2011-07-032-2/+4
| | | | SVN-Revision: 27409