| Commit message (Expand) | Author | Age | Files | Lines |
* | acx-mac80211: Compile fix for newer kernels | Hauke Mehrtens | 2011-06-15 | 1 | -0/+10 |
* | busybox: Fix insmod for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -9/+16 |
* | madwifi: Fix linux 3.0 detection | Hauke Mehrtens | 2011-06-15 | 1 | -0/+25 |
* | package/mac80211: Add linux 3.0 compatibility | Hauke Mehrtens | 2011-06-15 | 53 | -190/+626 |
* | package/kernel: Update version dependencies and kmods for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 4 | -7/+12 |
* | link hotplug2 against libbsd when eglibc is used | Mirko Vogt | 2011-06-13 | 1 | -1/+6 |
* | add library 'libbsd' | Mirko Vogt | 2011-06-13 | 1 | -0/+53 |
* | 6to4: advertise effective tunnel mtu in RAs | Jo-Philipp Wich | 2011-06-12 | 2 | -6/+7 |
* | 6to4: don't start if detected local IPv4 address is RFC1918, allows people to... | Jo-Philipp Wich | 2011-06-12 | 2 | -2/+16 |
* | ppp: remove -ffunction-sections, -fdata-sections and -Wl,--gc-sections, it ca... | Felix Fietkau | 2011-06-12 | 1 | -3/+0 |
* | kernel: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-06-09 | 1 | -1/+0 |
* | kernel: gre depends on ipv6 is Kernel is built with IPv6 support | Jo-Philipp Wich | 2011-06-09 | 1 | -0/+2 |
* | base-files: assume a default ipv6 prefix size of /64, thats what the majority... | Jo-Philipp Wich | 2011-06-09 | 1 | -1/+1 |
* | base-files: if an ip6addr without a prefix is given, assume /128 - otherwise ... | Jo-Philipp Wich | 2011-06-09 | 2 | -1/+6 |
* | Revert "[package/block-mount] remove example config file" | Mirko Vogt | 2011-06-08 | 2 | -0/+22 |
* | make sure that base-files is installed last, this allows per-target base-file... | Jo-Philipp Wich | 2011-06-08 | 1 | -1/+1 |
* | remove example config file | Mirko Vogt | 2011-06-08 | 2 | -22/+0 |
* | base-files: fix error reporting for unsupported protocols on virtual interfaces | Jo-Philipp Wich | 2011-06-07 | 3 | -4/+4 |
* | base-files: do not write to /etc/config/wireless at boot time unless a new in... | Felix Fietkau | 2011-06-07 | 1 | -3/+6 |
* | kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
* | kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
* | require mppe 128bit-encryption by default | Mirko Vogt | 2011-06-06 | 1 | -0/+1 |
* | grub: improve package requirement error, patch by Jim Cromie <jim.cromie@gmai... | Jo-Philipp Wich | 2011-06-04 | 1 | -1/+1 |
* | compcache does not build on 2.6.38+ | Florian Fainelli | 2011-06-04 | 1 | -1/+1 |
* | acx-mac80211: remove patch | Hauke Mehrtens | 2011-06-04 | 1 | -19/+0 |
* | soloscli: fix new lines in soloscli | Florian Fainelli | 2011-06-02 | 2 | -4/+8 |
* | acx-mac80211: add io endianness patch | Florian Fainelli | 2011-06-02 | 1 | -0/+19 |
* | mac80211: add initial support for AR9330 | Gabor Juhos | 2011-06-01 | 33 | -1/+3758 |
* | mac80211: update to wireless-testing 2011-05-27 | Felix Fietkau | 2011-05-31 | 24 | -1240/+998 |
* | mac80211: make ath9k available even if PCI support is disabled | Gabor Juhos | 2011-05-31 | 1 | -5/+6 |
* | x86: remove pata-amd driver from generic x86 images, add addition cs553x modules | Felix Fietkau | 2011-05-31 | 2 | -1/+97 |
* | ath9k: reduce the number of rx buffers, 512 is excessively high, 128 should w... | Felix Fietkau | 2011-05-30 | 1 | -0/+11 |
* | * backport 2.6.8 patches to .39 / .32.33 | John Crispin | 2011-05-29 | 50 | -4005/+289 |
* | ath9k: merge a few bugfixes | Felix Fietkau | 2011-05-28 | 3 | -4/+97 |
* | ath5k: disable fast channel changes, some people have reported that they intr... | Felix Fietkau | 2011-05-28 | 1 | -0/+18 |
* | hostapd: fix a race condition related to assoc response tx status processing | Felix Fietkau | 2011-05-28 | 1 | -0/+48 |
* | hostapd: update to 20110527, includes a client mode wpa auth fix | Felix Fietkau | 2011-05-28 | 13 | -53/+53 |
* | kernel: generic: Update 2.6.39 to final | Hauke Mehrtens | 2011-05-25 | 4 | -10/+15 |
* | libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999) | Felix Fietkau | 2011-05-24 | 4 | -19/+42 |
* | libpcap: add -fpic, refresh patches | Jo-Philipp Wich | 2011-05-24 | 4 | -8/+9 |
* | libpcap: remove empty patchfiles | Jo-Philipp Wich | 2011-05-24 | 2 | -0/+0 |
* | Update libpcap to version 1.1.1 | Jo-Philipp Wich | 2011-05-24 | 8 | -261/+109 |
* | base-files: make the MAC address of bridge interfaces sticky to avoid ARP iss... | Felix Fietkau | 2011-05-24 | 1 | -1/+2 |
* | base-files: mark /etc/crontabs/ as config directory | Jo-Philipp Wich | 2011-05-24 | 1 | -1/+2 |
* | kernel: kmod-crypto-iv depends on kmod-crypto-manager Add a missing dependenc... | Jo-Philipp Wich | 2011-05-24 | 1 | -1/+1 |
* | dnsmasq: allow hostname assignment without static lease The attached patch fo... | Jo-Philipp Wich | 2011-05-24 | 2 | -5/+4 |
* | package u32 match and TEE target, patches by Maxim Uvarov | Jo-Philipp Wich | 2011-05-24 | 2 | -0/+58 |
* | ncurses: enable C++ bindings (#9442) | Jo-Philipp Wich | 2011-05-22 | 1 | -6/+4 |
* | iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong o... | Jo-Philipp Wich | 2011-05-22 | 2 | -2/+13 |
* | firewall: explictely mention network in default configuration, makes it less ... | Jo-Philipp Wich | 2011-05-20 | 1 | -0/+2 |