| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: do not use CPTCFG_SSB and CPTCFG_BCMA | Hauke Mehrtens | 2013-06-19 | 1 | -0/+61 |
* | mac80211: do not build RT2X00_LIB_XXX when XXX is not available in the kernel. | Hauke Mehrtens | 2013-06-19 | 1 | -1/+4 |
* | 6relayd: correctly set downstream routes for DHCPv6-PD | Steven Barth | 2013-06-19 | 1 | -2/+2 |
* | linux-3.8: backport a leds-gpio.c crash fix (fixes #13721) | Felix Fietkau | 2013-06-18 | 1 | -0/+25 |
* | tools/mkimage: add back a fixed version of 040-include_order.patch to fix bui... | Felix Fietkau | 2013-06-18 | 1 | -0/+14 |
* | netifd: update to latest version, fixes a NULL pointer deref bug | Felix Fietkau | 2013-06-18 | 1 | -2/+2 |
* | firewall: update to git head | Jo-Philipp Wich | 2013-06-18 | 1 | -2/+2 |
* | firewall: update to git head | Jo-Philipp Wich | 2013-06-18 | 1 | -2/+2 |
* | odhcp6c: Add option to override interface identifier in RA-client | Steven Barth | 2013-06-18 | 2 | -4/+6 |
* | brcm63xx: refresh 3.9 patches | Florian Fainelli | 2013-06-18 | 40 | -96/+96 |
* | brcm63xx: provide a default sane MAC address for Cable Modem devices | Florian Fainelli | 2013-06-18 | 1 | -0/+26 |
* | libubox: update to latest version, fixes uloop recursion issues | Felix Fietkau | 2013-06-18 | 1 | -2/+2 |
* | ustream-ssl: update to latest version, fixes uhttpd infinite loop issues | Felix Fietkau | 2013-06-18 | 1 | -2/+2 |
* | brcm63xx: create initramfs HCS images | Florian Fainelli | 2013-06-17 | 1 | -0/+8 |
* | netifd: IPv6: Fix sorting order in last commit. | Steven Barth | 2013-06-17 | 1 | -2/+2 |
* | netifd: Satisfy IPv6 assignments ordered by prefix length | Steven Barth | 2013-06-17 | 1 | -2/+2 |
* | brcm63xx: simplify HCS image creation | Florian Fainelli | 2013-06-17 | 1 | -7/+2 |
* | brcm63xx: remove support for 3.8 kernel | Florian Fainelli | 2013-06-17 | 142 | -16198/+0 |
* | brcm63xx: switch to 3.9 kernel | Florian Fainelli | 2013-06-17 | 1 | -1/+1 |
* | brcm63xx: fix missing antislash in BCM6345 ethernet patch | Florian Fainelli | 2013-06-17 | 2 | -2/+2 |
* | hostapd: correctly handle macfile uci option | Jo-Philipp Wich | 2013-06-17 | 1 | -9/+24 |
* | dnsmasq: use host-record instead of address | Jo-Philipp Wich | 2013-06-17 | 2 | -23/+35 |
* | base-files: network.sh: extend network_get_ipaddr6() / network_get_subnet6() ... | Jo-Philipp Wich | 2013-06-17 | 1 | -43/+107 |
* | ath9k: revert parts of the ANI changes in the latest mac80211 update to fix r... | Felix Fietkau | 2013-06-16 | 1 | -0/+74 |
* | mac80211: fix disabling rfkill support | Felix Fietkau | 2013-06-16 | 1 | -6/+6 |
* | mac80211: update to wireless-testing 2013-06-13 + latest backport infrastructure | Felix Fietkau | 2013-06-15 | 72 | -6043/+876 |
* | kirkwood: disable the CONFIG_IP_ADVANCED_ROUTER kernel config override (#13702) | Felix Fietkau | 2013-06-15 | 1 | -1/+0 |
* | firewall: update to git head | Jo-Philipp Wich | 2013-06-13 | 1 | -2/+2 |
* | firewall: update to git head | Jo-Philipp Wich | 2013-06-13 | 1 | -2/+2 |
* | uhttpd: expose missing options to uci | Jo-Philipp Wich | 2013-06-13 | 2 | -0/+35 |
* | odhcp6c: add sanity checks for NDP and MTU parameters from RAs | Steven Barth | 2013-06-13 | 1 | -2/+2 |
* | brcm47xx: run make kernel_oldconfig for 3.9 kernel config | Hauke Mehrtens | 2013-06-12 | 1 | -3/+6 |
* | brcm47xx: remove support for kernel 3.6 | Hauke Mehrtens | 2013-06-12 | 59 | -11381/+0 |
* | brcm47xx: add initial support for kernel 3.9 | Hauke Mehrtens | 2013-06-12 | 30 | -0/+3419 |
* | kernel: add dependencies for kernel 3.10 | Hauke Mehrtens | 2013-06-12 | 2 | -2/+2 |
* | 6relayd: make route preference and prefix on-link flag configurable | Steven Barth | 2013-06-11 | 2 | -2/+10 |
* | base-files: remove unnecessary early sysctl-hack | Steven Barth | 2013-06-11 | 2 | -8/+1 |
* | base-files: set default IPv6 forwarding value to 1 | Steven Barth | 2013-06-11 | 2 | -3/+3 |
* | uci: update to fix excessive reorder delta entry duplication (#13678) | Felix Fietkau | 2013-06-11 | 1 | -2/+2 |
* | libubox: update to latest version, fixes an uloop use-after-free bug | Felix Fietkau | 2013-06-11 | 1 | -2/+2 |
* | linux: add ipv6 failed-policy routing action (by Jonas Gorski) | Steven Barth | 2013-06-11 | 3 | -0/+789 |
* | iproute2: add drop-failed rule action (patch by Jonas Gorski) | Steven Barth | 2013-06-11 | 2 | -1/+64 |
* | netifd: update to latest version, uses the new uci/blob code from libuci | Felix Fietkau | 2013-06-10 | 1 | -2/+2 |
* | uci: update to latest version, adds uci<->blobmsg conversion code from netifd | Felix Fietkau | 2013-06-10 | 1 | -4/+4 |
* | libubox: update to latest version, adds some helper function | Felix Fietkau | 2013-06-10 | 1 | -2/+2 |
* | ppp: correctly handle address when reloading | Steven Barth | 2013-06-10 | 2 | -2/+2 |
* | netifd: improve reloading behaviour | Steven Barth | 2013-06-10 | 1 | -2/+2 |
* | lantiq: atm: Use a tasklet to handle incoming packets. Fix #12917. | John Crispin | 2013-06-10 | 1 | -3/+19 |
* | lantiq: Fixes to athxk EEPROM loading | John Crispin | 2013-06-10 | 7 | -59/+36 |
* | lantiq: make kernel_oldconfig | John Crispin | 2013-06-10 | 1 | -6/+6 |