Commit Graph

12609 Commits (0ebb9220a08d67c383fef13151902154efecf591)
 

Author SHA1 Message Date
Imre Kaloz 97d5479ca1 sort kconfig symbols in generic configs
SVN-Revision: 18181
15 years ago
Imre Kaloz e6e5e6c72b add missing kconfig symbol
SVN-Revision: 18180
15 years ago
Felix Fietkau 7b14b774b4 ppc: add missing symbols for building with a newer toolchain
SVN-Revision: 18179
15 years ago
Felix Fietkau 27e1c7f091 uClibc: implement copysignl in libc on powerpc to avoid undefined references in libstdc++
SVN-Revision: 18178
15 years ago
Felix Fietkau 46cc3f164d gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to avoid generating references to gpr save/restore functions which cannot yet be resolved at this point
SVN-Revision: 18177
15 years ago
Gabor Juhos bc59e3da51 ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips_eth.h'
SVN-Revision: 18176
15 years ago
Gabor Juhos 5dd653a6bd ramips: use definitions from rt305x_regs, and nuke the duplicated ones
SVN-Revision: 18175
15 years ago
Gabor Juhos c170980c4f ramips: move ramips_eth_platform_data into a separate file
SVN-Revision: 18174
15 years ago
Gabor Juhos b98fa096a6 ramips: request_irq prior to dma allocation, and handle the case if it fails
SVN-Revision: 18173
15 years ago
Gabor Juhos 08f77d2e7e ramips: add error handling to ramips_alloc_dma
SVN-Revision: 18172
15 years ago
Gabor Juhos 941c1dae2c ramips: free allocated skbs in ramips_cleanup_dma
SVN-Revision: 18171
15 years ago
Gabor Juhos 82cc25d5f0 ramips: add ramips_setup_dma helper to the ethernet driver
SVN-Revision: 18170
15 years ago
Gabor Juhos f69b042df9 ramips: add ramips_cleanup_dma helper
SVN-Revision: 18169
15 years ago
Gabor Juhos defb7c0059 ramips: remove unnecessary includes in the ethernet driver
SVN-Revision: 18168
15 years ago
Gabor Juhos 36cb733d4f ramips: fix dma api usage in the ethernet driver
SVN-Revision: 18167
15 years ago
Gabor Juhos 69a3298ab5 ramips: use resource to pass irq and base address to the ethernet driver
SVN-Revision: 18166
15 years ago
Gabor Juhos 7c7f004875 ramips: add error-path handling to the ramips_eth_plat_probe
SVN-Revision: 18165
15 years ago
Felix Fietkau c2cc2884e3 lua: fix regressions in operator overloading caused by the refcounting patch, also fix some more variable cleanup issues => even more performance, less memory utilization
SVN-Revision: 18164
15 years ago
Imre Kaloz ed19cab256 swap logic on squashfs version selection
SVN-Revision: 18163
15 years ago
Imre Kaloz 3dd87b893a since we are using newer iptables version, we don't need this patch anymore
SVN-Revision: 18162
15 years ago
Imre Kaloz 4d1bd56f33 rename some patches
SVN-Revision: 18161
15 years ago
Imre Kaloz 69578dfd7b prepare for the removal of squashfs 3.4: switch olpc to 2.6.30 (let's hope it works fine), and mark at91 broken
SVN-Revision: 18160
15 years ago
Felix Fietkau 6db489f1b0 lua: use float instead of double, reduces the gc data structure size by 4 byte => luci processes use 10% less memory
SVN-Revision: 18159
15 years ago
Felix Fietkau 6a87d6682d lua: fix various bugs in the refcounting implementation. seems to fix luci and reduces memory consumption even more
SVN-Revision: 18158
15 years ago
Florian Fainelli 6f63230e27 add missing configuration symbols
SVN-Revision: 18157
15 years ago
Florian Fainelli 338490bd50 remove 2.6.28 support, we never really used it
SVN-Revision: 18156
15 years ago
Florian Fainelli 7100c1efd9 switch to 2.6.30.9
SVN-Revision: 18155
15 years ago
John Crispin 1729f7bdc1 use gpio_led package rather than staticly linking it into the kernel
SVN-Revision: 18154
15 years ago
Jo-Philipp Wich 9df63ce253 add "remote-gdb", a helper script to connect the local host gdb with a running gdbserver on the target
SVN-Revision: 18153
15 years ago
John Crispin f1ad6d3768 fixes licenses
SVN-Revision: 18152
15 years ago
John Crispin 6a56b1186e select CONFIG_LEDS_GPIO per default
SVN-Revision: 18151
15 years ago
John Crispin 6f63d7baf2 clean up dma api of ethernet driver
SVN-Revision: 18150
15 years ago
John Crispin 9126be5b6e fixes dma bug in eth driver, that was caused under high net load. the dma ring was not initialized on time
SVN-Revision: 18149
15 years ago
Florian Fainelli 6d7b5a7e62 combine the two gcc-4.4.1 selects into a single one
SVN-Revision: 18148
15 years ago
Gabor Juhos 984fe7992a ramips: nuke net_device stats from the private data of the ethernet driver
SVN-Revision: 18147
15 years ago
Gabor Juhos ec836476b0 ramips: remove unnecessary type-castings in the ethernet driver
SVN-Revision: 18146
15 years ago
Gabor Juhos ac92dc42d4 ramips: change debug message levels, and add missing LFs
SVN-Revision: 18145
15 years ago
Gabor Juhos 0fe967f6e6 ramips: make ethernet fuctions static
SVN-Revision: 18144
15 years ago
Gabor Juhos 7af7711f9f ramips: register ethernet device on the DIR-300 board
SVN-Revision: 18143
15 years ago
Gabor Juhos 2ad69183a8 ramips: change prom code to accept 'board=FOOBAR' from the command line
SVN-Revision: 18142
15 years ago
Gabor Juhos d681005ce3 ramips: modify {read,write}_config helpers
SVN-Revision: 18141
15 years ago
Gabor Juhos ebde2e4c90 ramips: nuke config_access helper
SVN-Revision: 18140
15 years ago
John Crispin c23f92244c fixes dma hangups in eth
SVN-Revision: 18139
15 years ago
Felix Fietkau 7aaaa2c946 lua: get rid of bitlib and md5lib from the core, they are no longer necessary
SVN-Revision: 18138
15 years ago
John Crispin c7db1ecc33 select fon20n mach
SVN-Revision: 18137
15 years ago
Felix Fietkau 8f98214617 lua: add reference counting for strings - this will need A LOT of testing, but it should finally fix the excessive memory usage problems triggered by luci
SVN-Revision: 18136
15 years ago
John Crispin eff75d868b make ethernet a platform device
SVN-Revision: 18135
15 years ago
John Crispin 5c399c6f20 missing define to make mach for fonera20n work
SVN-Revision: 18134
15 years ago
John Crispin 81e5a2d14b make default llll/w vlan setup in esw
SVN-Revision: 18133
15 years ago
John Crispin e4e4aa90d3 adds mach type for fonera20n
SVN-Revision: 18132
15 years ago