Commit Graph

5766 Commits (73dac07c44b3c7ca9a31af84831e0179fe062bec)

Author SHA1 Message Date
Felix Fietkau e79f073de9 mac80211: fix a compiler warning
SVN-Revision: 27870
13 years ago
Felix Fietkau c330325bda broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz)
SVN-Revision: 27868
13 years ago
Florian Fainelli 901618c68d perf: mark as broken for now
Until we properly deal with the various versions of libelf we package,
mark perf as broken

SVN-Revision: 27867
13 years ago
Felix Fietkau 9f3aea65fc mac80211: add missing chunks to the compat_firmware_class change
SVN-Revision: 27864
13 years ago
Felix Fietkau 21dd9478d7 mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)
SVN-Revision: 27863
13 years ago
Vasilis Tsiligiannis 0cd8805b0a kernel/modules: Add missing config symbol
SVN-Revision: 27862
13 years ago
Felix Fietkau d3f4416d58 ath9k: prevent the aggregation code from sending packets to sleeping stations - should fix some latency issues
SVN-Revision: 27861
13 years ago
Felix Fietkau a1e19186fa ath9k: fold patches that were merged upstream into 300-pending_work.patch
SVN-Revision: 27860
13 years ago
Jonas Gorski 478decc60b gdb: add dependency to libexpat when present
Also prevent gdb from trying to link against the host's libexpat.

SVN-Revision: 27859
13 years ago
Jonas Gorski eb90f30ce7 package/kernel: move kmod-fs-mbcache into fs-ext4
mbcache is only needed if xattr support is enabled, but this is only true
for ext4 on 2.6.37+, so just bundle it with ext4 when needed.

SVN-Revision: 27849
13 years ago
Jo-Philipp Wich 8fc2981bcd dropbear: - split port argument at the rightmost colon, allows binding to specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853)
SVN-Revision: 27843
13 years ago
Felix Fietkau 26fed98ce6 qos-scripts: disable by default
SVN-Revision: 27832
13 years ago
Felix Fietkau 35463493e8 hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837)
SVN-Revision: 27830
13 years ago
Felix Fietkau a5edb705b4 ath9k: fix switching channel bandwidth from 5/10 back to 20mhz
SVN-Revision: 27827
13 years ago
Felix Fietkau 32868c1a00 hostapd: fix wds interface address handling for multi-bssid
SVN-Revision: 27823
13 years ago
Felix Fietkau 3712ca3f9b hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey eapol frame
SVN-Revision: 27822
13 years ago
Gabor Juhos 2e339a6466 swconfig: fix backward compatibility
swconfig fails to load uci configuration after the generic switch
identifier changes.

root@OpenWrt:/# uci show network | grep switch
network.@switch[0]=switch
network.@switch[0].name=eth0
network.@switch[0].reset=1
network.@switch[0].enable_vlan=1
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device=eth0
network.@switch_vlan[0].vlan=1
network.@switch_vlan[0].ports=0t 2 3 4 5
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device=eth0
network.@switch_vlan[1].vlan=2
network.@switch_vlan[1].ports=0t 1
root@OpenWrt:/# swconfig dev eth0 load /etc/config/network
Failed to apply configuration for switch 'switch0'
root@OpenWrt:/# swconfig dev switch0 load /etc/config/network
Failed to apply configuration for switch 'switch0'

SVN-Revision: 27820
13 years ago
Felix Fietkau 4dd9373b3e ppp: remove zero-length patches
SVN-Revision: 27819
13 years ago
Felix Fietkau 4c4da37c09 ppp: version bump to 2.4.5
Bump to the current version of PPP.

A few of the patches are either in 2.4.5 or something functionally equivalent is, so those patches were removed.

1 patch was added to accommodate pppol2pv3_addr which is referenced in a linux kernel header file, but isn't defined in the kernel header files packaged with PPP.

Redux: re-instate the commenting out of the exponential back-off as requested by Felix.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27818
13 years ago
Jonas Gorski eaa935658b swconfig: Add generic switch identifiers
Also make switches available under a generic name "switch<num>" for device
name agnostic access. The old device name is used as an alias for backward
compatibility.

