Commit Graph

90 Commits (53c7886c189597ff3af3413ed4e87632853b6d51)

Author SHA1 Message Date
Greg Ungerer 6fcc040f02 net: allow FEC driver to use fixed PHY support 15 years ago
Oskar Schirmer 03c698c93f net/fec: carrier off initially to avoid root mount failure 15 years ago
Wolfram Sang 4bee1f9ac0 net/fec: restore interrupt mask after software-reset in fec_stop() 15 years ago
Richard Cochran 28b041139e net: preserve ifreq parameter when calling generic phy_mii_ioctl(). 15 years ago
Baruch Siach 97b72e4320 fec: use interrupt for MDIO completion indication 15 years ago
Eric Benard 87cad5c385 net/fec: clean suspend/resume 15 years ago
Denis Kirjanov 59d4289b83 fec: convert legacy PM hooks to dem_pm_ops 15 years ago
Denis Kirjanov 1273d97674 fec: Cleanup PHY probing 15 years ago
Denis Kirjanov c7621cb3d9 fec: convert TX hook to netdev_tx_t 15 years ago
Eric Bénard e3fe8558c7 net/fec: fix pm to survive to suspend/resume 15 years ago
Bryan Wu 418bd0d4df netdev/fec: fix ifconfig eth0 down hang issue 15 years ago
Baruch Siach 5eb32bd059 fec: add support for PHY interface platform data 15 years ago
Eric Dumazet 1ae5dc342a net: trans_start cleanups 15 years ago
Mattias Walström 7cff0943a1 FEC: Fix kernel panic in fec_set_mac_address. 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Bryan Wu e6b043d512 netdev/fec.c: add phylib supporting to enable carrier detection (v2) 15 years ago
Jiri Pirko 48e2f183cb net: convert multiple drivers to use netdev_for_each_mc_addr, part4 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Amit Kucheria fceb291919 fec: Add LAN8700 phy support 15 years ago
Rob Herring 633e7533ce fec: fix uninitialized rx buffer usage 15 years ago
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