summaryrefslogtreecommitdiff
path: root/drivers/net/cxgb3/cxgb3_ioctl.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-14cxgb3: extend copyrights to 2008Divy Le Ray1-1/+1
Update copyright banner to 2008. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-09cxgb3: Allocate multiqueues at init timeDivy Le Ray1-0/+2
Allocate a queue set per core, up to the maximum of available qsets. Share the queue sets on multi port adapters. Rename MSI-X interrupt vectors ethX-N, N being the queue set number. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2008-05-22cxgb3 - Add LRO supportDivy Le Ray1-0/+1
Add LRO support. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2007-02-27cxgb3 - private ioctl cleanupDivy Le Ray1-22/+11
Clean up some private ioctls. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-06cxgb3 - Add dual licensingDivy Le Ray1-7/+27
Dual licensing, needed for OFED 1.2 Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-06Add support for the latest 1G/10G Chelsio adapter, T3.Divy Le Ray1-0/+165
This driver is required by the Chelsio T3 RDMA driver posted by Steve Wise. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>