| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [package] iwinfo: plug memory leak in nl80211 backend, nl80211_close() did no... | jow | 2012-01-13 | 2 | -2/+5 |
* | libnl-tiny: fix a potential memleak in an error path | nbd | 2012-01-12 | 1 | -4/+3 |
* | [package] pptp: remove support for underlying ipproto, it is adviced since a ... | jow | 2012-01-08 | 2 | -6/+2 |
* | [package] cyassl: use patch-libtool pkg fixup | jow | 2012-01-08 | 1 | -1/+1 |
* | zlib: fix duplicate function declarations for largefile support | nbd | 2012-01-08 | 1 | -0/+48 |
* | [package] base-files: implement a --force option for sysupgrade to override i... | jow | 2012-01-08 | 2 | -4/+13 |
* | [package] firewall: add support for "local" port forwards which target an int... | jow | 2012-01-08 | 2 | -4/+15 |
* | include: calculate md5sum over sorted kernel config symbol list and incorpera... | jow | 2012-01-08 | 1 | -1/+1 |
* | ath9k: merge a channel change fix from linux-wireless | nbd | 2012-01-07 | 4 | -13/+45 |
* | [package] openssl: bump to v1.0.0f (CVE-2011-4108, CVE-2011-4576, CVE-2011-45... | jow | 2012-01-06 | 1 | -3/+3 |
* | package/kernel: add package for the PCF2123 RTC driver | juhosg | 2012-01-04 | 1 | -0/+16 |
* | package: remove the om2p-watchdog package | juhosg | 2012-01-04 | 3 | -73/+0 |
* | package: add om-watchdog package | juhosg | 2012-01-04 | 3 | -0/+82 |
* | [netfilter] remove current RTSP support | jow | 2012-01-04 | 1 | -1/+0 |
* | [package] iwinfo: factor txpower offset into info display output, recompile i... | jow | 2012-01-01 | 2 | -2/+13 |
* | package/base-files: add support for the switch LED trigger | juhosg | 2011-12-31 | 2 | -1/+9 |
* | package/base-files: use case statement in led init script | juhosg | 2011-12-31 | 1 | -15/+27 |
* | [package] add usbreset - a small simple utility to send port rests to selecte... | jow | 2011-12-25 | 2 | -0/+120 |
* | mac80211: clean up init, remove some redundant checks, fix tx power init (#10... | nbd | 2011-12-23 | 1 | -77/+73 |
* | [package] base-files: add -b (--create-backup) option to sysupgrade, which ge... | jow | 2011-12-20 | 2 | -3/+27 |
* | [package] firewall: | jow | 2011-12-20 | 3 | -2/+11 |
* | brcm47xx: add new usb driver for bcma bus and replace ssb usb driver. | hauke | 2011-12-19 | 1 | -0/+19 |
* | mac80211: deactivate mac80211 tracing | hauke | 2011-12-19 | 1 | -0/+44 |
* | ath9k: fix another tx locking issue | nbd | 2011-12-19 | 1 | -11/+285 |
* | mac80211: fix powersave setting | nbd | 2011-12-19 | 1 | -1/+1 |
* | mac80211: apply txpower after bringing up the interface, should fix #10113 | nbd | 2011-12-18 | 1 | -6/+6 |
* | mac80211: use iw instead of iwconfig to disable powersave | nbd | 2011-12-18 | 1 | -1/+1 |
* | ath9k: fix some issues in the btcoex disable patch | nbd | 2011-12-18 | 1 | -10/+8 |
* | ath9k: fix a locking issue in the tx path | nbd | 2011-12-17 | 1 | -0/+25 |
* | hostapd: add missing check for wds stations | nbd | 2011-12-17 | 1 | -0/+12 |
* | ath9k: fix a crash in led init | nbd | 2011-12-16 | 1 | -1/+4 |
* | ath9k: fix a locking issue | nbd | 2011-12-14 | 1 | -33/+0 |
* | ath9k: add support for registering extra leds connected to the wmac gpio lines | nbd | 2011-12-14 | 2 | -0/+326 |
* | [package] kernel: rename kmod-switch-rtl8366_smi to kmod-switch-rtl8366-smi t... | jow | 2011-12-13 | 1 | -4/+4 |
* | busybox: disable "mesg" by default | nbd | 2011-12-13 | 1 | -1/+1 |
* | [package] hostapd: support optional argument for the -v switch of hostapd and... | jow | 2011-12-12 | 2 | -1/+83 |
* | mac80211: make mesh support optional | nbd | 2011-12-12 | 2 | -0/+18 |
* | mac80211: merge another upstream aggregation fix | nbd | 2011-12-10 | 1 | -8/+58 |
* | ath9k: disable bluetooth coexistence support to reduce module size | nbd | 2011-12-10 | 2 | -0/+583 |
* | ath9k: improve handling of blockackreq (should improve aggregation behavior u... | nbd | 2011-12-10 | 5 | -0/+741 |
* | mac80211: merge an upstream fix for an aggregation related race condition | nbd | 2011-12-10 | 1 | -2/+130 |
* | mac80211: add support for firmware 666.2 for b43 devices | hauke | 2011-12-08 | 2 | -6/+27 |
* | [package] librpc: do not build if external or native toolchains are used | jow | 2011-12-08 | 1 | -2/+27 |
* | ubus: update to the latest version | nbd | 2011-12-06 | 1 | -3/+3 |
* | libubox: update to latest version, fix some endian issues | nbd | 2011-12-06 | 1 | -3/+3 |
* | [package] iwinfo: support nl80211 hardware identification against radioX pseu... | jow | 2011-12-06 | 2 | -1/+22 |
* | mac80211: merge some pending fixes, fixes skb leaks and some warnings | nbd | 2011-12-05 | 1 | -2/+73 |
* | netifd: update to latest version, fixes some use-after-free issues | nbd | 2011-12-05 | 1 | -2/+2 |
* | ath9k: fix antenna configuration on ar9285 for devices without antenna diversity | nbd | 2011-12-05 | 1 | -0/+9 |
* | ath9k: fix 5/10 mhz channel bandwidth issues | nbd | 2011-12-05 | 2 | -0/+76 |