Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | bcm63xx: readd accidentially dropped network config for SPW303V | Jonas Gorski | 2012-05-30 | |
| | | | | SVN-Revision: 32003 | |||
* | mac80211: update to wireless-testing 2012-05-29 | Felix Fietkau | 2012-05-30 | |
| | | | | SVN-Revision: 32002 | |||
* | kernel: move esfq to kmod-sched-esfq, as it has extra netfilter dependencies | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 32001 | |||
* | generic: ar8216: add revision specific PHY fixups for AR8327 | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 32000 | |||
* | generic: ar8216: replace chip_type field with chip_{ver,rev} in ar8216_priv | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31999 | |||
* | generic: ar8216: add chip_is_ar8{216,236,316,327} helpers | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31998 | |||
* | ar71xx: add default LED setup for the DB120 board | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31997 | |||
* | cns21xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31996 | |||
* | lantiq: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31995 | |||
* | kirkwood: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31994 | |||
* | ramips: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31993 | |||
* | ar71xx: use the generic uci-default functions for initial LED setup | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31992 | |||
* | base-files: add LED specific functions to /lib/functions/uci-defaults | Gabor Juhos | 2012-05-29 | |
| | | | | SVN-Revision: 31991 | |||
* | kirkwood: use uci-defaults to configure different boards | Gabor Juhos | 2012-05-29 | |
| | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | 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 | |
| | | | | SVN-Revision: 31988 | |||
* | pptp: remove old network scripts | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31985 | |||
* | ppp: remove old network scripts | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31984 | |||
* | 6to4: remove old network scripts | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31983 | |||
* | comgt: remove old network scripts | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31982 | |||
* | 6in4: remove old network scripts | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31981 | |||
* | base-files: remove base-files-network, netifd is the only supported option now | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31980 | |||
* | ppp: fix local ip in status info (fixes #11551) | Felix Fietkau | 2012-05-29 | |
| | | | | SVN-Revision: 31979 | |||
* | base-files: add network_is_up() | Jo-Philipp Wich | 2012-05-29 | |
| | | | | SVN-Revision: 31978 | |||
* | libubox: update to 2012-05-29 | Jo-Philipp Wich | 2012-05-29 | |
| | | | | SVN-Revision: 31962 | |||
* | base-files: let network_get_device() return the l3 interface, introduce ↵ | Jo-Philipp Wich | 2012-05-29 | |
| | | | | | | 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 | |
| | | | | | | (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 | |
| | | | | | | race conditions SVN-Revision: 31954 | |||
* | netifd: call /sbin/wifi up on /etc/init.d/network reload | Felix Fietkau | 2012-05-28 | |
| | | | | SVN-Revision: 31941 | |||
* | base-files: add network_get_device() to network.sh | Jo-Philipp Wich | 2012-05-28 | |
| | | | | SVN-Revision: 31937 | |||
* | firewall: fix nat reflection after netifd status format change - use ↵ | Jo-Philipp Wich | 2012-05-28 | |
| | | | | | | /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 | |
| | | | | | | 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 | |
| | | | | | | deliver a cache-hot skb to the network stack SVN-Revision: 31934 | |||
* | libubox: update to 2012-05-26 | Felix Fietkau | 2012-05-28 | |
| | | | | SVN-Revision: 31933 | |||
* | iwinfo: assume that no tx power information is available if nl80211 returns ↵ | Jo-Philipp Wich | 2012-05-28 | |
| | | | | | | 0 dBm maximum SVN-Revision: 31932 | |||
* | uhttpd: - rewrite large parts of the server, use uloop event driven ↵ | Jo-Philipp Wich | 2012-05-28 | |
| | | | | | | 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 | |
| | | | | | | stability on AR934x SVN-Revision: 31925 | |||
* | kernel: fix suppressing -s for linking modules when profiling is enabled | Felix Fietkau | 2012-05-27 | |
| | | | | SVN-Revision: 31924 | |||
* | ar71xx: fix TL-WR1041 image size | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31923 | |||
* | ramips: rt3883: add device registration code for the SPI controller | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31922 | |||
* | ramips: allow to use the SPI driver on RT3662/RT3883 | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31921 | |||
* | ramips: rt3883: fix GPIO reservation for the SPI pins | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31920 | |||
* | ramips: rt305x: remove superfluous controller_data assignment | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31919 | |||
* | ramips: make rt2x00 firmware extraction quiet | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31918 | |||
* | generic: rtl8367: rename a misnamed variable | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31917 | |||
* | generic: rtl8366_smi: remove duplicated spinlock initialization | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31916 | |||
* | generic: rtl8366_smi: rename debugfs Kconfig symbol | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31915 | |||
* | generic: rtl8367: allow to use VLANs > 31 | Gabor Juhos | 2012-05-27 | |
| | | | | SVN-Revision: 31914 | |||
* | move files-3.3 -> files | John Crispin | 2012-05-27 | |
| | | | | SVN-Revision: 31912 | |||
* | 3.2 R.I.P. | John Crispin | 2012-05-27 | |
| | | | | SVN-Revision: 31911 |