| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl: use asm SHA1, SHA256, AES on MIPS. | Felix Fietkau | 2012-09-24 | 3 | -6/+77 |
* | mac80211: extend help for new options in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 | 1 | -0/+2 |
* | mac80211: fiy typo in b43-fwsquash.py | Hauke Mehrtens | 2012-09-23 | 1 | -2/+2 |
* | hostapd: move the + to the correct line | Felix Fietkau | 2012-09-23 | 1 | -3/+3 |
* | grub2: use the static lzma lib instead of the dynamic one | Felix Fietkau | 2012-09-23 | 1 | -1/+2 |
* | x86: avoid using grub prepare when using grub2 | Felix Fietkau | 2012-09-23 | 1 | -1/+1 |
* | build: add the + token to any commands that can pass through the jobserver, f... | Felix Fietkau | 2012-09-23 | 20 | -22/+23 |
* | grub2: disable nls to fix build failure when libintl/host is built | Felix Fietkau | 2012-09-23 | 1 | -1/+2 |
* | build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages | Felix Fietkau | 2012-09-23 | 1 | -1/+2 |
* | tools: flex depends on m4 | Felix Fietkau | 2012-09-23 | 1 | -0/+1 |
* | tools/mkimage: avoid picking up unrelated /usr/include headers with the same ... | Felix Fietkau | 2012-09-23 | 2 | -0/+21 |
* | include/netfilter.mk: remove a few obsolete lines | Felix Fietkau | 2012-09-23 | 1 | -8/+0 |
* | e2fsprogs: drop an unnecessary include that breaks on mac os x | Felix Fietkau | 2012-09-22 | 1 | -0/+10 |
* | x86-generic: enable a few more common kernel options/drivers | Felix Fietkau | 2012-09-22 | 1 | -4/+70 |
* | kernel: increase log buffer size | Felix Fietkau | 2012-09-22 | 1 | -1/+1 |
* | x86: enable usb storage support for the generic subtarget to support booting ... | Felix Fietkau | 2012-09-22 | 1 | -0/+10 |
* | x86: add support for building grub2 images | Felix Fietkau | 2012-09-22 | 4 | -3/+56 |
* | add a package for grub2 | Felix Fietkau | 2012-09-22 | 2 | -0/+126 |
* | x86: split generic image building into a separate script | Felix Fietkau | 2012-09-22 | 2 | -36/+40 |
* | x86: rename gen_image_x86.sh to gen_image_grub.sh | Felix Fietkau | 2012-09-22 | 2 | -1/+1 |
* | host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS | Felix Fietkau | 2012-09-22 | 1 | -1/+5 |
* | rules.mk: add TARGET_AR and TARGET_RANLIB | Felix Fietkau | 2012-09-22 | 1 | -0/+2 |
* | comgt: perform case insensitive match when probing for Huawei devices (#12039) | Jo-Philipp Wich | 2012-09-22 | 2 | -2/+2 |
* | switch: warn if ndo_do_ioctl is not implemented in the Ethernet driver | Hauke Mehrtens | 2012-09-22 | 1 | -0/+4 |
* | mac80211: fix b43 firmware squash for HT and LCN firmware, one file was missi... | Hauke Mehrtens | 2012-09-22 | 1 | -2/+6 |
* | cns3xxx: fix ethernet driver tx completion and queue stop/start | Felix Fietkau | 2012-09-22 | 1 | -0/+110 |
* | cns3xxx: implement ethernet fraglist tx support for improved bridging perform... | Felix Fietkau | 2012-09-22 | 1 | -18/+191 |
* | move gpio stuff into the right file | Imre Kaloz | 2012-09-21 | 2 | -111/+111 |
* | refresh patches | Imre Kaloz | 2012-09-21 | 2 | -9/+2 |
* | cns3xxx: add a small optimization for rx offload | Felix Fietkau | 2012-09-21 | 1 | -0/+27 |
* | cns3xxx: fix ethernet port lookup for multi-descriptor jumbo frames | Felix Fietkau | 2012-09-21 | 1 | -14/+26 |
* | cns3xxx: fix ethernet packet alignment issues (hw has an alignment requiremen... | Felix Fietkau | 2012-09-20 | 1 | -14/+18 |
* | kernel: enable perf events when enabling profiling, fixes oprofile on arm | Felix Fietkau | 2012-09-20 | 2 | -0/+6 |
* | deactivate mips wait instruction for MIPS 74K on Broadcom SoCs | Hauke Mehrtens | 2012-09-20 | 1 | -0/+12 |
* | cns3xxx: remove the broken flag | Felix Fietkau | 2012-09-19 | 1 | -1/+1 |
* | cns3xxx: fix kernel config | Felix Fietkau | 2012-09-19 | 1 | -17/+6 |
* | cns3xxx: fix ethernet jumbo-frame support, use single-page rx buffers and skb... | Felix Fietkau | 2012-09-19 | 1 | -0/+317 |
* | cns3xxx: fix ethernet tx checksum offload | Felix Fietkau | 2012-09-19 | 1 | -0/+89 |
* | cns3xxx: merge ethernet driver changes from gateworks | Felix Fietkau | 2012-09-19 | 1 | -230/+258 |
* | cns3xxx: build images for the old boot loader and the new one (default to the... | Felix Fietkau | 2012-09-19 | 1 | -2/+8 |
* | cns3xxx: fix the ethernet driver makefile | Felix Fietkau | 2012-09-19 | 1 | -1/+1 |
* | cns3xxx: reorganize patches, fix pcie io space init order | Felix Fietkau | 2012-09-19 | 7 | -114/+120 |
* | cns3xxx: move virtual io addresses to vmalloc space to fix kernel BUG() calls | Felix Fietkau | 2012-09-19 | 5 | -10/+208 |
* | cns3xxx: add missing callbacks for the laguna machine support | Felix Fietkau | 2012-09-19 | 4 | -4/+7 |
* | fuse: remove now redundant dependency on +USE_EGLIBC:librt | Jo-Philipp Wich | 2012-09-19 | 1 | -1/+1 |
* | make packages depend on +librt and +libpthread by default if eglibc is in use | Jo-Philipp Wich | 2012-09-19 | 1 | -1/+3 |
* | gdb: gdbserver package dependency fix (#11179) | Florian Fainelli | 2012-09-19 | 1 | -0/+4 |
* | uClibc: fix uClibc implementation of eventfd | Florian Fainelli | 2012-09-19 | 1 | -0/+59 |
* | base-files: release an attached loop device on umounting | Florian Fainelli | 2012-09-19 | 2 | -2/+2 |
* | fuse: Add librt to fuse to build with eglibc | Florian Fainelli | 2012-09-19 | 1 | -2/+2 |