aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tc35815.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-19/+19
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-13Revert "tc35815: fix iomap leak"David S. Miller1-3/+1
2010-07-12tc35815: fix iomap leakKulikov Vasiliy1-1/+3
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-26tc35815: Fix double locking on NAPIAtsushi Nemoto1-2/+11
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-4/+4
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-02-23tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ONAtsushi Nemoto1-1/+0
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-11-02tc35815: Kill unused codeAtsushi Nemoto1-221/+3
2009-11-02tc35815: Kill non-napi codeAtsushi Nemoto1-67/+1
2009-10-28tc35815: Enable NAPIAtsushi Nemoto1-0/+1
2009-10-28tc35815: Fix return value of tc35815_do_interrupt when NAPI enabledAtsushi Nemoto1-0/+5
2009-08-06tc35815: Use 0 RxFragSize.MinFrag value for non-packing modeAtsushi Nemoto1-2/+0
2009-08-06tc35815: Fix rx_missed_errors countAtsushi Nemoto1-1/+1
2009-08-06tc35815: Increase timeout for mdioAtsushi Nemoto1-2/+4
2009-08-06tc35815: Improve BLEx / FDAEx handlingAtsushi Nemoto1-34/+26
2009-08-06tc35815: Disable StripCRCAtsushi Nemoto1-3/+4
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-17drivers/net: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(Joe Perches1-8/+5
2009-04-13tc35815: convert to net_device_opsAlexander Beregalov1-10/+17
2009-04-02tc35815: Fix build error if NAPI enabledAtsushi Nemoto1-1/+1
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-12-11tc35815: Enable StripCRC featureAtsushi Nemoto1-8/+12
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31tc35815: Define more Rx status bitsAtsushi Nemoto1-2/+3
2008-10-27net: convert print_mac to %pMJohannes Berg1-11/+6
2008-10-12net/tc35815.c: fix compilationAdrian Bunk1-1/+1
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-18/+27
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-1/+0
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-06-27tc35815: Fix receiver hangup on Rx FIFO overflowAtsushi Nemoto1-1/+1
2008-06-27tc35815: Mark carrier-off before starting PHYAtsushi Nemoto1-0/+2
2008-04-17tc35815: Statistics cleanupAtsushi Nemoto1-1/+2
2008-04-16tc35815: Whitespace cleanupAtsushi Nemoto1-185/+187
2008-04-16tc35815: Use generic PHY layerAtsushi Nemoto1-751/+301
2008-04-16tc35815: Use managed pci iomap helperAtsushi Nemoto1-83/+38
2008-04-16tc35815: Use netdev_priv()Atsushi Nemoto1-39/+39
2008-04-16tc35815: Use print_mac() helperAtsushi Nemoto1-22/+14
2008-04-16tc35815: Statistics cleanupAtsushi Nemoto1-30/+31