summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [malta] update to 2.6.38.2florian2011-05-053-193/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing 2.6.38 symbolsflorian2011-05-051-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: when detecting a ssb pci device without an own sprom write the ↵hauke2011-05-056-50/+38
| | | | | | sprom data from the platform device to the correct pointer. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix typo in patchhauke2011-05-052-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: add some missing symbols for nand/yaffs targetsacoul2011-05-051-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: remove posix from Lua core, almost nothing uses it - saves 9k ↵jow2011-05-043-1476/+2
| | | | | | compressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add noise floor calibration fix that should improve stabilitynbd2011-05-041-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: port yaffs to 2.6.39acoul2011-05-041-0/+147
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/rb532: use kernel and initramfs tags on image generationacoul2011-05-041-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] comgt: add tty hotplug remove handling, only iterate each tty once ↵jow2011-05-042-21/+20
| | | | | | (#9211) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: revert r26814jow2011-05-031-16/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] kernel: add kmod-crypto-ipsecjow2011-05-031-0/+16
| | | | | | | | | | | | kmod-crypto-ipsec bundles some otherwise 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 2/2] kernel: add kmod-crypto-{wq,rng,iv}jow2011-05-031-1/+1
| | | | | | | | | | Add kmod-crypto-iv as a dependency for kmod-ipsec. Also remove the extraneous kmod-crypto-core dependency to eliminate recursion. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH 1/2] kernel: add kmod-crypto-{wq,rng,iv}jow2011-05-031-0/+32
| | | | | | | | | | | | | | | | This patch adds kmod-crypto-wq, 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] geos: remove unneeded modulesjow2011-05-031-2/+2
| | | | | | | The via-sata and gpio-nsc modules are both unneeded on the Geos platform. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] comgt: move ifup invocation back into background subshell to ↵jow2011-05-031-6/+3
| | | | | | prevent hotplug deadlocks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] comgt: move 3g hotplug handling to tty subsystem, fixes race on ↵jow2011-05-032-7/+10
| | | | | | coldplug (#9211) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: cleanup permissions of device files in common hotplug ↵jow2011-05-031-6/+15
| | | | | | rules (#9211) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hotplug2: introduce tty subsystem events (#9211)jow2011-05-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: revert accidential committed changes from r26805jow2011-05-021-39/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] firewall: provide examples of ssh port relocation on firewall and ↵jow2011-05-022-11/+61
| | | | | | | | | | | | | | | | IPsec 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] quilt: fix building with dashjow2011-05-021-2/+6
| | | | | | | | | `test x == x` gives a syntax error with dash (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uml] update to 2.6.38florian2011-05-028-1/+74
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cns3xxx: remove one of the dma cache patches, it causes a regression in the ↵nbd2011-05-021-67/+0
| | | | | | ethernet driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add fallback sprom for pci devices without an own sprom.hauke2011-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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a new fix for signal strength / noise measurementsnbd2011-05-011-0/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cns3xxx: fix missing and incomplete cache flushes on DMA cache sync for cpu ↵nbd2011-05-012-0/+88
| | | | | | - fixes some issues with ath9k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵nbd2011-05-011-0/+46
| | | | | | to fix connection hangs on some devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] add vim temp files (*~) to .gitignorejow2011-04-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] exclude pktgen for uml targetflorian2011-04-291-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the ar8316 switch driver on the PB92 board and add a matching ↵nbd2011-04-283-8/+37
| | | | | | default network config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8316: automatically detect whether port4 is used as PHY or as a switch portnbd2011-04-281-32/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix MDIO access on ar7242 (based on a patch by Jess Zhu)nbd2011-04-282-25/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar8216: support AR8316 rev 0 devicesnbd2011-04-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] relayd: map "ipaddr" option to local ip (-L)jow2011-04-271-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/atheros: add 2.6.38 preliminary support acoul2011-04-2714-0/+6616
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: Fix compilation for 2.6.39nbd2011-04-261-0/+11
| | | | | | | | | Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCKnbd2011-04-261-1/+1
| | | | | | | | | SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵nbd2011-04-261-0/+195
| | | | | | earlier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: broadcast the country IE by default if the country code is ↵nbd2011-04-261-0/+5
| | | | | | configured (#9308) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26765 3c298f89-4303-0410-b956-a3cf2f4a3e73
* wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes ↵nbd2011-04-262-0/+4
| | | | | | #9299) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: replace the regd revert patch with a proper fix, add some more ↵nbd2011-04-262-63/+567
| | | | | | pending patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove the signal strength fix, it causes a lot of confusion and ↵nbd2011-04-251-27/+0
| | | | | | seems to be just as inaccurate as the original version of the code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cfg80211: revert upstream regdomain handling breakagenbd2011-04-252-2/+65
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a few compile errors and warningsnbd2011-04-246-23/+46
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: do rate control updates when the HT configuration changes on an ↵nbd2011-04-231-0/+35
| | | | | | interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 2011-04-21nbd2011-04-2311-34/+216
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/adm5120: update wget2nand scriptacoul2011-04-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26748 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: update wget2nand scriptacoul2011-04-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26747 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: add 2.6.38 preliminary support acoul2011-04-2134-0/+1141
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26746 3c298f89-4303-0410-b956-a3cf2f4a3e73