aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/myri10ge (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches1-2/+2
2010-08-11param: lock myri10ge_fw_name against sysfs changes.Rusty Russell1-13/+41
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-3/+7
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-1/+1
2010-04-13myri10ge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-22/+22
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-07myri10ge: fix rx_pause in myri10ge_set_pauseparamBrice Goglin1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15myri: remove dead codeDan Carpenter1-1/+0
2010-02-26myri10ge: optimize 4k-boundary check when stocking rx pagesBrice Goglin1-4/+7
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-1/+1
2010-02-26drivers/net/myri10ge: Use pr_<level> and netdev_<level>Joe Perches1-116/+67
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-08myri10ge: use src+dst for rss hashingBrice Goglin1-2/+2
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-8/+8
2009-11-10myri10ge: declare MODULE_FIRMWAREBen Hutchings1-0/+4
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+14
2009-10-22myri10ge: improve port type reporting in ethtoolBrice Goglin1-3/+14
2009-10-07myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde1-3/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-4/+7
2009-08-12myri10ge: improve parity error detection and recoveryBrice Goglin1-17/+46
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-25myri10ge: Add support for vlan_featuresBrice Goglin1-1/+7
2009-05-25myri10ge: drop myri10ge_lro module parameterBrice Goglin1-6/+1
2009-05-25myri10ge: fix the invokation of lro_flush_allBrice Goglin1-1/+2
2009-05-19myri10ge: update version to 1.5.0-1.415Brice Goglin1-1/+1
2009-05-19myri10ge: allow LRO to be enabled via ethtoolBrice Goglin1-4/+13
2009-04-17myri10ge: fix compile errorAndrew Gallatin1-1/+1
2009-04-16myri10ge: fix tx ring size in ethtool -gBrice Goglin1-1/+1
2009-04-16myri10ge: add MODULE_DEVICE_TABLEBrice Goglin1-1/+3
2009-04-16myri10ge: allow per-board firmware overridingBrice Goglin1-2/+23
2009-04-16myri10ge: force stats update in ethtool gstatsBrice Goglin1-0/+7
2009-04-15myr10ge: again fix lro_gen_skb() alignmentStanislaw Gruszka1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-24myri10ge: update firmware headers to 1.4.41Brice Goglin1-0/+9
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller1-0/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-20myri10ge: don't forget pci_disable_device()Brice Goglin1-6/+9
2009-01-05myri10ge: print MAC and serial number on probe failureBrice Goglin1-1/+5
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-25myri10ge: update driver version to 1.4.4-1.395Brice Goglin1-1/+1
2008-12-25myri10ge: update firmware headers to 1.4.37Brice Goglin2-83/+93
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-12-09myri10ge: check fragmentation in LRO get_frag_header()Brice Goglin1-0/+2