summaryrefslogtreecommitdiff
path: root/drivers/net/myri10ge
AgeCommit message (Expand)AuthorFilesLines
2007-03-23myri10ge: update driver version to 1.3.0-1.226Brice Goglin1-1/+1
2007-03-23myri10ge: fix management of >4kB allocated pagesBrice Goglin1-0/+8
2007-03-23myri10ge: update wcfifo and intr_coal_delay default valuesBrice Goglin1-2/+2
2007-03-23myri10ge: Serverworks HT2100 provides aligned PCIe completionBrice Goglin1-0/+8
2007-03-09myri10ge: add a wc_enabled flag to myri10ge_privBrice Goglin1-3/+7
2007-03-09myri10ge: prevent 4k rdma on SGI TIOCE chipsetBrice Goglin1-0/+6
2007-03-09myri10ge: use pci_map_page to prepare the dmatest bufferBrice Goglin1-6/+16
2007-03-09myri10ge: fix error checking and return value in myri10ge_allocate_ringsBrice Goglin1-0/+4
2007-03-02myri10ge: fix copyright and licenseBrice Goglin1-11/+11
2007-02-27myri10ge: workaround buggy adopted firmwaresBrice Goglin1-4/+23
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-10/+0
2007-01-18myri10ge: update driver version to 1.2.0Brice Goglin1-1/+1
2007-01-18myri10ge: check that we can get an irqBrice Goglin1-3/+12
2007-01-18myri10ge: make wc_fifo usage load-time tunableBrice Goglin1-1/+5
2006-12-26myri10ge: handle failures in suspend and resumeBrice Goglin1-5/+7
2006-12-26myri10ge: no need to save MSI and PCIe state in the driverBrice Goglin1-38/+9
2006-12-26myri10ge: make msi configurable at runtime through sysfsBrice Goglin1-1/+1
2006-12-26myri10ge: move request_irq to myri10ge_openBrice Goglin1-44/+54
2006-12-26myri10ge: match number of save_state and restoreBrice Goglin1-2/+10
2006-12-11[PATCH] myri10ge: update driver version to 1.1.0Brice Goglin1-1/+1
2006-12-11[PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin1-2/+2
2006-12-11[PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin1-2/+2
2006-12-11[PATCH] myri10ge: drop contiguous skb routinesBrice Goglin1-204/+8
2006-12-11[PATCH] myri10ge: switch to page-based skbBrice Goglin1-79/+93
2006-12-11[PATCH] myri10ge: add page-based skb routinesBrice Goglin1-0/+190
2006-12-11[PATCH] myri10ge: indentation cleanupsBrice Goglin1-4/+4
2006-12-07[PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rxBrice Goglin1-1/+3
2006-12-07Merge branch 'master' into upstreamJeff Garzik1-3/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-12-04[PATCH] myri10ge annotationsAl Viro3-72/+77
2006-12-02[NET]: Split skb->csumAl Viro1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-10-31[PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.hBrice Goglin1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-45/+232
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-4/+4
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-06[PATCH] myri10ge: improve firmware selectionBrice Goglin1-7/+28
2006-08-24[PATCH] myri10ge: use multicast support in the firmwareBrice Goglin2-8/+124
2006-08-24[PATCH] myri10ge: use netif_msg_linkBrice Goglin1-7/+39
2006-08-19[PATCH] myri10ge: convert to netdev_alloc_skbBrice Goglin1-17/+20
2006-08-19[PATCH] myri10ge: define some previously hardwired firmware constantsBrice Goglin2-8/+23
2006-08-09[PATCH] myri10ge: always re-enable dummy rdmas in myri10ge_resumeBrice Goglin1-1/+1
2006-08-03[PATCH] myri10ge - Fix spurious invokations of the watchdog reset handlerBrice Goglin1-1/+4
2006-08-03[PATCH] myri10ge - Write the firmware in 256-bytes chunksBrice Goglin1-12/+7
2006-07-29[PATCH] myri10ge - Always do a dummy RDMA after loading the firmwareBrice Goglin1-1/+1
2006-07-12[PATCH] myri10ge return value fixBrice Goglin1-3/+10
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-07-05[PATCH] myri10ge - Export more parameters to ethtoolBrice Goglin1-0/+5
2006-07-05[PATCH] myri10ge - Use dev_info() when printing parameters after probeBrice Goglin1-5/+4