summaryrefslogtreecommitdiffstats
path: root/drivers/net/myri10ge
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-261-2/+1Star
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-261-2/+3
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* myri10ge: update driver version to 1.3.0-1.233Brice Goglin2007-04-111-1/+1
* myri10ge: more Intel chipsets providing aligned PCIe completionsBrice Goglin2007-04-111-0/+16
* myri10ge: fix management of the firmware 4KB boundary crossing restrictionBrice Goglin2007-04-111-11/+8Star
* myri10ge: correctly detect when TSO should be usedBrice Goglin2007-03-281-4/+3Star
* myri10ge: update driver version to 1.3.0-1.226Brice Goglin2007-03-231-1/+1
* myri10ge: fix management of >4kB allocated pagesBrice Goglin2007-03-231-0/+8
* myri10ge: update wcfifo and intr_coal_delay default valuesBrice Goglin2007-03-231-2/+2
* myri10ge: Serverworks HT2100 provides aligned PCIe completionBrice Goglin2007-03-231-0/+8
* myri10ge: add a wc_enabled flag to myri10ge_privBrice Goglin2007-03-091-3/+7
* myri10ge: prevent 4k rdma on SGI TIOCE chipsetBrice Goglin2007-03-091-0/+6
* myri10ge: use pci_map_page to prepare the dmatest bufferBrice Goglin2007-03-091-6/+16
* myri10ge: fix error checking and return value in myri10ge_allocate_ringsBrice Goglin2007-03-091-0/+4
* myri10ge: fix copyright and licenseBrice Goglin2007-03-031-11/+11
* myri10ge: workaround buggy adopted firmwaresBrice Goglin2007-02-271-4/+23
* remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-051-10/+0Star
* myri10ge: update driver version to 1.2.0Brice Goglin2007-01-181-1/+1
* myri10ge: check that we can get an irqBrice Goglin2007-01-181-3/+12
* myri10ge: make wc_fifo usage load-time tunableBrice Goglin2007-01-181-1/+5
* myri10ge: handle failures in suspend and resumeBrice Goglin2006-12-261-5/+7
* myri10ge: no need to save MSI and PCIe state in the driverBrice Goglin2006-12-261-38/+9Star
* myri10ge: make msi configurable at runtime through sysfsBrice Goglin2006-12-261-1/+1
* myri10ge: move request_irq to myri10ge_openBrice Goglin2006-12-261-44/+54
* myri10ge: match number of save_state and restoreBrice Goglin2006-12-261-2/+10
* [PATCH] myri10ge: update driver version to 1.1.0Brice Goglin2006-12-111-1/+1
* [PATCH] myri10ge: fix big_bytes in case of vlan framesBrice Goglin2006-12-111-2/+2
* [PATCH] myri10ge: Full vlan frame in small_bytesBrice Goglin2006-12-111-2/+2
* [PATCH] myri10ge: drop contiguous skb routinesBrice Goglin2006-12-111-204/+8Star
* [PATCH] myri10ge: switch to page-based skbBrice Goglin2006-12-111-79/+93
* [PATCH] myri10ge: add page-based skb routinesBrice Goglin2006-12-111-0/+190
* [PATCH] myri10ge: indentation cleanupsBrice Goglin2006-12-111-4/+4
* [PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rxBrice Goglin2006-12-071-1/+3
* Merge branch 'master' into upstreamJeff Garzik2006-12-071-3/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
| |\
| * | WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
* | | [PATCH] myri10ge annotationsAl Viro2006-12-043-72/+77
| |/ |/|
* | [NET]: Split skb->csumAl Viro2006-12-031-1/+1
|/
* [PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.hBrice Goglin2006-11-011-1/+0Star
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-242-45/+232
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * [PATCH] myri10ge: improve firmware selectionBrice Goglin2006-09-061-7/+28
| * [PATCH] myri10ge: use multicast support in the firmwareBrice Goglin2006-08-242-8/+124
| * [PATCH] myri10ge: use netif_msg_linkBrice Goglin2006-08-241-7/+39
| * [PATCH] myri10ge: convert to netdev_alloc_skbBrice Goglin2006-08-191-17/+20
| * [PATCH] myri10ge: define some previously hardwired firmware constantsBrice Goglin2006-08-192-8/+23
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-4/+4
|/