aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/mtnic.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-21[hermon] Add support for dual-protocol devicesMichael Brown1-1853/+0
2010-08-17[mtnic] Switch to malloc_dma() and free_dma()Piotr JaroszyƄski1-29/+29
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-8/+8
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+3
2009-03-26[pci] Add driver_data field to struct pci_device_idThomas Miletich1-4/+4
2009-02-09[mtnic] Add multiport support and some minor fixesItay Gazit1-464/+555
2008-11-19[x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown1-2/+3
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-14/+14
2008-04-22[MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cardsMichael Brown1-80/+77
2008-04-22[NETDEV] Add notion of link stateMichael Brown1-0/+3
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2008-02-13Added mtnic driver provided by Mellanox.Michael Brown1-0/+1758