Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/kernel/modules/other.mk is getting big enough that putting the LEDs ↵ | John Crispin | 2011-05-09 | 2 | -207/+216 |
| | | | | | | | | stuff into its own file makes sense. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 26868 | ||||
* | Deployment of IPv6 has opened up many more prefixes than just the 2000::/3 ↵ | Travis Kemen | 2011-05-08 | 1 | -2/+2 |
| | | | | | | space, so a default route of ::/0 is more correct. Thanks Dave Taht SVN-Revision: 26857 | ||||
* | base-files: retrigger usb coldplug after module loading, solves ↵ | Jo-Philipp Wich | 2011-05-08 | 2 | -1/+6 |
| | | | | | | usb_modeswitch on boot and possibly others (#9352) SVN-Revision: 26848 | ||||
* | base-files: fix a typo in etc/banner | Gabor Juhos | 2011-05-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 26841 | ||||
* | lua: remove posix from Lua core, almost nothing uses it - saves 9k compressed | Jo-Philipp Wich | 2011-05-04 | 3 | -1476/+2 |
| | | | | SVN-Revision: 26822 | ||||
* | ath9k: add noise floor calibration fix that should improve stability | Felix Fietkau | 2011-05-04 | 1 | -0/+52 |
| | | | | SVN-Revision: 26819 | ||||
* | comgt: add tty hotplug remove handling, only iterate each tty once (#9211) | Jo-Philipp Wich | 2011-05-04 | 2 | -21/+20 |
| | | | | SVN-Revision: 26816 | ||||
* | kernel: revert r26814 | Jo-Philipp Wich | 2011-05-03 | 1 | -16/+0 |
| | | | | SVN-Revision: 26815 | ||||
* | kernel: add kmod-crypto-ipsec kmod-crypto-ipsec bundles some otherwise ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -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 Wich | 2011-05-03 | 1 | -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 Wich | 2011-05-03 | 1 | -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 | ||||
* | comgt: move ifup invocation back into background subshell to prevent hotplug ↵ | Jo-Philipp Wich | 2011-05-03 | 1 | -6/+3 |
| | | | | | | deadlocks SVN-Revision: 26810 | ||||
* | comgt: move 3g hotplug handling to tty subsystem, fixes race on coldplug (#9211) | Jo-Philipp Wich | 2011-05-03 | 2 | -7/+10 |
| | | | | SVN-Revision: 26809 | ||||
* | base-files: cleanup permissions of device files in common hotplug rules (#9211) | Jo-Philipp Wich | 2011-05-03 | 1 | -6/+15 |
| | | | | SVN-Revision: 26808 | ||||
* | hotplug2: introduce tty subsystem events (#9211) | Jo-Philipp Wich | 2011-05-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26807 | ||||
* | firewall: revert accidential committed changes from r26805 | Jo-Philipp Wich | 2011-05-02 | 1 | -39/+11 |
| | | | | SVN-Revision: 26806 | ||||
* | firewall: provide examples of ssh port relocation on firewall and IPsec ↵ | Jo-Philipp Wich | 2011-05-02 | 2 | -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 | ||||
* | brcm47xx: add fallback sprom for pci devices without an own sprom. | Hauke Mehrtens | 2011-05-01 | 2 | -36/+30 |
| | | | | | | | | | | | | | 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 measurements | Felix Fietkau | 2011-05-01 | 1 | -0/+88 |
| | | | | SVN-Revision: 26798 | ||||
* | mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵ | Felix Fietkau | 2011-05-01 | 1 | -0/+46 |
| | | | | | | to fix connection hangs on some devices SVN-Revision: 26795 | ||||
* | exclude pktgen for uml target | Florian Fainelli | 2011-04-29 | 1 | -0/+1 |
| | | | | SVN-Revision: 26781 | ||||
* | relayd: map "ipaddr" option to local ip (-L) | Jo-Philipp Wich | 2011-04-27 | 1 | -0/+4 |
| | | | | SVN-Revision: 26773 | ||||
* | madwifi: Fix compilation for 2.6.39 | Felix Fietkau | 2011-04-26 | 1 | -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 | ||||
* | mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵ | Felix Fietkau | 2011-04-26 | 1 | -0/+195 |
| | | | | | | earlier SVN-Revision: 26768 | ||||
* | mac80211: broadcast the country IE by default if the country code is ↵ | Felix Fietkau | 2011-04-26 | 1 | -0/+5 |
| | | | | | | configured (#9308) SVN-Revision: 26765 | ||||
* | wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes ↵ | Felix Fietkau | 2011-04-26 | 2 | -0/+4 |
| | | | | | | #9299) SVN-Revision: 26764 | ||||
* | mac80211: replace the regd revert patch with a proper fix, add some more ↵ | Felix Fietkau | 2011-04-26 | 2 | -63/+567 |
| | | | | | | pending patches SVN-Revision: 26761 | ||||
* | ath9k: remove the signal strength fix, it causes a lot of confusion and ↵ | Felix Fietkau | 2011-04-25 | 1 | -27/+0 |
| | | | | | | seems to be just as inaccurate as the original version of the code SVN-Revision: 26753 | ||||
* | cfg80211: revert upstream regdomain handling breakage | Felix Fietkau | 2011-04-25 | 2 | -2/+65 |
| | | | | SVN-Revision: 26752 | ||||
* | hostapd: fix a few compile errors and warnings | Felix Fietkau | 2011-04-24 | 6 | -23/+46 |
| | | | | SVN-Revision: 26751 | ||||
* | mac80211: do rate control updates when the HT configuration changes on an ↵ | Felix Fietkau | 2011-04-23 | 1 | -0/+35 |
| | | | | | | interface SVN-Revision: 26750 | ||||
* | hostapd: update to 2011-04-21 | Felix Fietkau | 2011-04-23 | 11 | -34/+216 |
| | | | | SVN-Revision: 26749 | ||||
* | mac80211: remove unneeded patch | Hauke Mehrtens | 2011-04-21 | 1 | -14/+0 |
| | | | | | | This was fixed upstream SVN-Revision: 26745 | ||||
* | mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵ | Felix Fietkau | 2011-04-20 | 55 | -2349/+65 |
| | | | | | | related fixes for ath9k SVN-Revision: 26744 | ||||
* | ppp: extend the r26742 change to ip-down too | Jo-Philipp Wich | 2011-04-20 | 1 | -4/+7 |
| | | | | SVN-Revision: 26743 | ||||
* | ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275) | Jo-Philipp Wich | 2011-04-20 | 2 | -3/+10 |
| | | | | SVN-Revision: 26742 | ||||
* | firewall: prevent excessive uci state data aggregation (#9152) | Jo-Philipp Wich | 2011-04-20 | 2 | -1/+3 |
| | | | | SVN-Revision: 26740 | ||||
* | busybox: refresh patches | Felix Fietkau | 2011-04-20 | 20 | -69/+56 |
| | | | | SVN-Revision: 26738 | ||||
* | busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵ | Felix Fietkau | 2011-04-20 | 1 | -14/+8 |
| | | | | | | Fuessl) SVN-Revision: 26737 | ||||
* | mac80211: b43: Expose N-PHY support | Hauke Mehrtens | 2011-04-19 | 1 | -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 fallback | Hauke Mehrtens | 2011-04-19 | 2 | -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 option | Hauke Mehrtens | 2011-04-19 | 1 | -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.27 | Hauke Mehrtens | 2011-04-19 | 2 | -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 Fietkau | 2011-04-19 | 1 | -0/+29 |
| | | | | SVN-Revision: 26724 | ||||
* | mac80211: re-enable beacon channel hints | Felix Fietkau | 2011-04-19 | 1 | -9/+0 |
| | | | | SVN-Revision: 26723 | ||||
* | base-files: fix stale space in eglibc library install section (#9270) | Jo-Philipp Wich | 2011-04-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 26720 | ||||
* | librpc: update to a newer version to fix issues with __set_errno | Felix Fietkau | 2011-04-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 26716 | ||||
* | ath9k: assign a keycache slot per station for unencrypted links to fix ↵ | Felix Fietkau | 2011-04-17 | 1 | -0/+119 |
| | | | | | | powersave frame filtering SVN-Revision: 26712 | ||||
* | ath9k: add a patch to show excessive retry counts for single MPDUs | Felix Fietkau | 2011-04-17 | 1 | -0/+32 |
| | | | | SVN-Revision: 26711 | ||||
* | mac80211: fix the config define for iwl3945 | Felix Fietkau | 2011-04-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 26697 |