| Commit message (Expand) | Author | Age | Files | Lines |
* | sunxi: various fixes | Zoltan HERPAI | 2014-01-06 | 6 | -21/+420 |
* | bcm53xx: make the l2x0 L2 cache controller work | Hauke Mehrtens | 2014-01-04 | 5 | -80/+94 |
* | bcm53xx: update the ethernet core hacks | Hauke Mehrtens | 2014-01-04 | 2 | -53/+30 |
* | kernel: bgmac: update the driver patches to a version submitted for mainline ... | Hauke Mehrtens | 2014-01-04 | 6 | -66/+119 |
* | sunxi: emac changes | Zoltan HERPAI | 2014-01-04 | 6 | -5/+17 |
* | sunxi: add sata driver to profiles where appropriate | Zoltan HERPAI | 2014-01-04 | 3 | -3/+3 |
* | sunxi: add sata driver for sun[47]i | Zoltan HERPAI | 2014-01-04 | 5 | -0/+706 |
* | sunxi: move sunxi-sid (security ID) off to module | Zoltan HERPAI | 2014-01-04 | 3 | -2/+18 |
* | sunxi: move rtc off to module | Zoltan HERPAI | 2014-01-04 | 3 | -3/+25 |
* | sunxi: add the actual mmc driver | Zoltan HERPAI | 2014-01-04 | 2 | -0/+1154 |
* | sunxi: delete a31 reset for now in lack of the mach split | Zoltan HERPAI | 2014-01-04 | 1 | -41/+0 |
* | [uboot-sunxi]: add support for pcDuino board | Zoltan HERPAI | 2014-01-04 | 1 | -1/+5 |
* | [uboot-sunxi]: update version | Zoltan HERPAI | 2014-01-04 | 1 | -1/+1 |
* | sunxi: add support for pcDuino board | Zoltan HERPAI | 2014-01-04 | 4 | -0/+198 |
* | sunxi: add mmc support | Zoltan HERPAI | 2014-01-04 | 8 | -5/+595 |
* | sunxi: various fixes | Zoltan HERPAI | 2014-01-04 | 5 | -2/+216 |
* | sunxi: remove sun6i/7i split for now | Zoltan HERPAI | 2014-01-04 | 1 | -56/+0 |
* | sunxi: refresh clock framework | Zoltan HERPAI | 2014-01-04 | 16 | -0/+1367 |
* | Add jsonpath - a command line utility to extract values from JSON data using ... | Jo-Philipp Wich | 2014-01-02 | 1 | -0/+31 |
* | 6relayd: try to workaround race condition at startup | Steven Barth | 2014-01-02 | 2 | -4/+4 |
* | netifd: initialize the switch early at start time and on reload (fixes #13015) | Felix Fietkau | 2013-12-31 | 1 | -6/+10 |
* | ixp4xx: upgrade: don't copy extra binaries | Luka Perkov | 2013-12-30 | 1 | -5/+2 |
* | netifd: update to the latest version, fixes wireless related segfaults on arm | Felix Fietkau | 2013-12-29 | 1 | -2/+2 |
* | uClibc: Fix lookup with DNS search in multi-threaded application. | Felix Fietkau | 2013-12-28 | 1 | -0/+12 |
* | uClibc: make res_init() thread safe | Felix Fietkau | 2013-12-28 | 1 | -0/+55 |
* | uClibc: Fix threaded use of res_ functions. | Felix Fietkau | 2013-12-28 | 1 | -0/+126 |
* | netifd: update to the latest version, fixes wifi related segfaults | Felix Fietkau | 2013-12-28 | 1 | -2/+2 |
* | hostapd: fix mixed wep/wpa with netifd | Felix Fietkau | 2013-12-28 | 1 | -0/+1 |
* | hostapd: fix the uci option name for ap isolate | Felix Fietkau | 2013-12-28 | 1 | -5/+5 |
* | firmware-utils: check_magic() in buffalo-lib.c always return 0 | John Crispin | 2013-12-27 | 1 | -2/+2 |
* | swconfig: remove useless variables, return -1 on errors | John Crispin | 2013-12-27 | 3 | -11/+2 |
* | base-files: fix mount-utils incompatibility | John Crispin | 2013-12-27 | 4 | -25/+25 |
* | ralink: fix tso regression in the ethernet driver | John Crispin | 2013-12-27 | 1 | -0/+13 |
* | brcm47xx: fix cpu wait for BCM4706 | Hauke Mehrtens | 2013-12-26 | 3 | -19/+18 |
* | brcm47xx: b44: This updates the phylib patches to the version send upstream | Hauke Mehrtens | 2013-12-26 | 15 | -165/+252 |
* | kernel: bgmac: update patches | Hauke Mehrtens | 2013-12-26 | 9 | -270/+603 |
* | [package/binutils]: handle the Linaro version as well | Imre Kaloz | 2013-12-26 | 1 | -5/+14 |
* | ramips: add support for RT-N14U (mt7620n based) board | John Crispin | 2013-12-25 | 6 | -0/+132 |
* | ramips: add gpio pin 72 in mt7620 chips to dtsi files | John Crispin | 2013-12-25 | 2 | -0/+38 |
* | ar71xx: fix max frame length of the QCA955x SoCs | Gabor Juhos | 2013-12-23 | 1 | -0/+11 |
* | ar71xx: don't set builtin_switch flag for QCA9558 | Gabor Juhos | 2013-12-23 | 1 | -6/+1 |
* | x86/kvm_guest: remove 3.7 support | Gabor Juhos | 2013-12-23 | 1 | -87/+0 |
* | x86/kvm_guest: remove 3.3 support | Gabor Juhos | 2013-12-23 | 1 | -91/+0 |
* | x86/kvm_guest: add support for 3.10 and switch to it | Gabor Juhos | 2013-12-23 | 2 | -0/+97 |
* | hostapd: fix wep with netifd | Felix Fietkau | 2013-12-23 | 1 | -4/+4 |
* | wpa_supplicant: fix interface combination parsing issues | Felix Fietkau | 2013-12-21 | 1 | -0/+18 |
* | opkg: switch to git repository (#14655) | Jo-Philipp Wich | 2013-12-21 | 1 | -3/+3 |
* | dnsmasq: rework init procedure | Jo-Philipp Wich | 2013-12-21 | 3 | -11/+46 |
* | [cyassl]: change fixup method and fix CFLAGS handling | Imre Kaloz | 2013-12-20 | 3 | -3/+14 |
* | ath9k: merge a timer handling fixes | Felix Fietkau | 2013-12-20 | 1 | -6/+8 |