summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ipoib.c
Commit message (Expand)AuthorAgeFilesLines
...
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-181-7/+7
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-181-6/+3Star
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-181-3/+3
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-181-137/+32Star
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-181-1/+18
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-2/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-0/+12
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-2/+2
* [infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown2008-11-121-45/+47
* [ipoib] Kill off the IPoIB pseudo-headerMichael Brown2008-11-111-109/+197
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-111-8/+10
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-111-60/+49Star
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-11/+4Star
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-5/+16
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-161-14/+13Star
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-161-0/+16
* [netdevice] Add maximum packet length as a net device propertyMichael Brown2008-10-161-4/+1Star
* [undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown2008-08-201-21/+22
* [NETDEV] Add notion of link stateMichael Brown2008-04-221-1/+19
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-181-93/+164
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+0Star
* [Infiniband] Add preliminary support for multi-port devices.Michael Brown2008-02-271-5/+5
* Removed more hacks, and adjusted number of queue entries for likely usage.Michael Brown2007-09-171-3/+3
* Remove hacks, and fix leaving the multicast GID.Michael Brown2007-09-171-25/+1Star
* Added an almost obscene amount of debugging and assertion code whileMichael Brown2007-09-171-7/+15
* Some interesting packet corruption happening now.Michael Brown2007-09-171-43/+180
* Broadcast GID is now calculated by IPoIB layer.Michael Brown2007-09-171-3/+100
* Cleaned up some debug messages.Michael Brown2007-09-171-14/+3Star
* Unicasts seem to be working. :)Michael Brown2007-09-171-30/+111
* Dead code disablingMichael Brown2007-09-171-5/+4Star
* Obtains a response to the get path record!Michael Brown2007-09-171-9/+172
* Prepare for adding a metadata queue to IPoIBMichael Brown2007-09-171-51/+120
* IPoIB code separated out to ipoib.c.Michael Brown2007-09-171-0/+411