summaryrefslogtreecommitdiffstats
path: root/drivers/net/myri10ge
Commit message (Expand)AuthorAgeFilesLines
* myri10ge: update versionJon Mason2011-06-291-2/+2
* myri10ge: misc style cleanupsJon Mason2011-06-291-18/+14Star
* myri10ge: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-291-6/+5Star
* myri10ge: add support for set_phys_idJon Mason2011-06-292-0/+57
* myri10ge: allow small_bytes = 0Jon Mason2011-06-291-3/+11
* myri10ge: rework parity error check and cleanupJon Mason2011-06-291-40/+60
* myri10ge: Mask PCI Surprise Link Down EventsJon Mason2011-06-291-0/+21
* myri10ge: ensure tx queues remain stoppedJon Mason2011-06-291-1/+2
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* myricom: remove stats_lockEric Dumazet2011-06-201-7/+3Star
* myricom: update to 64 bit statsstephen hemminger2011-06-091-6/+8
* drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* net: myri10ge: convert to hw_featuresMichał Mirosław2011-04-191-54/+12Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* myri10ge: small rx_done refactoringStanislaw Gruszka2011-03-281-14/+23
* myri10ge: fix rmmod crashStanislaw Gruszka2011-03-231-0/+1
* net: change netdev->features to u32Michał Mirosław2011-01-251-2/+2
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-141-3/+1Star
|\
| * PCI: make pci_restore_state return voidJon Mason2010-12-231-3/+1Star
* | net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław2010-12-161-1/+1
* | drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-1/+1
|/
* myri10ge: DCA update (resubmit)Andrew Gallatin2010-09-301-4/+30
* myri10ge: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings2010-09-281-2/+3
* drivers/net: return operator cleanupEric Dumazet2010-09-271-3/+3
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-181-2/+2
* param: lock myri10ge_fw_name against sysfs changes.Rusty Russell2010-08-111-13/+41
* ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-3/+7
* drivers: net: use skb_headlen()Eric Dumazet2010-04-151-1/+1
* myri10ge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-04-131-22/+22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+2
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-111-0/+1
| |\
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * | myri10ge: fix rx_pause in myri10ge_set_pauseparamBrice Goglin2010-04-081-1/+1
| |/
* / net: convert multicast list to list_headJiri Pirko2010-04-031-4/+4
|/
* myri: remove dead codeDan Carpenter2010-03-161-1/+0Star
* myri10ge: optimize 4k-boundary check when stocking rx pagesBrice Goglin2010-02-261-4/+7
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-261-1/+1
* drivers/net/myri10ge: Use pr_<level> and netdev_<level>Joe Perches2010-02-261-116/+67Star
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* myri10ge: use src+dst for rss hashingBrice Goglin2009-12-091-2/+2
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-8/+8
* myri10ge: declare MODULE_FIRMWAREBen Hutchings2009-11-111-0/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-3/+14
|\
| * myri10ge: improve port type reporting in ethtoolBrice Goglin2009-10-231-3/+14
* | myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-081-3/+2Star
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-4/+7
* myri10ge: improve parity error detection and recoveryBrice Goglin2009-08-131-17/+46
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2