aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/myri10ge/myri10ge.c
AgeCommit message (Expand)Author
2011-04-14myri10ge: fix rmmod crashStanislaw Gruszka
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2010-12-23PCI: make pci_restore_state return voidJon Mason
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-09-29myri10ge: DCA update (resubmit)Andrew Gallatin
2010-09-27myri10ge: Use netif_set_real_num_{rx, tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches
2010-08-11param: lock myri10ge_fw_name against sysfs changes.Rusty Russell
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-13myri10ge: use the DMA state API instead of the pci equivalentsFUJITA Tomonori
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-04-07myri10ge: fix rx_pause in myri10ge_set_pauseparamBrice Goglin
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15myri: remove dead codeDan Carpenter
2010-02-26myri10ge: optimize 4k-boundary check when stocking rx pagesBrice Goglin
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-26drivers/net/myri10ge: Use pr_<level> and netdev_<level>Joe Perches
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-08myri10ge: use src+dst for rss hashingBrice Goglin
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-10myri10ge: declare MODULE_FIRMWAREBen Hutchings
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-22myri10ge: improve port type reporting in ethtoolBrice Goglin
2009-10-07myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-12myri10ge: improve parity error detection and recoveryBrice Goglin
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet
2009-05-25myri10ge: Add support for vlan_featuresBrice Goglin
2009-05-25myri10ge: drop myri10ge_lro module parameterBrice Goglin
2009-05-25myri10ge: fix the invokation of lro_flush_allBrice Goglin
2009-05-19myri10ge: update version to 1.5.0-1.415Brice Goglin
2009-05-19myri10ge: allow LRO to be enabled via ethtoolBrice Goglin
2009-04-17myri10ge: fix compile errorAndrew Gallatin
2009-04-16myri10ge: fix tx ring size in ethtool -gBrice Goglin
2009-04-16myri10ge: add MODULE_DEVICE_TABLEBrice Goglin
2009-04-16myri10ge: allow per-board firmware overridingBrice Goglin
2009-04-16myri10ge: force stats update in ethtool gstatsBrice Goglin
2009-04-15myr10ge: again fix lro_gen_skb() alignmentStanislaw Gruszka
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller
2009-01-21net: Remove redundant NAPI functionsBen Hutchings