| Commit message (Expand) | Author | Age | Files | Lines |
* | bcm63xx: add support for DSL-274XB rev F1 | Jonas Gorski | 2012-05-27 | 8 | -6/+146 |
* | bcm63xx: fix port state after network down | Jonas Gorski | 2012-05-27 | 1 | -0/+28 |
* | bcm63xx: add a fixup for ath9k devices | Jonas Gorski | 2012-05-27 | 23 | -63/+1447 |
* | bcm63xx: add support for the HSSPI controller | Jonas Gorski | 2012-05-27 | 33 | -55/+1241 |
* | bcm63xx: add preliminary support for bcm6328 | Jonas Gorski | 2012-05-27 | 21 | -18/+1364 |
* | bcm63xx: add flash type detection | Jonas Gorski | 2012-05-27 | 32 | -80/+414 |
* | bcm63xx: pad Speedport W303 V images to 4 MiB | Jonas Gorski | 2012-05-27 | 1 | -1/+1 |
* | tools: imagetag: add parameter for padding images | Jonas Gorski | 2012-05-27 | 4 | -2/+64 |
* | bcm63xx: add a default switch configuration for DSL-274XB | Jonas Gorski | 2012-05-27 | 1 | -1/+6 |
* | bcm63xx: setup network config through uci-defaults | Jonas Gorski | 2012-05-27 | 11 | -159/+42 |
* | bcm63xx: move the board name workaround to /lib/brcm63xx.sh | Jonas Gorski | 2012-05-27 | 2 | -8/+8 |
* | bcm63xx: use the exact board id as board identification string | Jonas Gorski | 2012-05-27 | 2 | -14/+17 |
* | kernel: remove a few more obsolete CompareKernelPatchVer calls, add dependenc... | Felix Fietkau | 2012-05-27 | 7 | -169/+46 |
* | netifd: fix "Command failed: Not found" error with dhcp | Felix Fietkau | 2012-05-26 | 1 | -1/+2 |
* | mac80211: backport a fix for single-queue drivers (fixes #11534) | Felix Fietkau | 2012-05-26 | 2 | -5/+17 |
* | ncurses: libncursesw should not depend on libncurses | Felix Fietkau | 2012-05-26 | 1 | -1/+0 |
* | ppp: add back ip-{up,down}.d support for now | Felix Fietkau | 2012-05-26 | 2 | -0/+13 |
* | mac80211: get rid of duplicate iw reg set command (thx, stintel) | Felix Fietkau | 2012-05-26 | 1 | -1/+0 |
* | netifd: update to latest version, fixes an endian issue in broadcast address ... | Felix Fietkau | 2012-05-25 | 1 | -2/+2 |
* | netifd: update to latest version, fixes overriding the mac address for bridge... | Felix Fietkau | 2012-05-24 | 1 | -2/+2 |
* | kernel: fix a warning in the connmark module | Felix Fietkau | 2012-05-24 | 1 | -1/+1 |
* | netifd: bring up wifi at boot | Felix Fietkau | 2012-05-24 | 1 | -1/+2 |
* | util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. ... | Jo-Philipp Wich | 2012-05-24 | 1 | -0/+2 |
* | base-files: kill ubusd and udhcpc on sysupgrade as well | Felix Fietkau | 2012-05-23 | 1 | -1/+1 |
* | base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade | Felix Fietkau | 2012-05-23 | 1 | -1/+1 |
* | netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold /et... | Felix Fietkau | 2012-05-23 | 3 | -66/+84 |
* | netifd: port r27720 (#9763) to the netifd ifup variant | Jo-Philipp Wich | 2012-05-23 | 1 | -0/+18 |
* | kernel: update linux 3.3 to 3.3.7 | Gabor Juhos | 2012-05-23 | 34 | -49/+42 |
* | ar71xx: fix an insignificant typo | Gabor Juhos | 2012-05-23 | 2 | -2/+2 |
* | ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD | Gabor Juhos | 2012-05-23 | 1 | -0/+2 |
* | ar71xx: add support for TP-Link TL-MR3040 | Gabor Juhos | 2012-05-23 | 3 | -0/+20 |
* | ramips: Add byte queue limits support to net/ethernet/ramips_main.c | Gabor Juhos | 2012-05-23 | 1 | -0/+8 |
* | ramips: Enable sysupgrade for Sitecom WL-351 | Gabor Juhos | 2012-05-23 | 1 | -0/+1 |
* | package/base-files: copy /lib/functions.sh to the ramfs on sysupgrade | Gabor Juhos | 2012-05-23 | 1 | -1/+1 |
* | linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driver | Gabor Juhos | 2012-05-23 | 1 | -0/+10 |
* | netifd: update to latest version, adds interface alias support (#11518), and ... | Felix Fietkau | 2012-05-23 | 1 | -2/+2 |
* | lantiq: allow platforms with rt2x00 to override the mac address without overr... | Felix Fietkau | 2012-05-20 | 5 | -4/+70 |
* | kernel: fix kmod-sched-core build for kernels without codel | Felix Fietkau | 2012-05-20 | 1 | -1/+1 |
* | pppd: add noipdefault option to /etc/ppp/options (fixes #11499) | Felix Fietkau | 2012-05-20 | 1 | -0/+1 |
* | netifd: update to latest version, fixes dns server issues (#11501) | Felix Fietkau | 2012-05-20 | 1 | -2/+2 |
* | netifd: update to latest version, fixes peerdns handling, custom dns override... | Felix Fietkau | 2012-05-19 | 1 | -2/+2 |
* | kernel: fix packaging of act_connmark.ko (#11492) | Jo-Philipp Wich | 2012-05-19 | 1 | -0/+1 |
* | openssl: update to v1.0.1c (CVE-2012-2333) | Jo-Philipp Wich | 2012-05-19 | 3 | -12/+12 |
* | dnsmasq: bump package revision | Jo-Philipp Wich | 2012-05-19 | 1 | -1/+1 |
* | dnsmasq: allow forcing options | Jo-Philipp Wich | 2012-05-19 | 1 | -8/+25 |
* | dnsmasq: add support for set: and tag: pairs | Jo-Philipp Wich | 2012-05-19 | 1 | -2/+21 |
* | dnsmasq: fix parsing of mx record options (#11365) | Jo-Philipp Wich | 2012-05-19 | 1 | -1/+1 |
* | kernel: merge a net-next fq_codel backlog handling fix | Felix Fietkau | 2012-05-18 | 1 | -0/+133 |
* | netifd: update to latest version, fixes a crash on restart | Felix Fietkau | 2012-05-18 | 1 | -2/+2 |
* | ubus: update to latest version, fixes a socket race condition in the client l... | Felix Fietkau | 2012-05-18 | 1 | -3/+3 |