| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [brcm47xx] add patches for kernel 2.6.31 | hauke | 2009-09-26 | 1 | -0/+4 |
* | busybox: add support for union mounts (not included in the kernel yet) | nbd | 2009-09-25 | 1 | -0/+29 |
* | iptables: fix build error with linux 2.6.31 | nbd | 2009-09-25 | 1 | -1/+5 |
* | libtool: update to 1.5.26 (patch from #4905) | nbd | 2009-09-24 | 1 | -2/+2 |
* | base-files: add libgcc dependency to libc (#5262) | nbd | 2009-09-24 | 1 | -0/+1 |
* | firewall: add sanity checks to zone default rules (patch from #5459) | nbd | 2009-09-24 | 1 | -3/+3 |
* | update dnsmasq to 2.50 (#5784) | nbd | 2009-09-24 | 1 | -2/+2 |
* | madwifi: fix bugs in the calibration triggers | nbd | 2009-09-23 | 1 | -0/+177 |
* | madwifi: fix a theoretical tx buffer leak | nbd | 2009-09-23 | 1 | -0/+10 |
* | madwifi: fix beacon slot handling and add support for more than 4 vaps (usefu... | nbd | 2009-09-23 | 1 | -0/+151 |
* | madwifi: fix sta mode reconnect when roaming between different aps of the sam... | nbd | 2009-09-23 | 1 | -0/+33 |
* | madwifi: fix maximum txpower display | nbd | 2009-09-23 | 8 | -97/+111 |
* | [toolchain] add external toolchain support, enhance native toolchain support ... | nico | 2009-09-23 | 1 | -31/+269 |
* | [package] [docs] implement doth (802.11h) and wmm (802.11e) options for broad... | jow | 2009-09-22 | 1 | -3/+9 |
* | [cosmetic] accommodate for 5 digits svn revisions :) | nico | 2009-09-22 | 1 | -1/+1 |
* | mtd: fix wrong open() return code checks | nbd | 2009-09-21 | 2 | -9/+9 |
* | Add default /etc/dnsmasq.conf | nbd | 2009-09-21 | 2 | -0/+39 |
* | mtd: bump release | nbd | 2009-09-21 | 1 | -1/+1 |
* | mtd: update copyright headers | nbd | 2009-09-21 | 3 | -5/+36 |
* | mtd: add support for rewriting the fis table layout on redboot based systems | nbd | 2009-09-21 | 5 | -56/+451 |
* | base-files: fix conffiles entry check (patch from #2425) | nbd | 2009-09-19 | 1 | -1/+1 |
* | opkg: fix the -force_space option | nbd | 2009-09-19 | 1 | -0/+12 |
* | dnsmasq startup script update: add notinterface parameter | nbd | 2009-09-16 | 2 | -1/+7 |
* | [package] swconfig: clear ip address on the switch interface, this prevents d... | jow | 2009-09-16 | 2 | -1/+2 |
* | [package] base-files: clear ip addresses on interfaces that are about to be a... | jow | 2009-09-16 | 2 | -1/+3 |
* | madwifi: fix iwconfig tx power display | nbd | 2009-09-16 | 7 | -51/+52 |
* | [package] madwifi: bump package revision | agb | 2009-09-15 | 1 | -1/+1 |
* | [package] base-files: dispatch ifdown events for proto=none interfaces and fi... | jow | 2009-09-14 | 2 | -3/+3 |
* | [package] firewall: move the config_get out of the loop, no need to call it m... | jow | 2009-09-14 | 1 | -2/+3 |
* | [package] firewall: properly dispatch delif events if the network has a diffe... | jow | 2009-09-14 | 2 | -2/+2 |
* | madwifi: fix a wds related race condition | nbd | 2009-09-14 | 12 | -24/+25 |
* | madwifi: remove an unimportant part of the ibss node handling fix, which led ... | nbd | 2009-09-14 | 2 | -12/+1 |
* | [package] base-files: add /etc/rc.local to the default save file list | jow | 2009-09-12 | 1 | -1/+1 |
* | [package] base-files: introduce a ready-to-use /etc/rc.local to let users run... | jow | 2009-09-11 | 3 | -1/+10 |
* | [package] bump some revisions and update copyrights | agb | 2009-09-10 | 9 | -20/+20 |
* | madwifi: replace an implicit memcpy with an explicit one (cosmetic fix) | nbd | 2009-09-09 | 1 | -1/+1 |
* | madwifi: fix several noderef and ibss merge issues that led to memory leaks a... | nbd | 2009-09-09 | 21 | -117/+165 |
* | Revert "fix nonhotpluggable networks not being brought up. Closes #2781" (r17... | nbd | 2009-09-09 | 3 | -17/+0 |
* | package/mac80211: add menuconfig option for enabling debug support via debugfs | juhosg | 2009-09-08 | 4 | -83/+115 |
* | move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all othe... | nbd | 2009-09-06 | 2 | -5/+6 |
* | now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the boa... | nbd | 2009-09-06 | 1 | -1/+1 |
* | fix nonhotpluggable networks not being brought up. Closes #2781 | thepeople | 2009-09-06 | 3 | -0/+17 |
* | fix jffs2 eof marker search in mtd (patch by Daniel Dickinson) | nbd | 2009-09-05 | 1 | -1/+1 |
* | package/base-files: set state to 'preinit' before preinit.arch is used, and s... | juhosg | 2009-09-05 | 2 | -3/+4 |
* | Revert "add ifup -a to boot(), closes #4543 #2781" (r17515) | nbd | 2009-09-05 | 1 | -1/+0 |
* | add ifup -a to boot(), closes #4543 #2781 | thepeople | 2009-09-05 | 1 | -0/+1 |
* | extend logging functions | thepeople | 2009-09-04 | 1 | -7/+17 |
* | madwifi: add a configuration for uapsd (unscheduled automatic powersave deliv... | nbd | 2009-09-03 | 1 | -0/+3 |
* | [package] udevtrigger depends on 2.6 kernels | florian | 2009-09-03 | 1 | -5/+6 |
* | [package] update hotplug2 to r199, fixes build failures on brcm-2.4 | florian | 2009-09-03 | 1 | -2/+2 |