Commit Graph

68 Commits (fe45332ed289d91e57eca11bfd1ca75d6e420ab4)

Author SHA1 Message Date
Steven King 78abcb13dd net: fix section mismatch in fec.c 16 years ago
Greg Ungerer 49802967cb m68knommu: remove ColdFire direct interrupt register access 16 years ago
Uwe Kleine-König 81538e74ca fec: don't enable irqs in hard irq context 16 years ago
Uwe Kleine-König 84177a2079 fec: fix recursive locking of mii_lock 16 years ago
Greg Ungerer 9555b31e8c fec: fix FEC driver packet transmission breakage 16 years ago
Ben Hutchings 635ecaa70e netdev: restore MTU change operation 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Patrick McHardy 5b54814022 net: use symbolic values for ndo_start_xmit() return codes 16 years ago
Sascha Hauer fe957c40ec fec: call fec_restart() in fec_open() 16 years ago
Sascha Hauer f0b3fbeae1 FEC Buffer rework 16 years ago
Sascha Hauer 009fda83ee fec: switch to net_device_ops 16 years ago
Sascha Hauer 3644ee00c4 fec: remove debugging printks 16 years ago
Sascha Hauer 8549889c33 fec: align receive packets 16 years ago
Sascha Hauer 4f1ceb4b46 fec: refactor init function 16 years ago
Sascha Hauer 4e8318368a fec: refactor set_multicast_list() to make it more readable 16 years ago
Sascha Hauer 22f6b860da fec: Codingstyle cleanups 16 years ago
Sascha Hauer 8d4dd5cff8 fec: remove unnecessary cast 16 years ago
Sascha Hauer 2e28532f7e fec: do not typedef struct types 16 years ago
Sascha Hauer f44d630528 fec: switch to writel/readl 16 years ago
Sascha Hauer fb922b0de6 FEC driver: add missing #endif 16 years ago
Greg Ungerer 43be63662d m68knommu: remove ColdFire specific setup code from FEC driver 16 years ago
Sascha Hauer ead731837d FEC: Turn FEC driver into platform device driver 16 years ago
Sascha Hauer 196719ecec fec: Add support for Freescale MX27 16 years ago
Sascha Hauer ccdc4f1981 fec: replace flush_dcache_range with dma_sync_single 16 years ago
Sascha Hauer 43268dcea7 fec: Fix KS8721BL_ICSR phy register offset 16 years ago
Sascha Hauer 4661e75b9d fec: use dma_alloc_coherent for descriptor ring 16 years ago
Sascha Hauer 6989f5122f fec: do not use memcpy on physical addresses 16 years ago
Sascha Hauer 6f501b173f fec: use linux/*.h instead of asm/*.h 16 years ago
Sascha Hauer 6a8ea2c6f5 fec: remove empty functions 16 years ago
Sascha Hauer 51bbc3e31c fec: remove unused #else branches 16 years ago
Matt Waddel b9d57f94bb m68knommu: correct the mii calculations for 532x ColdFire FEC 16 years ago
Wang Chen 4cf1653aa9 netdevice: safe convert to netdev_priv() #part-2 16 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago
Greg Ungerer 87f4abb45b m68knommu: remove last use of CONFIG_FADS and CONFIG_RPXCLASSIC 17 years ago
Sebastian Siewior c1863bed8c m68knommu: remove RPXCLASSIC from the m68k tree 17 years ago
Sebastian Siewior 0d176af5b7 m68knommu: fec: remove FADS 17 years ago
Sebastian Siewior 3b2b74cad3 m68knommu: fix FEC driver locking 17 years ago
Sebastian Siewior c1d9615680 m68knommu: kill warnings in FEC driver 17 years ago
Greg Ungerer 398ec922b9 m68knommu: remove unused interrupts in FEC driver 17 years ago
Greg Ungerer cc462f7df0 m68knommu: fix ColdFire 5272 fec driver hash registers 17 years ago
Greg Ungerer 0a504779d3 m68knommu: fix fec driver interrupt races 17 years ago
Philippe De Muyter be6cb66da7 m68knommu: improve mii_do_cmd code in FEC driver 18 years ago
Philippe De Muyter f909b1ef8c m68knommu: improve code formating FEC driver 18 years ago
Joe Perches 0795af5729 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 18 years ago
Jeff Garzik 09f75cd7bf [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code 18 years ago
Mike Cruse b8a94b3dec setup and detect 2nd phy on MCF5275 in FEC driver 18 years ago
Greg Ungerer f861d62e12 clean up reading of ICR register in FEC driver 18 years ago
Greg Ungerer cb84d6e7ad fix work queues in FEC driver 18 years ago
Greg Ungerer f0d3464f5c remove unused config symbol from FEC driver 18 years ago
Greg Ungerer 080853afe3 include cacheflush.h in FEC driver 18 years ago