Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: get rid of duplicate iw reg set command (thx, stintel) | Felix Fietkau | 2012-05-26 | 1 | -1/+0 |
| | | | | SVN-Revision: 31859 | ||||
* | netifd: update to latest version, fixes an endian issue in broadcast address ↵ | Felix Fietkau | 2012-05-25 | 1 | -2/+2 |
| | | | | | | handling SVN-Revision: 31858 | ||||
* | netifd: update to latest version, fixes overriding the mac address for ↵ | Felix Fietkau | 2012-05-24 | 1 | -2/+2 |
| | | | | | | bridge interfaces (#11526) SVN-Revision: 31857 | ||||
* | kernel: fix a warning in the connmark module | Felix Fietkau | 2012-05-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 31856 | ||||
* | netifd: bring up wifi at boot | Felix Fietkau | 2012-05-24 | 1 | -1/+2 |
| | | | | SVN-Revision: 31855 | ||||
* | util-linux: compile with -fPIC, some users of its libuuid.a require it, e.g. ↵ | Jo-Philipp Wich | 2012-05-24 | 1 | -0/+2 |
| | | | | | | cryptsetup (#11508) SVN-Revision: 31854 | ||||
* | base-files: kill ubusd and udhcpc on sysupgrade as well | Felix Fietkau | 2012-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 31852 | ||||
* | base-files: allow sysupgrade to kill netifd, fixes pppd shutdown on upgrade | Felix Fietkau | 2012-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 31851 | ||||
* | netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold ↵ | Felix Fietkau | 2012-05-23 | 3 | -66/+84 |
| | | | | | | /etc/init.d/netifd into /etc/init.d/network SVN-Revision: 31850 | ||||
* | netifd: port r27720 (#9763) to the netifd ifup variant | Jo-Philipp Wich | 2012-05-23 | 1 | -0/+18 |
| | | | | SVN-Revision: 31849 | ||||
* | kernel: update linux 3.3 to 3.3.7 | Gabor Juhos | 2012-05-23 | 34 | -49/+42 |
| | | | | SVN-Revision: 31848 | ||||
* | ar71xx: fix an insignificant typo | Gabor Juhos | 2012-05-23 | 2 | -2/+2 |
| | | | | | | Patch from #11485. SVN-Revision: 31847 | ||||
* | ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD | Gabor Juhos | 2012-05-23 | 1 | -0/+2 |
| | | | | | | Patch by Kamil Trzciński <ayufan@osk-net.pl> SVN-Revision: 31846 | ||||
* | ar71xx: add support for TP-Link TL-MR3040 | Gabor Juhos | 2012-05-23 | 3 | -0/+20 |
| | | | | | | | | | Support for TP-Link TL-MR3040. Power LED not working - always on red, after start should be green. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 31845 | ||||
* | ramips: Add byte queue limits support to net/ethernet/ramips_main.c | Gabor Juhos | 2012-05-23 | 1 | -0/+8 |
| | | | | | | | | | | | | | | Add byte queue limits support to net/ethernet/ramips_main.c "Byte queue limits are a mechanism to limit the size of the transmit hardware queue on a NIC by number of bytes. The goal of these byte limits is too reduce latency (HOL blocking) caused by excessive queuing in hardware (aka buffer bloat) without sacrificing throughput." Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31844 | ||||
* | ramips: Enable sysupgrade for Sitecom WL-351 | Gabor Juhos | 2012-05-23 | 1 | -0/+1 |
| | | | | | | | | | Sysupgrade works just fine on my Sitecom WL-351 after adding this oneliner. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31843 | ||||
* | package/base-files: copy /lib/functions.sh to the ramfs on sysupgrade | Gabor Juhos | 2012-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 31842 | ||||
* | linux/3.3: avoid recursive calling of mtd_writev in the block2mtd driver | Gabor Juhos | 2012-05-23 | 1 | -0/+10 |
| | | | | | | Should fix #11513. Tested with the x86/generic squashfs image within a VM. SVN-Revision: 31841 | ||||
* | netifd: update to latest version, adds interface alias support (#11518), and ↵ | Felix Fietkau | 2012-05-23 | 1 | -2/+2 |
| | | | | | | fixes network route drops on dhcp renew SVN-Revision: 31840 | ||||
* | lantiq: allow platforms with rt2x00 to override the mac address without ↵ | Felix Fietkau | 2012-05-20 | 5 | -4/+70 |
| | | | | | | overriding eeprom, fixes bogus wlan mac address on arv4520 SVN-Revision: 31835 | ||||
* | kernel: fix kmod-sched-core build for kernels without codel | Felix Fietkau | 2012-05-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 31834 | ||||
* | pppd: add noipdefault option to /etc/ppp/options (fixes #11499) | Felix Fietkau | 2012-05-20 | 1 | -0/+1 |
| | | | | SVN-Revision: 31831 | ||||
* | netifd: update to latest version, fixes dns server issues (#11501) | Felix Fietkau | 2012-05-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 31830 | ||||
* | netifd: update to latest version, fixes peerdns handling, custom dns ↵ | Felix Fietkau | 2012-05-19 | 1 | -2/+2 |
| | | | | | | override and interface metric settings SVN-Revision: 31822 | ||||
* | kernel: fix packaging of act_connmark.ko (#11492) | Jo-Philipp Wich | 2012-05-19 | 1 | -0/+1 |
| | | | | SVN-Revision: 31821 | ||||
* | openssl: update to v1.0.1c (CVE-2012-2333) | Jo-Philipp Wich | 2012-05-19 | 3 | -12/+12 |
| | | | | SVN-Revision: 31819 | ||||
* | dnsmasq: bump package revision | Jo-Philipp Wich | 2012-05-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 31817 | ||||
* | dnsmasq: allow forcing options | Jo-Philipp Wich | 2012-05-19 | 1 | -8/+25 |
| | | | | | | | | | | The option 'force' when set to '1' will transform a dhcp-option to dhcp-option-force instead in the config. This is useful for forcing options to be sent back to a client (even options it didn't ask for). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31816 | ||||
* | dnsmasq: add support for set: and tag: pairs | Jo-Philipp Wich | 2012-05-19 | 1 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options. For example: config host option name 'client' option mac '00:01:02:03:04:05' option ip '192.168.1.20' option tag 'acme' config tag acme option force '1' list dhcp_option 'option:router,192.168.1.253' list dhcp_option 'option:domain-name,acme.com' list dhcp_option 'option:domain-search,acme.com,redfish-solutions.com' which allows me to override the default router for my client's host, as well as its domain-name, and its domain-search. this causes the following config lines: dhcp-host=00:01:02:03:04:05,set:acme,192.168.1.20,client dhcp-option-force=tag:acme,option:router,192.168.1.253 dhcp-option-force=tag:acme,option:domain-name,acme.com dhcp-option-force=tag:acme,option:domain-search:acme.com,redfish-solutions.com This could be useful elsewhere, for instance, if you have an IP CCTV that you don't want to have a default-route, etc. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31815 | ||||
* | dnsmasq: fix parsing of mx record options (#11365) | Jo-Philipp Wich | 2012-05-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 31814 | ||||
* | kernel: merge a net-next fq_codel backlog handling fix | Felix Fietkau | 2012-05-18 | 1 | -0/+133 |
| | | | | SVN-Revision: 31813 | ||||
* | netifd: update to latest version, fixes a crash on restart | Felix Fietkau | 2012-05-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 31812 | ||||
* | ubus: update to latest version, fixes a socket race condition in the client ↵ | Felix Fietkau | 2012-05-18 | 1 | -3/+3 |
| | | | | | | library with uloop SVN-Revision: 31811 | ||||
* | omap24xx: add support for 3.3 | Gabor Juhos | 2012-05-18 | 25 | -0/+13517 |
| | | | | | | Compile tested only. SVN-Revision: 31810 | ||||
* | cns3xxx: add support for 3.3 | Gabor Juhos | 2012-05-18 | 17 | -0/+27541 |
| | | | | | | Compile tested only. SVN-Revision: 31809 | ||||
* | linux/2.6.39: R.I.P. | Gabor Juhos | 2012-05-18 | 131 | -71476/+0 |
| | | | | SVN-Revision: 31808 | ||||
* | cns3xxx: sync kernel config | Gabor Juhos | 2012-05-18 | 1 | -12/+22 |
| | | | | SVN-Revision: 31807 | ||||
* | cns3xxx: remove 2.6.39 support | Gabor Juhos | 2012-05-18 | 15 | -27379/+0 |
| | | | | SVN-Revision: 31806 | ||||
* | cns3xxx: switch to 3.1 | Gabor Juhos | 2012-05-18 | 1 | -1/+1 |
| | | | | | | Compile tested only. SVN-Revision: 31805 | ||||
* | x86: remove support for old kernels | Gabor Juhos | 2012-05-18 | 16 | -1916/+0 |
| | | | | SVN-Revision: 31804 | ||||
* | x86: remove subtarget specific LINUX_VERSION overrides | Gabor Juhos | 2012-05-18 | 10 | -11/+2 |
| | | | | SVN-Revision: 31803 | ||||
* | x86/ep80579: switch to 3.3 | Gabor Juhos | 2012-05-18 | 8 | -0/+633 |
| | | | | | | | Also fix build errors in the ep80579-drivers package. Compile tested only. SVN-Revision: 31802 | ||||
* | package/ep80579-drivers: refresh patches | Gabor Juhos | 2012-05-18 | 7 | -39/+35 |
| | | | | SVN-Revision: 31801 | ||||
* | kernel: add et131x from packages/ | Felix Fietkau | 2012-05-18 | 1 | -0/+18 |
| | | | | SVN-Revision: 31792 | ||||
* | kernel: split off act_connmark into a separate package to avoid cluttering ↵ | Felix Fietkau | 2012-05-18 | 2 | -5/+12 |
| | | | | | | kmod-sched with a netfilter dependency (fixes #11483) SVN-Revision: 31791 | ||||
* | brcm47xx: fix nvram read out on devices with serial flash | Hauke Mehrtens | 2012-05-18 | 5 | -31/+36 |
| | | | | | | detect nvram on Linksys E3200 SVN-Revision: 31790 | ||||
* | brcm47xx: bcma: fix null pointer | Hauke Mehrtens | 2012-05-18 | 1 | -0/+20 |
| | | | | SVN-Revision: 31789 | ||||
* | brcm47xx: ssb: recognize ARM Cortex M3 | Hauke Mehrtens | 2012-05-18 | 1 | -0/+21 |
| | | | | SVN-Revision: 31788 | ||||
* | brcm47xx: some fixes for the USB driver | Hauke Mehrtens | 2012-05-18 | 2 | -0/+22 |
| | | | | SVN-Revision: 31787 | ||||
* | mac80211: add brcmfmac driver | Hauke Mehrtens | 2012-05-18 | 2 | -16/+79 |
| | | | | SVN-Revision: 31786 |