96 Commits (e5e83bf051bd6cc82c05a3abefe491771f20c75d)

Author SHA1 Message Date
Imre Kaloz 6b280112f2 some more Kconfig symbol move.. 15 years ago
Imre Kaloz 1d62d9a95c another round of kernel config cleanups 15 years ago
Imre Kaloz ef42fb4c13 sort all target config files 15 years ago
Gabor Juhos b624dec41b ramips: register ethernet device on the WHR-G300N and V22RW-2x2 boards 15 years ago
John Crispin 9364f83dbc missing header file changes, and fix mtu value 15 years ago
John Crispin ff5deeef08 fixes rx path for eth, spinlock it, increases buffer size, board now survives ping -f 15 years ago
John Crispin 135111a05b hopefully fixes dma issues seen on ethernet driver when under high load 15 years ago
Gabor Juhos bc59e3da51 ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips_eth.h' 15 years ago
Gabor Juhos 5dd653a6bd ramips: use definitions from rt305x_regs, and nuke the duplicated ones 15 years ago
Gabor Juhos c170980c4f ramips: move ramips_eth_platform_data into a separate file 15 years ago
Gabor Juhos b98fa096a6 ramips: request_irq prior to dma allocation, and handle the case if it fails 15 years ago
Gabor Juhos 08f77d2e7e ramips: add error handling to ramips_alloc_dma 15 years ago
Gabor Juhos 941c1dae2c ramips: free allocated skbs in ramips_cleanup_dma 15 years ago
Gabor Juhos 82cc25d5f0 ramips: add ramips_setup_dma helper to the ethernet driver 15 years ago
Gabor Juhos f69b042df9 ramips: add ramips_cleanup_dma helper 15 years ago
Gabor Juhos defb7c0059 ramips: remove unnecessary includes in the ethernet driver 15 years ago
Gabor Juhos 36cb733d4f ramips: fix dma api usage in the ethernet driver 15 years ago
Gabor Juhos 69a3298ab5 ramips: use resource to pass irq and base address to the ethernet driver 15 years ago
Gabor Juhos 7c7f004875 ramips: add error-path handling to the ramips_eth_plat_probe 15 years ago
John Crispin 1729f7bdc1 use gpio_led package rather than staticly linking it into the kernel 15 years ago
John Crispin f1ad6d3768 fixes licenses 15 years ago
John Crispin 6a56b1186e select CONFIG_LEDS_GPIO per default 15 years ago
John Crispin 6f63d7baf2 clean up dma api of ethernet driver 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 15 years ago
Gabor Juhos 984fe7992a ramips: nuke net_device stats from the private data of the ethernet driver 15 years ago
Gabor Juhos ec836476b0 ramips: remove unnecessary type-castings in the ethernet driver 15 years ago
Gabor Juhos ac92dc42d4 ramips: change debug message levels, and add missing LFs 15 years ago
Gabor Juhos 0fe967f6e6 ramips: make ethernet fuctions static 15 years ago
Gabor Juhos 7af7711f9f ramips: register ethernet device on the DIR-300 board 15 years ago
Gabor Juhos 2ad69183a8 ramips: change prom code to accept 'board=FOOBAR' from the command line 15 years ago
Gabor Juhos d681005ce3 ramips: modify {read,write}_config helpers 15 years ago
Gabor Juhos ebde2e4c90 ramips: nuke config_access helper 15 years ago
John Crispin c23f92244c fixes dma hangups in eth 15 years ago
John Crispin c7db1ecc33 select fon20n mach 15 years ago
John Crispin eff75d868b make ethernet a platform device 15 years ago
John Crispin 5c399c6f20 missing define to make mach for fonera20n work 15 years ago
John Crispin 81e5a2d14b make default llll/w vlan setup in esw 15 years ago
John Crispin e4e4aa90d3 adds mach type for fonera20n 15 years ago
John Crispin 5b2c123b60 fixes commit 18128, wrong patch :) 15 years ago
John Crispin d95163658c adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt288x support, not a platform device yet 15 years ago
Florian Fainelli d4b251bdb8 update to 2.6.30.9 15 years ago
Gabor Juhos 279c5dad25 ramips: add preliminary support for the DIR-300 revB board 15 years ago
Gabor Juhos 9a65c14678 ramips: sync rt288x kernel config 15 years ago
Gabor Juhos 3b9cb8b673 ramips: fix return value in 'pcibios_map_irq' in the rt288x pci code 15 years ago
Gabor Juhos 13be9155c5 ramips: remove obsolete 'pcibios_fixups' from the rt288x pci code 15 years ago
Gabor Juhos f2470f7590 ramips: add rt2880_pci_get_cfgaddr helper 15 years ago
Gabor Juhos fe360a232b ramips: use switch statement instead of multiple if-else-if in the rt288x pci code 15 years ago
Gabor Juhos 37f5a64938 ramips: protect rt288x pci config accesses with a spinlock 15 years ago
Gabor Juhos 84e2f22465 ramips: make rt2880_pci_base static 15 years ago
Gabor Juhos ca82f13970 ramips: define some magic values in the rt288x pci code 15 years ago