aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/myri10ge
AgeCommit message (Expand)Author
2007-06-03myri10ge: report link up/down in standard ethtool wayBrice Goglin
2007-05-08myri10ge: replace the chipset whitelist with firmware autodetectionBrice Goglin
2007-05-08myri10ge: move the DMA test code into its own functionBrice Goglin
2007-05-08myri10ge: fix restoring of multicast list after resetBrice Goglin
2007-05-08myri10ge: update firmware headersBrice Goglin
2007-05-08myri10ge: support new firmware countersBrice Goglin
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-04-11myri10ge: update driver version to 1.3.0-1.233Brice Goglin
2007-04-11myri10ge: more Intel chipsets providing aligned PCIe completionsBrice Goglin
2007-04-11myri10ge: fix management of the firmware 4KB boundary crossing restrictionBrice Goglin
2007-03-28myri10ge: correctly detect when TSO should be usedBrice Goglin
2007-03-23myri10ge: update driver version to 1.3.0-1.226Brice Goglin
2007-03-23myri10ge: fix management of >4kB allocated pagesBrice Goglin
2007-03-23myri10ge: update wcfifo and intr_coal_delay default valuesBrice Goglin
2007-03-23myri10ge: Serverworks HT2100 provides aligned PCIe completionBrice Goglin
2007-03-09myri10ge: add a wc_enabled flag to myri10ge_privBrice Goglin
2007-03-09myri10ge: prevent 4k rdma on SGI TIOCE chipsetBrice Goglin
2007-03-09myri10ge: use pci_map_page to prepare the dmatest bufferBrice Goglin
2007-03-09myri10ge: fix error checking and return value in myri10ge_allocate_ringsBrice Goglin
2007-03-02myri10ge: fix copyright and licenseBrice Goglin
2007-02-27myri10ge: workaround buggy adopted firmwaresBrice Goglin
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven
2007-01-18myri10ge: update driver version to 1.2.0Brice Goglin
2007-01-18myri10ge: check that we can get an irqBrice Goglin
2007-01-18myri10ge: make wc_fifo usage load-time tunableBrice Goglin
2006-12-26myri10ge: handle failures in suspend and resumeBrice Goglin
2006-12-26myri10ge: no need to save MSI and PCIe state in the driverBrice Goglin
2006-12-26myri10ge: make msi configurable at runtime through sysfsBrice Goglin
2006-12-26myri10ge: move request_irq to myri10ge_openBrice Goglin
2006-12-26myri10ge: match number of save_state and restoreBrice Goglin
2006-12-11[PATCH] myri10ge: update driver version to 1.1.0Brice Goglin
2006-12-11[PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin
2006-12-11[PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin
2006-12-11[PATCH] myri10ge: drop contiguous skb routinesBrice Goglin
2006-12-11[PATCH] myri10ge: switch to page-based skbBrice Goglin
2006-12-11[PATCH] myri10ge: add page-based skb routinesBrice Goglin
2006-12-11[PATCH] myri10ge: indentation cleanupsBrice Goglin
2006-12-07[PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rxBrice Goglin
2006-12-07Merge branch 'master' into upstreamJeff Garzik
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-04[PATCH] myri10ge annotationsAl Viro
2006-12-02[NET]: Split skb->csumAl Viro
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-31[PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.hBrice Goglin
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy