aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/myri10ge/myri10ge.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11myri*: Move the Myricom driversGravatar Jeff Kirsher 1-4236/+0
2011-06-29myri10ge: update versionGravatar Jon Mason 1-2/+2
2011-06-29myri10ge: misc style cleanupsGravatar Jon Mason 1-18/+14
2011-06-29myri10ge: remove unnecessary read of PCI_CAP_ID_EXPGravatar Jon Mason 1-6/+5
2011-06-29myri10ge: add support for set_phys_idGravatar Jon Mason 1-0/+55
2011-06-29myri10ge: allow small_bytes = 0Gravatar Jon Mason 1-3/+11
2011-06-29myri10ge: rework parity error check and cleanupGravatar Jon Mason 1-40/+60
2011-06-29myri10ge: Mask PCI Surprise Link Down EventsGravatar Jon Mason 1-0/+21
2011-06-29myri10ge: ensure tx queues remain stoppedGravatar Jon Mason 1-1/+2
2011-06-21ip: introduce ip_is_fragment helper inline functionGravatar Paul Gortmaker 1-1/+1
2011-06-20myricom: remove stats_lockGravatar Eric Dumazet 1-7/+3
2011-06-08myricom: update to 64 bit statsGravatar stephen hemminger 1-6/+8
2011-06-05drivers/net: Remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersGravatar Paul Gortmaker 1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIGravatar David Decotigny 1-1/+1
2011-04-18net: myri10ge: convert to hw_featuresGravatar Michał Mirosław 1-54/+12
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-27myri10ge: small rx_done refactoringGravatar Stanislaw Gruszka 1-14/+23
2011-03-23myri10ge: fix rmmod crashGravatar Stanislaw Gruszka 1-0/+1
2011-01-24net: change netdev->features to u32Gravatar Michał Mirosław 1-2/+2
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-3/+1
2010-12-23PCI: make pci_restore_state return voidGravatar Jon Mason 1-3/+1
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startGravatar Michał Mirosław 1-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Gravatar Tejun Heo 1-1/+1
2010-09-29myri10ge: DCA update (resubmit)Gravatar Andrew Gallatin 1-4/+30
2010-09-27myri10ge: Use netif_set_real_num_{rx, tx}_queues()Gravatar Ben Hutchings 1-2/+3
2010-09-26drivers/net: return operator cleanupGravatar Eric Dumazet 1-3/+3
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocGravatar Joe Perches 1-2/+2
2010-08-11param: lock myri10ge_fw_name against sysfs changes.Gravatar Rusty Russell 1-13/+41
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsGravatar Ben Hutchings 1-3/+7
2010-04-14drivers: net: use skb_headlen()Gravatar Eric Dumazet 1-1/+1
2010-04-13myri10ge: use the DMA state API instead of the pci equivalentsGravatar FUJITA Tomonori 1-22/+22
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+2
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-0/+1
2010-04-07myri10ge: fix rx_pause in myri10ge_set_pauseparamGravatar Brice Goglin 1-1/+1
2010-04-03net: convert multicast list to list_headGravatar Jiri Pirko 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-15myri: remove dead codeGravatar Dan Carpenter 1-1/+0
2010-02-26myri10ge: optimize 4k-boundary check when stocking rx pagesGravatar Brice Goglin 1-4/+7
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Gravatar Jiri Pirko 1-1/+1
2010-02-26drivers/net/myri10ge: Use pr_<level> and netdev_<level>Gravatar Joe Perches 1-116/+67
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Gravatar Alexey Dobriyan 1-1/+1
2009-12-08myri10ge: use src+dst for rss hashingGravatar Brice Goglin 1-2/+2
2009-12-03drivers/net: Move && and || to end of previous lineGravatar Joe Perches 1-8/+8
2009-11-10myri10ge: declare MODULE_FIRMWAREGravatar Ben Hutchings 1-0/+4
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-3/+14
2009-10-22myri10ge: improve port type reporting in ethtoolGravatar Brice Goglin 1-3/+14
2009-10-07myri10ge: Use the instance of net_device_stats from net_device.Gravatar Ajit Khaparde 1-3/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tGravatar Stephen Hemminger 1-4/+7
2009-08-12myri10ge: improve parity error detection and recoveryGravatar Brice Goglin 1-17/+46