index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
ipoib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-5
/
+19
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-42
/
+24
*
[infiniband] Update all other MAD users to use a management interface
Michael Brown
2009-08-08
1
-4
/
+28
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-17
1
-1
/
+1
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-17
1
-1
/
+2
*
[ipoib] Attempt the broadcast group join only if the link is up
Michael Brown
2009-07-17
1
-9
/
+4
*
[ipoib] Remove the queue set abstraction
Michael Brown
2009-07-17
1
-20
/
+36
*
[ipoib] Kill off the now-unused IPoIB metadata queue set
Michael Brown
2009-07-17
1
-144
/
+39
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-17
1
-129
/
+13
*
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
2009-07-17
1
-6
/
+4
*
[ipoib] Clarify new role of IPoIB peer cache as for MAC addresses only
Michael Brown
2009-07-17
1
-39
/
+21
*
[ipoib] Expose the real broadcast MAC
Michael Brown
2009-07-17
1
-46
/
+37
*
[ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC address
Michael Brown
2009-07-17
1
-10
/
+3
*
[infiniband] Provide a general mechanism for path record lookups
Michael Brown
2009-07-17
1
-108
/
+8
*
[infiniband] Centralise SMA and GMA queue constants
Michael Brown
2009-07-17
1
-7
/
+7
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-17
1
-6
/
+3
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-17
1
-3
/
+3
*
[infiniband] Split queue set functionality out of ipoib.c to ib_qset.c
Michael Brown
2009-07-17
1
-137
/
+32
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-1
/
+18
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-2
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[infiniband] Call ib_open() only when opening the IPoIB net device
Michael Brown
2009-01-02
1
-0
/
+12
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-2
/
+2
*
[infiniband] Respect hop pointer when building directed route SMP return path
Michael Brown
2008-11-12
1
-45
/
+47
*
[ipoib] Kill off the IPoIB pseudo-header
Michael Brown
2008-11-11
1
-109
/
+197
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
1
-8
/
+10
*
[infiniband] Pass address vector in receive completions
Michael Brown
2008-11-11
1
-60
/
+49
*
[infiniband] Maintain queue fill level as a property of a work queue
Michael Brown
2008-11-11
1
-11
/
+4
*
[infiniband] Flush uncompleted work queue entries at QP teardown
Michael Brown
2008-11-11
1
-5
/
+16
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-14
/
+13
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
1
-0
/
+16
*
[netdevice] Add maximum packet length as a net device property
Michael Brown
2008-10-16
1
-4
/
+1
*
[undi] Fill in ProtType correctly in PXENV_UNDI_ISR
Michael Brown
2008-08-20
1
-21
/
+22
*
[NETDEV] Add notion of link state
Michael Brown
2008-04-22
1
-1
/
+19
*
[Infiniband] Add preliminary multiple port support for Hermon cards
Michael Brown
2008-04-18
1
-93
/
+164
*
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
2008-03-02
1
-1
/
+0
*
[Infiniband] Add preliminary support for multi-port devices.
Michael Brown
2008-02-27
1
-5
/
+5
*
Removed more hacks, and adjusted number of queue entries for likely usage.
Michael Brown
2007-09-17
1
-3
/
+3
*
Remove hacks, and fix leaving the multicast GID.
Michael Brown
2007-09-17
1
-25
/
+1
*
Added an almost obscene amount of debugging and assertion code while
Michael Brown
2007-09-17
1
-7
/
+15
*
Some interesting packet corruption happening now.
Michael Brown
2007-09-17
1
-43
/
+180
*
Broadcast GID is now calculated by IPoIB layer.
Michael Brown
2007-09-17
1
-3
/
+100
*
Cleaned up some debug messages.
Michael Brown
2007-09-17
1
-14
/
+3
*
Unicasts seem to be working. :)
Michael Brown
2007-09-17
1
-30
/
+111
*
Dead code disabling
Michael Brown
2007-09-17
1
-5
/
+4
*
Obtains a response to the get path record!
Michael Brown
2007-09-17
1
-9
/
+172
*
Prepare for adding a metadata queue to IPoIB
Michael Brown
2007-09-17
1
-51
/
+120
*
IPoIB code separated out to ipoib.c.
Michael Brown
2007-09-17
1
-0
/
+411