summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵Felix Fietkau2011-05-011-0/+46
| | | | | | to fix connection hangs on some devices SVN-Revision: 26795
* add vim temp files (*~) to .gitignoreJo-Philipp Wich2011-04-291-0/+1
| | | | SVN-Revision: 26785
* exclude pktgen for uml targetFlorian Fainelli2011-04-291-0/+1
| | | | SVN-Revision: 26781
* ar71xx: use the ar8316 switch driver on the PB92 board and add a matching ↵Felix Fietkau2011-04-283-8/+37
| | | | | | default network config SVN-Revision: 26779
* ar8316: automatically detect whether port4 is used as PHY or as a switch portFelix Fietkau2011-04-281-32/+61
| | | | SVN-Revision: 26778
* ar71xx: fix MDIO access on ar7242 (based on a patch by Jess Zhu)Felix Fietkau2011-04-282-25/+63
| | | | SVN-Revision: 26777
* ar8216: support AR8316 rev 0 devicesFelix Fietkau2011-04-281-0/+1
| | | | SVN-Revision: 26776
* relayd: map "ipaddr" option to local ip (-L)Jo-Philipp Wich2011-04-271-0/+4
| | | | SVN-Revision: 26773
* linux/atheros: add 2.6.38 preliminary supportAlexandros C. Couloumbis2011-04-2714-0/+6616
| | | | SVN-Revision: 26772
* madwifi: Fix compilation for 2.6.39Felix Fietkau2011-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> SVN-Revision: 26771
* swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCKFelix Fietkau2011-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> SVN-Revision: 26770
* mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵Felix Fietkau2011-04-261-0/+195
| | | | | | earlier SVN-Revision: 26768
* mac80211: broadcast the country IE by default if the country code is ↵Felix Fietkau2011-04-261-0/+5
| | | | | | configured (#9308) SVN-Revision: 26765
* wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes ↵Felix Fietkau2011-04-262-0/+4
| | | | | | #9299) SVN-Revision: 26764
* mac80211: replace the regd revert patch with a proper fix, add some more ↵Felix Fietkau2011-04-262-63/+567
| | | | | | pending patches SVN-Revision: 26761
* ath9k: remove the signal strength fix, it causes a lot of confusion and ↵Felix Fietkau2011-04-251-27/+0
| | | | | | seems to be just as inaccurate as the original version of the code SVN-Revision: 26753
* cfg80211: revert upstream regdomain handling breakageFelix Fietkau2011-04-252-2/+65
| | | | SVN-Revision: 26752
* hostapd: fix a few compile errors and warningsFelix Fietkau2011-04-246-23/+46
| | | | SVN-Revision: 26751
* mac80211: do rate control updates when the HT configuration changes on an ↵Felix Fietkau2011-04-231-0/+35
| | | | | | interface SVN-Revision: 26750
* hostapd: update to 2011-04-21Felix Fietkau2011-04-2311-34/+216
| | | | SVN-Revision: 26749
* linux/adm5120: update wget2nand scriptAlexandros C. Couloumbis2011-04-211-2/+2
| | | | SVN-Revision: 26748
* linux/ar71xx: update wget2nand scriptAlexandros C. Couloumbis2011-04-211-2/+2
| | | | SVN-Revision: 26747
* linux/ar71xx: add 2.6.38 preliminary supportAlexandros C. Couloumbis2011-04-2134-0/+1141
| | | | SVN-Revision: 26746
* mac80211: remove unneeded patchHauke Mehrtens2011-04-211-14/+0
| | | | | | This was fixed upstream SVN-Revision: 26745
* mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵Felix Fietkau2011-04-2055-2349/+65
| | | | | | related fixes for ath9k SVN-Revision: 26744
* ppp: extend the r26742 change to ip-down tooJo-Philipp Wich2011-04-201-4/+7
| | | | SVN-Revision: 26743
* ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275)Jo-Philipp Wich2011-04-202-3/+10
| | | | SVN-Revision: 26742
* firewall: prevent excessive uci state data aggregation (#9152)Jo-Philipp Wich2011-04-202-1/+3
| | | | SVN-Revision: 26740
* busybox: refresh patchesFelix Fietkau2011-04-2020-69/+56
| | | | SVN-Revision: 26738
* busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵Felix Fietkau2011-04-201-14/+8
| | | | | | Fuessl) SVN-Revision: 26737
* mac80211: b43: Expose N-PHY supportHauke Mehrtens2011-04-191-2/+18
| | | | | | | | Allow enabling of N-PHY support for BCM4321 and BCM4322. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26736
* mac80211: b43: Expose PIO mode fallbackHauke Mehrtens2011-04-192-13/+29
| | | | | | | | Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26735
* mac80211: b43: Expose debug optionHauke Mehrtens2011-04-191-0/+12
| | | | | | | | Allow enabling debug output and debugfs for B43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26734
* mac80211: b43: Add Firmware 5.10.56.27Hauke Mehrtens2011-04-192-8/+29
| | | | | | | | | | | | | Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Also rename the current options from STABLE/EXPERIMENTAL to their version numbers. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26733
* hostapd: fix bridge handling for wds stations (#9257)Felix Fietkau2011-04-191-0/+29
| | | | SVN-Revision: 26724
* mac80211: re-enable beacon channel hintsFelix Fietkau2011-04-191-9/+0
| | | | SVN-Revision: 26723
* base-files: fix stale space in eglibc library install section (#9270)Jo-Philipp Wich2011-04-191-1/+1
| | | | SVN-Revision: 26720
* librpc: update to a newer version to fix issues with __set_errnoFelix Fietkau2011-04-181-1/+1
| | | | SVN-Revision: 26716