aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pch_gbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-7/+16
2011-05-09pch_gbe: support ML7223 IOHTomoya1-0/+11
2011-05-09PCH_GbE : Fixed the issue of checksum judgmentToshiharu Okada1-5/+4
2011-05-09PCH_GbE : Fixed the issue of collision detectionToshiharu Okada1-2/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+7
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2-4/+4
2011-04-20net: pch_gbe: convert to hw_featuresMichał Mirosław4-74/+42
2011-03-31Fix common misspellingsLucas De Marchi3-10/+10
2011-03-24net: fix pch_gbe section mismatch warningRandy Dunlap1-3/+3
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-1/+1
2011-02-14pch_gbe: Fix the MAC Address load issue.Toshiharu Okada2-1/+8
2011-02-13pch_gbe: Fix the issue that the receiving data is not normal.Toshiharu Okada1-42/+55
2011-02-09pch_gbe: Fix the issue which a driver locks when rx offload is set by ethtoolToshiharu Okada1-8/+4
2011-01-24pch_gbe: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-7/+7
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-21/+4
2010-11-29pch_gbe driver: The wrong of initializer entryToshiharu Okada1-4/+4
2010-11-29pch_gbe dreiver: chang authorToshiharu Okada1-3/+3
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-10-21pch_gbe: make local functions staticstephen hemminger3-15/+17
2010-10-17drivers/net/pch_gbe: Use DEFINE_PCI_DEVICE_TABLEJoe Perches1-1/+1
2010-10-16pch_gbe: fix if condition in set_settings()Dan Carpenter1-1/+2
2010-10-11NET: pch, fix use after freeJiri Slaby1-1/+1
2010-09-28pch_gbe: add header filesRandy Dunlap1-0/+2
2010-09-24net: Add Gigabit Ethernet driver of Topcliff PCHMasayuki Ohtake9-0/+4811