summaryrefslogtreecommitdiff
path: root/drivers/net/tc35815.c
AgeCommit message (Expand)Author
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-03-31Fix common misspellingsLucas De Marchi
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-07-13Revert "tc35815: fix iomap leak"David S. Miller
2010-07-12tc35815: fix iomap leakKulikov Vasiliy
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-02-26tc35815: Fix double locking on NAPIAtsushi Nemoto
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-23tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ONAtsushi Nemoto
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-11-02tc35815: Kill unused codeAtsushi Nemoto
2009-11-02tc35815: Kill non-napi codeAtsushi Nemoto
2009-10-28tc35815: Enable NAPIAtsushi Nemoto
2009-10-28tc35815: Fix return value of tc35815_do_interrupt when NAPI enabledAtsushi Nemoto
2009-08-06tc35815: Use 0 RxFragSize.MinFrag value for non-packing modeAtsushi Nemoto
2009-08-06tc35815: Fix rx_missed_errors countAtsushi Nemoto
2009-08-06tc35815: Increase timeout for mdioAtsushi Nemoto
2009-08-06tc35815: Improve BLEx / FDAEx handlingAtsushi Nemoto
2009-08-06tc35815: Disable StripCRCAtsushi Nemoto
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-05-17drivers/net: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(Joe Perches
2009-04-13tc35815: convert to net_device_opsAlexander Beregalov
2009-04-02tc35815: Fix build error if NAPI enabledAtsushi Nemoto
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-11tc35815: Enable StripCRC featureAtsushi Nemoto
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31tc35815: Define more Rx status bitsAtsushi Nemoto
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-10-12net/tc35815.c: fix compilationAdrian Bunk
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller
2008-06-27tc35815: Fix receiver hangup on Rx FIFO overflowAtsushi Nemoto
2008-06-27tc35815: Mark carrier-off before starting PHYAtsushi Nemoto
2008-04-17tc35815: Statistics cleanupAtsushi Nemoto
2008-04-16tc35815: Whitespace cleanupAtsushi Nemoto
2008-04-16tc35815: Use generic PHY layerAtsushi Nemoto
2008-04-16tc35815: Use managed pci iomap helperAtsushi Nemoto
2008-04-16tc35815: Use netdev_priv()Atsushi Nemoto
2008-04-16tc35815: Use print_mac() helperAtsushi Nemoto
2008-04-16tc35815: Statistics cleanupAtsushi Nemoto