SVN-Revision: 27800
13 years ago
Felix Fietkau 8ff7756e82 base-files: warn when calling /etc/init.d/<script> enable and neither START nor STOP is defined
SVN-Revision: 27797
13 years ago
Jo-Philipp Wich 7a206885df firewall: prevent redundant rules if multiple ports and multiple icmp types are given in a rule block for both icmp and other protocols
SVN-Revision: 27792
13 years ago
Felix Fietkau d6431df9c1 ath9k: rework tx power handling - display the correct *current* tx power, and also fix tx power limits with ATH_USER_REGD set
SVN-Revision: 27788
13 years ago
Felix Fietkau d0cea742bb mac80211: merge a few pending fixes for channel switch handling
SVN-Revision: 27783
13 years ago
Jo-Philipp Wich 20d62f8e5f linux-atm: don't fail if an PREFIX env var is set
SVN-Revision: 27779
13 years ago
Jo-Philipp Wich 94c728dc39 base-files: use "reboot -f" after sysupgrade to prevent executing deleted init scripts
SVN-Revision: 27776
13 years ago
Felix Fietkau 1266eb49ee mac80211: rename a misnamed patch
SVN-Revision: 27769
13 years ago
Felix Fietkau b87d25ea75 mac80211: remove the ccmp rx pn workaround, it should no longer be necessary and it was reported to cause connection stability issues (see #9646)
SVN-Revision: 27764
13 years ago
Hauke Mehrtens 866a22dc67 kernel: crypto: fix spelling
SVN-Revision: 27757
13 years ago
Hauke Mehrtens 00dd85d8f6 ocf-linux: version bump to 20110720
Fixes problem with TFM allocation in cryptosoft.c

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

Hauke:
 * remove ubsec_ssb package and take it from ocf-linux
 * use patches from ocf-linux package
 * refresh all patches
 * readd some build fixes for OpenWrt.
 * readd CRYPTO_MANAGER dependency

SVN-Revision: 27753
13 years ago
Jo-Philipp Wich 8ecad9c51a broadcom-wl: give the 007 patch a more meaningful name
SVN-Revision: 27752
13 years ago
Jo-Philipp Wich 1d7ae4aba7 broadcom-wl: make it work on the RT-N16 and other device using the BCMA bus - refresh and reorder patches - introduce a unified BCMA/SSB glue driver to accomodate for both bus types on brcm47xx - extend wlunbind init script to detach device from bcma-pci-bridge as well
SVN-Revision: 27751
13 years ago
Hauke Mehrtens 0df7ae0418 mac80211: do not build bcma from compat-wireless
SVN-Revision: 27750
13 years ago
Hauke Mehrtens aa37b9656d mac80211: fix typo and make broken options depend on BROKEN
SVN-Revision: 27735
13 years ago
Hauke Mehrtens 96b6f27271 mca80211: add support for b43 on bcma bus.
This makes b43 work on broadcom SoCs using bcma as system bus.

SVN-Revision: 27734
13 years ago
Hauke Mehrtens 0390780c34 kernel: add bcma package
SVN-Revision: 27732
13 years ago
Jo-Philipp Wich 365f76551a base-files: attempt bring up related wifi devices when calling ifup If a user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly).
The changeset modifies the "ifup" command to search for related wireless
devices and call "wifi up" on them if applicable. This way the commands for
wireless and non-wireless interfaces are unified from a cli point of view.

The "ifup -a" case has not been changed to keep the logic of the
/etc/init.d/network boot sequence. This might be changed later.

Solves #9763.

