Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | owipcalc: remove binary | Jo-Philipp Wich | 2012-07-19 | 1 | -0/+0 | |
| | | | | SVN-Revision: 32779 | |||||
* | add owipcalc - a small ipv4 & ipv6 calculation utility | Jo-Philipp Wich | 2012-07-19 | 3 | -0/+803 | |
| | | | | SVN-Revision: 32778 | |||||
* | Increase iwlist buffer size | Hamish Guthrie | 2012-07-19 | 2 | -1/+47 | |
| | | | | SVN-Revision: 32777 | |||||
* | kernel/modules: dont only change loading order on IPSEC*-m, propagate this ↵ | Luka Perkov | 2012-07-17 | 1 | -6/+6 | |
| | | | | | | to documentation too SVN-Revision: 32775 | |||||
* | uboot-envtools: add support for alfa ap96 | Luka Perkov | 2012-07-17 | 1 | -0/+1 | |
| | | | | SVN-Revision: 32774 | |||||
* | kernel/modules: fix ipcomp6 load order | Vasilis Tsiligiannis | 2012-07-17 | 1 | -1/+1 | |
| | | | | | | | | | ipcomp6 depends on xfrm6_tunnel, load order changed accordingly. Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32773 | |||||
* | toolchain: fix libgcc and libgfortran packages for avr32 and coldfire | Jo-Philipp Wich | 2012-07-17 | 1 | -2/+2 | |
| | | | | SVN-Revision: 32772 | |||||
* | dnsmasq: Bump to 2.62, add DHCPv6 variant | Vasilis Tsiligiannis | 2012-07-17 | 2 | -17/+33 | |
| | | | | SVN-Revision: 32764 | |||||
* | mac80211: update to latest wireless-testing + some monitor mode fixes and ↵ | Felix Fietkau | 2012-07-16 | 39 | -3507/+2503 | |
| | | | | | | some libertas driver fixes SVN-Revision: 32760 | |||||
* | uboot-envtools: add kirkwood board support | Luka Perkov | 2012-07-16 | 2 | -0/+29 | |
| | | | | SVN-Revision: 32756 | |||||
* | uboot-ar71xx: fix compile on recent mac os x versions | Felix Fietkau | 2012-07-16 | 1 | -0/+21 | |
| | | | | SVN-Revision: 32750 | |||||
* | usbreset: improve usability - add device list in usage screen - support ↵ | Jo-Philipp Wich | 2012-07-16 | 2 | -21/+198 | |
| | | | | | | resetting by bus/device number, by produc:vendor id or by device name SVN-Revision: 32741 | |||||
* | ath5k: fix txop calculation similar to what was done in ath9k | Felix Fietkau | 2012-07-15 | 1 | -0/+11 | |
| | | | | SVN-Revision: 32735 | |||||
* | ath9k: fix an uninitialized variable warning | Felix Fietkau | 2012-07-15 | 1 | -8/+21 | |
| | | | | SVN-Revision: 32734 | |||||
* | kernel: add Marvell SoC built-in RTC to modules | Luka Perkov | 2012-07-15 | 1 | -0/+17 | |
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32732 | |||||
* | toolchain: Fix typo in libssp config | Vasilis Tsiligiannis | 2012-07-15 | 1 | -1/+1 | |
| | | | | SVN-Revision: 32723 | |||||
* | uboot-kirkwood: update to 2012.04.01 | Luka Perkov | 2012-07-14 | 21 | -1249/+1718 | |
| | | | | | | | | | | | | | | | | | | | | iConnect board tested by: Tim Fletcher <tim@night-shade.org.uk> Wojciech Dubowik <wojciech.dubowik@neratec.com> DockStar board tested by: Martin Mueller <mm@sig21.net> RaidSonic ICY BOX NAS6210 board tested by: Luka Perkov <uboot@lukaperkov.net> SheevaPlug was not tested but support for SheevaPlug is taken from upstream uboot and it is not reported to be broken there. SVN-Revision: 32717 | |||||
* | package: kernel: estetic fix | Luka Perkov | 2012-07-14 | 1 | -2/+2 | |
| | | | | SVN-Revision: 32714 | |||||
* | kernel: enable kernel support for ALSA midi | Vasilis Tsiligiannis | 2012-07-14 | 1 | -1/+18 | |
| | | | | | | | | | | | | | | Here is a newer version of the patch: Enable the real ALSA midi interface (seq) in the kernel. The existing rawmidi interface is still present. This allows for the alsa midi utilities to work. Signed-off-by: Adam Goode <adam@spicenitz.org> [b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko] Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 32712 | |||||
* | base-files: Modernize hotplug2 rules (#11368) | Vasilis Tsiligiannis | 2012-07-14 | 1 | -29/+11 | |
| | | | | SVN-Revision: 32711 | |||||
* | ath9k: add extra checks to reduce the amount of unnecessary rx dma related ↵ | Felix Fietkau | 2012-07-14 | 1 | -0/+15 | |
| | | | | | | logspam SVN-Revision: 32709 | |||||
* | ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock | Felix Fietkau | 2012-07-13 | 1 | -0/+13 | |
| | | | | SVN-Revision: 32705 | |||||
* | uhttpd: various changes | Jo-Philipp Wich | 2012-07-13 | 8 | -140/+127 | |
| | | | | | | | | | - remove unused variables - simply ignore command line args which belong to not enabled features - resolve peer address at accept() time, should solve (#11850) - remove floating point operations where possible SVN-Revision: 32704 | |||||
* | netifd: update to latest version, fixes wlan network state getting stuck on ↵ | Felix Fietkau | 2012-07-12 | 1 | -2/+2 | |
| | | | | | | wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen SVN-Revision: 32689 | |||||
* | librpc: fix rpc/netdb.h compatibility issues, fixes curl compile error with ↵ | Felix Fietkau | 2012-07-12 | 1 | -0/+11 | |
| | | | | | | eglibc SVN-Revision: 32686 | |||||
* | ath9k: fix selecting the second antenna on a single-stream device with diversity | Felix Fietkau | 2012-07-12 | 1 | -1/+1 | |
| | | | | SVN-Revision: 32685 | |||||
* | mac80211: fix an ap + sta mode regression that prevented the sta from ↵ | Felix Fietkau | 2012-07-12 | 1 | -0/+21 | |
| | | | | | | connecting (#11847) SVN-Revision: 32684 | |||||
* | openssl: enable the use of cryptodev digests | Luka Perkov | 2012-07-11 | 3 | -7/+15 | |
| | | | | SVN-Revision: 32673 | |||||
* | mac80211: update brcmsmac patches | Hauke Mehrtens | 2012-07-11 | 13 | -760/+1213 | |
| | | | | SVN-Revision: 32671 | |||||
* | ath9k: add a number of ar93xx eeprom related fixes / enhancements | Felix Fietkau | 2012-07-11 | 4 | -0/+513 | |
| | | | | SVN-Revision: 32669 | |||||
* | ath9k: add missing part of the aggregation duration fix | Felix Fietkau | 2012-07-11 | 1 | -0/+10 | |
| | | | | SVN-Revision: 32668 | |||||
* | mac80211: fix patch order (#11839, #11842) | Jo-Philipp Wich | 2012-07-11 | 2 | -0/+0 | |
| | | | | SVN-Revision: 32664 | |||||
* | uhttpd: retry parsing the CGI header until the buffer space is exhausted | Jo-Philipp Wich | 2012-07-11 | 4 | -11/+23 | |
| | | | | SVN-Revision: 32662 | |||||
* | ath9k: fix some bugs related to txop limit handling and aggregation | Felix Fietkau | 2012-07-11 | 2 | -0/+147 | |
| | | | | SVN-Revision: 32658 | |||||
* | ath9k: disable hardware full sleep with active client mode interface until ↵ | Felix Fietkau | 2012-07-10 | 1 | -0/+20 | |
| | | | | | | mac80211 IEEE80211_CONF_IDLE support has been fixed SVN-Revision: 32657 | |||||
* | ath9k: clean up / fix some initval related code | Felix Fietkau | 2012-07-10 | 1 | -0/+1169 | |
| | | | | SVN-Revision: 32656 | |||||
* | mac80211: update to latest version, fix tx gain patch | Felix Fietkau | 2012-07-10 | 78 | -8267/+1835 | |
| | | | | SVN-Revision: 32655 | |||||
* | libubox: update to latest version, fixes timer/process deletion on uloop_done() | Felix Fietkau | 2012-07-09 | 1 | -3/+3 | |
| | | | | SVN-Revision: 32654 | |||||
* | firewall: also set up nat reflection rules for redirects with proto all ↵ | Jo-Philipp Wich | 2012-07-09 | 2 | -2/+3 | |
| | | | | | | and/or no src_dport set SVN-Revision: 32652 | |||||
* | uhttpd: various fixes | Jo-Philipp Wich | 2012-07-09 | 9 | -142/+153 | |
| | | | | | | | | | - avoid closing descriptors before removing them from uloop (#11755, #11830) - do not auto-initialize ubus if no prefix is set (#11832) - remove extraneous client context pointer from cgi and lua states - code cleanups and debug message changes SVN-Revision: 32651 | |||||
* | ath9k: fix the ar9340 tx gain patch | Felix Fietkau | 2012-07-07 | 1 | -2/+11 | |
| | | | | SVN-Revision: 32647 | |||||
* | ath9k: fix tx gain tables for ar934x | Felix Fietkau | 2012-07-07 | 1 | -0/+20 | |
| | | | | SVN-Revision: 32646 | |||||
* | libubox: bump to latest git head - uloop: prevent callback invocation for ↵ | Jo-Philipp Wich | 2012-07-07 | 1 | -3/+3 | |
| | | | | | | already removed descriptors - uloop: handle EPOLLHUP - blob, blobmsg: various changes SVN-Revision: 32645 | |||||
* | uhttpd: do not dispatch pipe error events, fixes use after free for cgi and ↵ | Jo-Philipp Wich | 2012-07-07 | 1 | -2/+6 | |
| | | | | | | lua scripts SVN-Revision: 32644 | |||||
* | uhttpd: do not subscribe to epoll write events Watch child read pipe end for ↵ | Jo-Philipp Wich | 2012-07-06 | 6 | -4/+27 | |
| | | | | | | data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices. SVN-Revision: 32640 | |||||
* | uboot-envtools: OM2P LC support | Gabor Juhos | 2012-07-06 | 1 | -1/+2 | |
| | | | | | | Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32636 | |||||
* | iwinfo: properly deal with channels 7..12 on 5GHz | Jo-Philipp Wich | 2012-07-06 | 2 | -17/+20 | |
| | | | | SVN-Revision: 32634 | |||||
* | iwinfo: find channel & frequency via nl80211 or hostapd instead of wext | Jo-Philipp Wich | 2012-07-06 | 2 | -13/+60 | |
| | | | | SVN-Revision: 32630 | |||||
* | netifd: update to latest version, fixes various issues related to interface ↵ | Felix Fietkau | 2012-07-05 | 1 | -2/+2 | |
| | | | | | | alias handling, improves handling of wifi interfaces in /etc/config/network SVN-Revision: 32625 | |||||
* | package/dnsmasq: allow /etc/config/dhcp to specify --address arguments | Jo-Philipp Wich | 2012-07-05 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | Add a config list to the 'config dnsmasq' section to specify fixed DNS addresses. For example: config dnsmasq: [snip] list address '/example.com/192.168.0.1' will result in the argument '-A /example.com/192.168.0.1' to the dnsmasq options. This configures dnsmasq to return the specified IP for any queries to '*.example.com' names. Useful for overriding lookups to a range of DNS names. [jow: "append args" -> "xappend", "-A" -> "--address"] Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 32624 |