summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* switch to 2.6.38Florian Fainelli2011-05-116-1/+1590
| | | | SVN-Revision: 26873
* add missing 2.6.38 touchscreen config symbolsFlorian Fainelli2011-05-111-0/+2
| | | | SVN-Revision: 26872
* package/kernel/modules/other.mk is getting big enough that putting the LEDs ↵John Crispin2011-05-092-207/+216
| | | | | | | | stuff into its own file makes sense. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26868
* (respin) 802.1Q VLAN support for ADM6996M/ADM6996FCJohn Crispin2011-05-0910-44/+791
| | | | | | | | | | | | | | | | | | | This patch adds 802.1Q VLAN support for the ADM6996M chip. The driver is loaded for both the FC and M model. It will detect which of the two chips is connected. The FC model is initialised, but no further functionality is offered. The PHY driver will always report "100 Mbit/s, link up", for both the M and FC models. This reflects the fact that the link between switch chip and Ethernet MAC is always on[1]. Further documentation can be found in the kernel's Documentation/networking/adm6996.txt Signed-of-By: Peter Lebbing <peter@digitalbrains.com> SVN-Revision: 26865
* ar71xx: populate LED3 on the JA76PF boardGabor Juhos2011-05-081-0/+5
| | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> SVN-Revision: 26862
* ar71xx: add uci config for the WLAN LED on the WRT160NLGabor Juhos2011-05-081-0/+11
| | | | | | Based on a patch by Magyar Szabolcs <mszabi@freemail.hu> SVN-Revision: 26861
* ar71xx: use phy0tpt trigger for the WLAN LEDsGabor Juhos2011-05-082-2/+2
| | | | SVN-Revision: 26860
* ar71xx: remove superfluous fifo_cfg overridesGabor Juhos2011-05-081-6/+0
| | | | SVN-Revision: 26859
* ipv6: restore correct ECN handling on TCP xmit Thanks Dave TahtTravis Kemen2011-05-082-0/+50
| | | | SVN-Revision: 26858
* Deployment of IPv6 has opened up many more prefixes than just the 2000::/3 ↵Travis Kemen2011-05-081-2/+2
| | | | | | space, so a default route of ::/0 is more correct. Thanks Dave Taht SVN-Revision: 26857
* ar71xx: ag71xx: make switch register access atomicGabor Juhos2011-05-081-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading of the PHY registers occasionally returns with bogus values under heavy load. This misleads the PHY driver and thus causes false link/speed change notifications which leads to performance loss. This is easily noticable during an iperf session: ... [ 3] 52.0-53.0 sec 11.3 MBytes 94.4 Mbits/sec [ 3] 53.0-54.0 sec 11.4 MBytes 95.4 Mbits/sec eth1: link down br-lan: port 2(eth1) entering forwarding state eth1: link up (100Mbps/Full duplex) br-lan: port 2(eth1) entering forwarding state br-lan: port 2(eth1) entering forwarding state [ 3] 54.0-55.0 sec 6.75 MBytes 56.6 Mbits/sec [ 3] 55.0-56.0 sec 0.00 Bytes 0.00 bits/sec [ 3] 56.0-57.0 sec 10.5 MBytes 88.1 Mbits/sec ... [ 3] 169.0-170.0 sec 11.4 MBytes 95.4 Mbits/sec [ 3] 170.0-171.0 sec 11.4 MBytes 95.4 Mbits/sec eth1: link up (10Mbps/Half duplex) [ 3] 171.0-172.0 sec 7.63 MBytes 64.0 Mbits/sec [ 3] 172.0-173.0 sec 9.38 MBytes 78.6 Mbits/sec eth1: link up (100Mbps/Full duplex) [ 3] 173.0-174.0 sec 11.3 MBytes 94.4 Mbits/sec [ 3] 174.0-175.0 sec 11.4 MBytes 95.4 Mbits/sec SVN-Revision: 26856
* ar71xx: ag71xx: fix section mismatch warningsGabor Juhos2011-05-082-2/+2
| | | | | | | | | | | | | | | | | | The function __devinit ag71xx_probe() references a function __devexit ag71xx_phy_disconnect(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __devexit annotation of ag71xx_phy_disconnect() so it may be used outside an exit section. The function ag71xx_phy_disconnect() references a function in an exit section. Often the function ag71xx_ar7240_cleanup() has valid usage outside the exit section and the fix is to remove the __devexit annotation of ag71xx_ar7240_cleanup. SVN-Revision: 26855
* ar71xx: ag71xx: fix build error if debugfs is enabledGabor Juhos2011-05-081-2/+3
| | | | SVN-Revision: 26854
* base-files: retrigger usb coldplug after module loading, solves ↵Jo-Philipp Wich2011-05-082-1/+6
| | | | | | usb_modeswitch on boot and possibly others (#9352) SVN-Revision: 26848
* brcm47xx: update patchesHauke Mehrtens2011-05-0714-36/+74
| | | | SVN-Revision: 26846
* ar71xx: ag71xx: add debugfs entry for [rt]x_ringGabor Juhos2011-05-071-0/+92
| | | | SVN-Revision: 26845
* ar71xx: ag71xx: add timestamps to ag71xx_bufGabor Juhos2011-05-072-1/+2
| | | | SVN-Revision: 26844
* ar71xx: ag71xx: use dynamically allocated buffer for napi_statsGabor Juhos2011-05-071-9/+19
| | | | SVN-Revision: 26843
* ar71xx: ag71xx: use debugfs_remove_recursiveGabor Juhos2011-05-072-28/+7
| | | | SVN-Revision: 26842
* base-files: fix a typo in etc/bannerGabor Juhos2011-05-071-1/+1
| | | | SVN-Revision: 26841
* ar71xx: override wmac device name for the AR934x SoCsGabor Juhos2011-05-071-0/+1
| | | | SVN-Revision: 26840
* remove useless patchesFlorian Fainelli2011-05-062-29/+0
| | | | SVN-Revision: 26837
* fill maintainer infos for a couple of targetsFlorian Fainelli2011-05-0611-0/+11
| | | | SVN-Revision: 26836
* update to 2.6.38.2Florian Fainelli2011-05-053-193/+47
| | | | SVN-Revision: 26833
* add missing 2.6.38 symbolsFlorian Fainelli2011-05-051-0/+4
| | | | SVN-Revision: 26832
* brcm47xx: when detecting a ssb pci device without an own sprom write the ↵Hauke Mehrtens2011-05-056-50/+38
| | | | | | sprom data from the platform device to the correct pointer. SVN-Revision: 26829
* brcm47xx: fix typo in patchHauke Mehrtens2011-05-052-2/+2
| | | | SVN-Revision: 26828
* linux/ar71xx: add some missing symbols for nand/yaffs targetsAlexandros C. Couloumbis2011-05-051-0/+5
| | | | SVN-Revision: 26827
* lua: remove posix from Lua core, almost nothing uses it - saves 9k compressedJo-Philipp Wich2011-05-043-1476/+2
| | | | SVN-Revision: 26822
* ath9k: add noise floor calibration fix that should improve stabilityFelix Fietkau2011-05-041-0/+52
| | | | SVN-Revision: 26819
* linux/generic: port yaffs to 2.6.39Alexandros C. Couloumbis2011-05-041-0/+147
| | | | SVN-Revision: 26818
* linux/rb532: use kernel and initramfs tags on image generationAlexandros C. Couloumbis2011-05-041-4/+6
| | | | SVN-Revision: 26817
* comgt: add tty hotplug remove handling, only iterate each tty once (#9211)Jo-Philipp Wich2011-05-042-21/+20
| | | | SVN-Revision: 26816
* kernel: revert r26814Jo-Philipp Wich2011-05-031-16/+0
| | | | SVN-Revision: 26815
* kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise ↵Jo-Philipp Wich2011-05-031-0/+16
| | | | | | | | unprovided kernel crypto modules that are useful for IPSEC. This is an alternative to breaking these modules out into kmod-crypto-wq (crypto_wq.ko), kmod-crypto-rng (rng.ko and krng.ko), and kmod-crypto-iv (eseqiv.ko and chainiv.ko). Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26814
* kernel: add kmod-crypto-{wq,rng,iv} Add kmod-crypto-iv as a dependency for ↵Jo-Philipp Wich2011-05-031-1/+1
| | | | | | | | kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26813
* kernel: add kmod-crypto-{wq,rng,iv} This patch adds kmod-crypto-wq, ↵Jo-Philipp Wich2011-05-031-0/+32
| | | | | | | | | | | | kmod-crypto-rng, and kmod-crypto-iv packages. These packages provide some missing kernel crypto modules which are required for IPSEC. The strongswan4, ipsec-tools, and possibly other IPSEC packages do not work properly without these modules. NOTE: The KCONFIG associated with each of these modules gets selected whenever CRYPTO_MANAGER (kmod-crypto-manager) is selected so these modules are already being built. Signed-off-by: Lars Hjersted <lars@hjersted.com> SVN-Revision: 26812
* geos: remove unneeded modules The via-sata and gpio-nsc modules are both ↵Jo-Philipp Wich2011-05-031-2/+2
| | | | | | unneeded on the Geos platform. SVN-Revision: 26811
* comgt: move ifup invocation back into background subshell to prevent hotplug ↵Jo-Philipp Wich2011-05-031-6/+3
| | | | | | deadlocks SVN-Revision: 26810
* comgt: move 3g hotplug handling to tty subsystem, fixes race on coldplug (#9211)Jo-Philipp Wich2011-05-032-7/+10
| | | | SVN-Revision: 26809
* base-files: cleanup permissions of device files in common hotplug rules (#9211)Jo-Philipp Wich2011-05-031-6/+15
| | | | SVN-Revision: 26808
* hotplug2: introduce tty subsystem events (#9211)Jo-Philipp Wich2011-05-031-1/+1
| | | | SVN-Revision: 26807
* firewall: revert accidential committed changes from r26805Jo-Philipp Wich2011-05-021-39/+11
| | | | SVN-Revision: 26806
* firewall: provide examples of ssh port relocation on firewall and IPsec ↵Jo-Philipp Wich2011-05-022-11/+61
| | | | | | | | | | | | | passthrough Two examples of potentially useful configurations (commented out, of course): (a) map the ssh service running on the firewall to 22001 externally, without modifying the configuration of the daemon itself. this allows port 22 on the WAN side to then be port-forwarded to a LAN-based machine if desired, or if not, simply obscures the port from external attack. (b) allow IPsec/ESP and ISAKMP (UDP-based key exchange) to happen by default. useful for most modern VPN clients you might have on your WAN. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26805
* quilt: fix building with dash `test x == x` gives a syntax error with dash ↵Jo-Philipp Wich2011-05-021-2/+6
| | | | | | (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd SVN-Revision: 26804
* update to 2.6.38Florian Fainelli2011-05-028-1/+74
| | | | SVN-Revision: 26803
* cns3xxx: remove one of the dma cache patches, it causes a regression in the ↵Felix Fietkau2011-05-021-67/+0
| | | | | | ethernet driver SVN-Revision: 26802
* brcm47xx: add fallback sprom for pci devices without an own sprom.Hauke Mehrtens2011-05-0126-108/+1006
| | | | | | | | | | | | | If there is no sprom on an ssb based pci device on the brcm47xx architecture ssb now asks the architecture code to look into the nvram to get some sprom data for this device. Now we are able to read out pci/1/1/ foo or pci/1/3/ foo config options. This will fix some problems where the wireless devices does not got an mac address and the following message was show: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) SVN-Revision: 26801
* ath9k: add a new fix for signal strength / noise measurementsFelix Fietkau2011-05-011-0/+88
| | | | SVN-Revision: 26798
* cns3xxx: fix missing and incomplete cache flushes on DMA cache sync for cpu ↵Felix Fietkau2011-05-012-0/+88
| | | | | | - fixes some issues with ath9k SVN-Revision: 26797