Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adds patch to make Tantos (psb6970) switch buildable again | John Crispin | 2012-05-30 | 3 | -0/+26 |
| | | | | SVN-Revision: 32006 | ||||
* | uhttpd: fix wrongly applied sizeof() leading to writing beyound end of ↵ | Jo-Philipp Wich | 2012-05-30 | 2 | -3/+3 |
| | | | | | | buffer and subsequent data corruption (#11557) SVN-Revision: 32005 | ||||
* | bcm63xx: build images for 6328 reference boards with various flash sizes | Jonas Gorski | 2012-05-30 | 11 | -28/+232 |
| | | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues SVN-Revision: 32004 | ||||
* | bcm63xx: readd accidentially dropped network config for SPW303V | Jonas Gorski | 2012-05-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 32003 | ||||
* | mac80211: update to wireless-testing 2012-05-29 | Felix Fietkau | 2012-05-30 | 56 | -6181/+176 |
| | | | | SVN-Revision: 32002 | ||||
* | kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependencies | Felix Fietkau | 2012-05-29 | 1 | -3/+13 |
| | | | | SVN-Revision: 32001 | ||||
* | generic: ar8216: add revision specific PHY fixups for AR8327 | Gabor Juhos | 2012-05-29 | 2 | -8/+41 |
| | | | | SVN-Revision: 32000 | ||||
* | generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv | Gabor Juhos | 2012-05-29 | 2 | -31/+25 |
| | | | | SVN-Revision: 31999 | ||||
* | generic: ar8216: add chip_is_ar8{216,236,316,327} helpers | Gabor Juhos | 2012-05-29 | 1 | -8/+28 |
| | | | | SVN-Revision: 31998 | ||||
* | ar71xx: add default LED setup for the DB120 board | Gabor Juhos | 2012-05-29 | 1 | -0/+5 |
| | | | | SVN-Revision: 31997 | ||||
* | cns21xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 2 | -42/+21 |
| | | | | SVN-Revision: 31996 | ||||
* | lantiq: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -99/+26 |
| | | | | SVN-Revision: 31995 | ||||
* | kirkwood: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -38/+4 |
| | | | | SVN-Revision: 31994 | ||||
* | ramips: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -41/+8 |
| | | | | SVN-Revision: 31993 | ||||
* | ar71xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | 1 | -152/+60 |
| | | | | SVN-Revision: 31992 | ||||
* | base-files: add LED specific functions to /lib/functions/uci-defaults | Gabor Juhos | 2012-05-29 | 1 | -0/+98 |
| | | | | SVN-Revision: 31991 | ||||
* | kirkwood: use uci-defaults to configure different boards | Gabor Juhos | 2012-05-29 | 6 | -30/+107 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31990 | ||||
* | ramips: WAN LED for D-Link DIR-300-B1 | Gabor Juhos | 2012-05-29 | 2 | -0/+38 |
| | | | | | | | | | | | | | | | | | | Add led devices for D-Link DIR-300-B1 WAN LED. Note that the GPIO state is also ANDed with the esw switch port 4 LED state, which is why I've set the amber LED to default-on. Closes: https://dev.openwrt.org/ticket/11326 Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> [ juhosg: - fix comment style in mach-dir-300-revb.c, - remove the PPP specific LED setup, not everyone uses a PPP connection on the WAN interface] SVN-Revision: 31989 | ||||
* | netifd: remove obsolete config variable dependency | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31988 | ||||
* | pptp: remove old network scripts | Felix Fietkau | 2012-05-29 | 2 | -73/+3 |
| | | | | SVN-Revision: 31985 | ||||
* | ppp: remove old network scripts | Felix Fietkau | 2012-05-29 | 9 | -363/+6 |
| | | | | SVN-Revision: 31984 | ||||
* | 6to4: remove old network scripts | Felix Fietkau | 2012-05-29 | 3 | -324/+2 |
| | | | | SVN-Revision: 31983 | ||||
* | comgt: remove old network scripts | Felix Fietkau | 2012-05-29 | 8 | -238/+3 |
| | | | | SVN-Revision: 31982 | ||||
* | 6in4: remove old network scripts | Felix Fietkau | 2012-05-29 | 3 | -185/+2 |
| | | | | SVN-Revision: 31981 | ||||
* | base-files: remove base-files-network, netifd is the only supported option now | Felix Fietkau | 2012-05-29 | 10 | -1049/+1 |
| | | | | SVN-Revision: 31980 | ||||
* | ppp: fix local ip in status info (fixes #11551) | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31979 | ||||
* | base-files: add network_is_up() | Jo-Philipp Wich | 2012-05-29 | 1 | -0/+6 |
| | | | | SVN-Revision: 31978 | ||||
* | libubox: update to 2012-05-29 | Jo-Philipp Wich | 2012-05-29 | 1 | -2/+2 |
| | | | | SVN-Revision: 31962 | ||||
* | base-files: let network_get_device() return the l3 interface, introduce ↵ | Jo-Philipp Wich | 2012-05-29 | 1 | -4/+6 |
| | | | | | | network_get_physdev() to obtain the underlying iface (if applicable) SVN-Revision: 31960 | ||||
* | ar71xx: do not override the mdio clock for ar9330. the override value ↵ | Felix Fietkau | 2012-05-28 | 1 | -2/+0 |
| | | | | | | (obtained from an atheros driver) seems to break ethernet functionality SVN-Revision: 31956 | ||||
* | mac80211: use built-in regulatory database instead of crda to avoid various ↵ | Felix Fietkau | 2012-05-28 | 2 | -1/+701 |
| | | | | | | race conditions SVN-Revision: 31954 | ||||
* | netifd: call /sbin/wifi up on /etc/init.d/network reload | Felix Fietkau | 2012-05-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 31941 | ||||
* | base-files: add network_get_device() to network.sh | Jo-Philipp Wich | 2012-05-28 | 1 | -0/+15 |
| | | | | SVN-Revision: 31937 | ||||
* | firewall: fix nat reflection after netifd status format change - use ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -48/+10 |
| | | | | | | /lib/functions/network.sh - simplify nat reflection code SVN-Revision: 31936 | ||||
* | base-files: introduce /lib/functions/network.sh This file will contain ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -1/+42 |
| | | | | | | common procedures to deal with network interfaces. Initially provides network_get_ipaddr(), network_get_ipaddr6(), network_get_subnet() and network_get_subnet6() to determine the primary IP addresses or subnets of a given logical interface. SVN-Revision: 31935 | ||||
* | ar71xx: improve rx performance of the ethernet driver by using build_skb to ↵ | Felix Fietkau | 2012-05-28 | 2 | -41/+49 |
| | | | | | | deliver a cache-hot skb to the network stack SVN-Revision: 31934 | ||||
* | libubox: update to 2012-05-26 | Felix Fietkau | 2012-05-28 | 1 | -3/+2 |
| | | | | SVN-Revision: 31933 | ||||
* | iwinfo: assume that no tx power information is available if nl80211 returns ↵ | Jo-Philipp Wich | 2012-05-28 | 2 | -3/+6 |
| | | | | | | 0 dBm maximum SVN-Revision: 31932 | ||||
* | uhttpd: - rewrite large parts of the server, use uloop event driven ↵ | Jo-Philipp Wich | 2012-05-28 | 18 | -1323/+2567 |
| | | | | | | structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision SVN-Revision: 31931 | ||||
* | ar71xx: fix MII clock settings for various chips, improves ethernet ↵ | Felix Fietkau | 2012-05-27 | 4 | -5/+30 |
| | | | | | | stability on AR934x SVN-Revision: 31925 | ||||
* | kernel: fix suppressing -s for linking modules when profiling is enabled | Felix Fietkau | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31924 | ||||
* | ar71xx: fix TL-WR1041 image size | Gabor Juhos | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31923 | ||||
* | ramips: rt3883: add device registration code for the SPI controller | Gabor Juhos | 2012-05-27 | 2 | -0/+26 |
| | | | | SVN-Revision: 31922 | ||||
* | ramips: allow to use the SPI driver on RT3662/RT3883 | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31921 | ||||
* | ramips: rt3883: fix GPIO reservation for the SPI pins | Gabor Juhos | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31920 | ||||
* | ramips: rt305x: remove superfluous controller_data assignment | Gabor Juhos | 2012-05-27 | 1 | -1/+0 |
| | | | | SVN-Revision: 31919 | ||||
* | ramips: make rt2x00 firmware extraction quiet | Gabor Juhos | 2012-05-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 31918 | ||||
* | generic: rtl8367: rename a misnamed variable | Gabor Juhos | 2012-05-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 31917 | ||||
* | generic: rtl8366_smi: remove duplicated spinlock initialization | Gabor Juhos | 2012-05-27 | 1 | -2/+0 |
| | | | | SVN-Revision: 31916 | ||||
* | generic: rtl8366_smi: rename debugfs Kconfig symbol | Gabor Juhos | 2012-05-27 | 5 | -17/+16 |
| | | | | SVN-Revision: 31915 |