SVN-Revision: 27720
13 years ago
Jo-Philipp Wich 90ac92e8be firewall: fix serious bug in state var handling (#9746)
SVN-Revision: 27711
13 years ago
Felix Fietkau 49b905a2cf comgt: clean up patch, rename gcom binary to comgt, but add a compatibility symlink
SVN-Revision: 27699
13 years ago
Felix Fietkau 60d593c2d7 uci: fix one more unused-but-set issue (#9731)
SVN-Revision: 27698
13 years ago
Jo-Philipp Wich 9c606eb4c5 uhttpd: pass feature flags (#9742)
SVN-Revision: 27689
13 years ago
Felix Fietkau 80ae98d604 ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe others) contain bogus data, which breaks wifi
SVN-Revision: 27688
13 years ago
Jo-Philipp Wich 6576d110d2 uhttpd: support building against openssl instead of cyassl, minor cleanups (#7827)
SVN-Revision: 27686
13 years ago
Felix Fietkau 75d2ba7a5c uci: update to fix more unused-but-set issues (#9731)
SVN-Revision: 27681
13 years ago
Felix Fietkau 226ad1d259 uci: update to 2011-07-18, fixes #9731
SVN-Revision: 27680
13 years ago
Jo-Philipp Wich 85dcf817d8 resolveip: fix whitespace
SVN-Revision: 27671
13 years ago
Jo-Philipp Wich 60fe01e698 pptp: properly support symbolic VPN host names, tear down created host routes (#4876)
SVN-Revision: 27669
13 years ago
Jo-Philipp Wich 28505cad0d add "resolveip", a small DNS lookup utility for use in scripts (#4876)
SVN-Revision: 27666
13 years ago
John Crispin 4da4c491a6 uboot-lantiq
fix arv752DPW and add arv7525PW

SVN-Revision: 27664
13 years ago
John Crispin c0c7c82a2f revert parts of r27488 to uboot-lantiq
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 27663
13 years ago
John Crispin a6ceecd973 better lantiq support in madwifi
Allow for each lantiq target (without wifi eeprom) to define where
wireless configuration data is on flash. Patch also adds support for
sx763 lantiq target.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 27662
13 years ago
John Crispin e80af9da6b reorganize ltq-dsl-app
Add menu options to ltq-dsl-app.

Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

SVN-Revision: 27661
13 years ago
Jo-Philipp Wich 0de28706ca base-files: implement a generic mechanism to map per-interface sysctls to uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699.
SVN-Revision: 27653
13 years ago
Jo-Philipp Wich 1267f048da iptables: refresh patches
SVN-Revision: 27652
13 years ago
Jo-Philipp Wich 4b362b98bb 6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to control the generated radvd prefix values (#9147)
SVN-Revision: 27650
13 years ago
Jo-Philipp Wich 597be91074 iptables: rewrite module help texts (#7446)
SVN-Revision: 27648
13 years ago
Jo-Philipp Wich 1ff200ead5 iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691)
SVN-Revision: 27646
13 years ago
Jo-Philipp Wich 61aba42d5c mountd: correctly handle poll() timeout case, solves possible 100% CPU load when idle (#7293)
SVN-Revision: 27635
13 years ago
Jo-Philipp Wich 1e34c02e3e base-files: add -h and --help options to sysupgrade (#9728)
SVN-Revision: 27630
13 years ago
Jo-Philipp Wich 53a5beaca8 uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems
SVN-Revision: 27628
13 years ago
Jo-Philipp Wich 78fa88ca81 firewall: rework state variable handling, use uci_toggle_state() where applicable and properly handle duplicates in add and del state helpers (#9152, #9710)
SVN-Revision: 27618
13 years ago
Jo-Philipp Wich e0e6d1029e base-files: use uci_toggle_state() to prevent unwanted aggregation of state vars (#9711)
SVN-Revision: 27616
13 years ago
Jo-Philipp Wich 9ee12e3f62 uci: implement a uci_toogle_state() wrapper in the shell api which calls uci_revert_state() before uci_set_state()
SVN-Revision: 27614
13 years ago
Felix Fietkau e084d0e92a ath9k: add some more fixes to the mic failure handling rework patch
SVN-Revision: 27607
13 years ago
Felix Fietkau 9ef09af36d mac80211: fix compile errors because of duplicate atomic64 implementations (#9690)
SVN-Revision: 27605
13 years ago
Felix Fietkau 6493242f94 ath9k: fix mic frame handling for bigger packets
SVN-Revision: 27596
13 years ago
Imre Kaloz 1e395abc80 fixup orion compile
SVN-Revision: 27591
13 years ago
John Crispin 1af1682eb2 wrong md5sum in ltq-ifxos
Signed-off-by: Luka Perkov

SVN-Revision: 27575
13 years ago
Felix Fietkau 97248baa3e mac80211: backport atomic64_t support for kernels that don't support it
SVN-Revision: 27572
13 years ago
Felix Fietkau 7bab9b2f30 hostapd: refresh patch
SVN-Revision: 27571
13 years ago
Felix Fietkau 8edcfc5bff hostapd: send EAPOL frames using the same WMM queue as management frames - fixes reconnect issues under load
SVN-Revision: 27570
13 years ago
Felix Fietkau 57d9c06f09 hostapd: only advertise a single encryption type via WPS if multiple are supported - fixes windows 7 interop issues
SVN-Revision: 27569
13 years ago
Felix Fietkau c1f1058a89 ath9k: merge some pending initval fixes for ar9380
SVN-Revision: 27566
13 years ago
Felix Fietkau 8f6bd9e425 ath9k: fix sifs time for half/quarter and remove some unnecessary defines
SVN-Revision: 27565
13 years ago
Felix Fietkau 891a96d588 ath9k: add more fixes for TKIP MIC validation
SVN-Revision: 27564
13 years ago
Felix Fietkau b4cef327ff ath9k: add a temporary uci option for setting the channel bandwidth
SVN-Revision: 27563
13 years ago
Felix Fietkau 2d0ecd63f5 ath9k: add more fixes for half/quarter rate support
SVN-Revision: 27562
13 years ago
Felix Fietkau c98829c864 mac80211: fix an interop issue with some broken 802.11n clients (#9436)
SVN-Revision: 27554
13 years ago
Felix Fietkau bf11563176 mac80211: add pending crypto bugfixes
SVN-Revision: 27552
13 years ago
John Crispin f1af962560 kmod-dm9000 should build as a module
SVN-Revision: 27543
13 years ago
John Crispin 6061c471aa fix ltq-vmmc SoC dependency
SVN-Revision: 27540
13 years ago
John Crispin 2d5d28bebf update ltq-vmmc patches
SVN-Revision: 27539
13 years ago
John Crispin a463daa818 replace all references to xway with danube
SVN-Revision: 27538
13 years ago
John Crispin 985d4dd88f update ltq-tapidemo to 5.1.0.53
SVN-Revision: 27533
13 years ago
John Crispin 35309dbbc8 update ltq-ifxos to version 1.5.14
SVN-Revision: 27531
13 years ago
John Crispin 7aa12362b1 fixes ltq-vmmc for none falcon targets
SVN-Revision: 27530
13 years ago
John Crispin d097c52ce0 pjsip-ltq-tap is for all lantiq targets
SVN-Revision: 27529
13 years ago
Jo-Philipp Wich a92ed1808c firewall: make sure that -m mac is used with --mac-source, follow up to r27508
SVN-Revision: 27519
13 years ago
Florian Fainelli e42f0f49e8 add perf
SVN-Revision: 27515
13 years ago
Daniel Dickinson ca7383e701 firewall: also correct another variable missed in previous commit
SVN-Revision: 27508
13 years ago
Daniel Dickinson c8531fca5d firewall: fix wrong variable names for protocol command line parameter - were missed during r27500
SVN-Revision: 27507
13 years ago
Daniel Dickinson 1f69f4cf64 base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused 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
13 years ago
Jo-Philipp Wich dd4934a943 firewall: - solve scoping issues when multiple values are used, thanks 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
13 years ago
John Crispin 302347e4d4 ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsip
SVN-Revision: 27498
13 years ago
John Crispin 1d43c2b5b6 ltq-tapi is not xway specific
SVN-Revision: 27497
13 years ago
John Crispin 295da57040 Lantiq TAPI driver also build for other platforms
thanks	Matthias Buecher

SVN-Revision: 27494
13 years ago
John Crispin 8a5ec4142f add support for gigaset SX76X to uboot-lantiq
SVN-Revision: 27488
13 years ago
John Crispin b808c1bc03 fix lantiq uboot to build lzma compressed bootloaders for eval kits
SVN-Revision: 27487
13 years ago
Felix Fietkau 3294d07ee5 ath9k: fix some more "DMA failed to stop in 10 ms" issues on AR913x (#9654)
SVN-Revision: 27482
13 years ago
Felix Fietkau 3ad9a3e992 ath9k: fix reliability issues with TKIP MIC verification
SVN-Revision: 27481
13 years ago
Felix Fietkau e68ea8543b ath9k: always enable fast clock for 5 ghz regardless of the eeprom setting
SVN-Revision: 27480
13 years ago
Daniel Dickinson 05c45f0f5e firewall: fix udp rules for tcpudp proto rules using src_port and dest_port after modification by the parsing of the tcp rule
SVN-Revision: 27469
13 years ago
Daniel Dickinson 44fb344da0 e2fsprogs: Fixed filename of patch (needed .patch extension)
SVN-Revision: 27467
13 years ago
Daniel Dickinson c291c6f6fd e2fsprogs: Added libpthread back to blkid link, otherwise blkid fails to link)
SVN-Revision: 27466
13 years ago
Florian Fainelli bbece7e4e8 iptables: add iptables-mod-led (#9400)
SVN-Revision: 27460
13 years ago
Florian Fainelli 42a78d909e e2fsprogs: fix blkid dependencies (#9377)
SVN-Revision: 27459
13 years ago
Florian Fainelli adeb9ef829 add kmod-sched-netem (#8839)
SVN-Revision: 27458
13 years ago
Jo-Philipp Wich 8aba9a00dc 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet loaded (#9643)
SVN-Revision: 27449
13 years ago
Felix Fietkau 3c97b838f3 kernel: use lib80211 from compat-wireless instead of the kernel
SVN-Revision: 27436
13 years ago
Felix Fietkau f8c6be2a58 ath9k: merge an upstream change to fix false tx hangs on ar9003
SVN-Revision: 27433
13 years ago
Felix Fietkau f9202745b9 ath5k: add an upstream patch to fix a memory leak
SVN-Revision: 27432
13 years ago
John Crispin 0fb39e9565 fixes dependencies of pjsip and ltq-vmmc
SVN-Revision: 27409
13 years ago
John Crispin 4dba05cc21 add falcon support to vmmc
SVN-Revision: 27408
13 years ago
John Crispin 96cc4174e3 add kmod for dm9000
SVN-Revision: 27402
13 years ago
John Crispin bcd92ce288 add kmod definitions for at24(i2c) and at25(spi) eeproms
SVN-Revision: 27401
13 years ago
Jo-Philipp Wich 32731a72c2 base-files: pass conloglevel to syslogd (#9463, #9647)
SVN-Revision: 27400
13 years ago
Gabor Juhos 1c96bc9abc max80211: rt2x00: load the eeprom data from a file on Ralink SoCs
SVN-Revision: 27395
13 years ago
Gabor Juhos ab90ca8945 mac80211: rename a rt2x00 related patch
SVN-Revision: 27394
13 years ago
Felix Fietkau 3d9f6f3d35 swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay Martynov)
SVN-Revision: 27375
13 years ago
Felix Fietkau b017df3812 swconfig: avoid setting "NOVAL" attributes if "0" was provided as a value
SVN-Revision: 27374
13 years ago
Daniel Dickinson 2e4d84278e package/kernel/modules: Alexandros pointed me at this patch, and I noted that not only the MFGPT module but also the new GPIO driver both rely on the mfd_core functionality to operate correctly.
Signed-off-by: Alexandros C. Couloumbis <alex@ozo.com>
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27372
13 years ago
Daniel Dickinson f2d749ee15 Revert "Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped."
This reverts commit c485487b63d1c1de72a375f1278d8a98546ba3af.

SVN-Revision: 27370
13 years ago
Daniel Dickinson 209a776f22 Like the earlier mfgpt patch, the new GPIO drivers also require the MFD driver to be present for the BAR's to be mapped.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

SVN-Revision: 27369
13 years ago
Felix Fietkau 0fa08e885c ath5k: fix tx queue limit for the cabq, fixes warning described in #9465
SVN-Revision: 27367
13 years ago
Felix Fietkau 45d4cee226 ath5k: disable the 32 khz sleep clock, atheros also does this, might improve stability
SVN-Revision: 27366
13 years ago
Felix Fietkau b8dcd316eb ath5k: fix restoring the mac timing setting after a sleep clock setting change
SVN-Revision: 27365
13 years ago
Felix Fietkau 4083940628 ath5k: delay initial periodic calibration after reset to improve stability
SVN-Revision: 27364
13 years ago
Felix Fietkau 289e2f2169 ath9k: clean up pll code for ar9002 to fix 5/10 mhz pll settings for 5ghz
SVN-Revision: 27362
13 years ago
Gabor Juhos 091ea63719 package/mtd: don't append jffs2 data multiple times
SVN-Revision: 27358
13 years ago
Felix Fietkau 7845c7b512 ath5k: fix a crash when setting coverage class before the first channel change (#9586)
SVN-Revision: 27352
13 years ago
Felix Fietkau b8b060d2fe broadcom-wl: fix memory corruption and leakage on remove (patch from #9576 by George Kashperko)
SVN-Revision: 27348
13 years ago
Felix Fietkau 0a7a73261a base-files: do not use the relinked libgcc, fixes c++ exception handling issues (#9185)
SVN-Revision: 27347
13 years ago
Felix Fietkau ce6b3da880 move mkelfimage from tools/ to package/ as it needs a proper i386 toolchain - make the package hidden so that it is automatically built without having to be selected
SVN-Revision: 27345
13 years ago
Felix Fietkau 9f38d4402b ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz available through debugfs - does not work on all chipsets and is not recommended for production use yet
SVN-Revision: 27340
13 years ago
Felix Fietkau aca1b30101 ath9k: merge an upstream patch that provides a minor throughput improvement on ar9003
SVN-Revision: 27339
13 years ago
Jo-Philipp Wich 600a8517ad firewall: fix port range quirk in previous commit
SVN-Revision: 27335
13 years ago
Jo-Philipp Wich df14a48dc9 firewall: properly handle negated ports in nat reflection
SVN-Revision: 27334
13 years ago
Felix Fietkau 44756fe93c ath5k: enable spur mitigation for ar2413 - should improve performance and reliability on those devices
SVN-Revision: 27331
13 years ago
Felix Fietkau 0b250e3123 ath5k: add a missing srev checks for code that lowers the synth voltage - might fix some stability issues
SVN-Revision: 27325
13 years ago
Felix Fietkau 5392494101 ath5k: disable tx power gain correction probing for hardware that does not need or support it
SVN-Revision: 27324
13 years ago
Felix Fietkau 0d796ee9e3 mac80211: rename a misnamed patch
SVN-Revision: 27323
13 years ago
Jo-Philipp Wich 07abf4a81e firewall: refine default ICMPv6 rules to better conform with RFC4890, do not forward link local ICMP message types, allow parameter problem
SVN-Revision: 27321
13 years ago
Jo-Philipp Wich 8f0fb81dfe firewall: restore local port relocation ability from r26617
SVN-Revision: 27318
13 years ago
Jo-Philipp Wich 68a1c8e1e3 firewall: - allow multiple ports, protocols, macs, icmp types per rule - implement "limit" and "limit_burst" options for rules - implement "extra" option to rules and redirects for passing arbritary flags to iptables - implement negations for "src_port", "dest_port", "src_dport", "src_mac", "proto" and "icmp_type" options - allow wildcard (*) "src" and "dest" options in rules to allow specifying "any" source or destination - validate symbolic icmp-type names against the selected iptables binary - properly handle forwarded ICMPv6 traffic in the default configuration
SVN-Revision: 27317
13 years ago
Gabor Juhos 43938e8eb9 package/rbcfg: new tool for modifying boot configuration on the RB4xx boards
SVN-Revision: 27315
13 years ago
Hauke Mehrtens 4c18da3df6 brcm47xx: add initial support for devices with bcma bus.
Ethernet and wifi are not working and this is highly experimental.

SVN-Revision: 27301
13 years ago
Hauke Mehrtens ca979845cc kernel: update ssb and bcma to linux-next next-20110627
SVN-Revision: 27295
13 years ago
Felix Fietkau baf6423827 mac80211: merge a pending fix for reestablishing misconfigured aggregation sessions
SVN-Revision: 27292
13 years ago
Florian Fainelli ce50bb1636 busybox: update to 1.18.5, patch from Peter Wagner
SVN-Revision: 27288
13 years ago
Felix Fietkau 0243ec0da3 mac80211: force b44 and atl* to be disabled, even if they are enabled in the kernel tree
SVN-Revision: 27285
13 years ago