index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
infiniband.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[infiniband] Make IPoIB support configurable at build time
Michael Brown
2016-03-09
1
-3
/
+0
*
[infiniband] Assign names to queue pairs
Michael Brown
2016-03-08
1
-6
/
+9
*
[infiniband] Assign names to Infiniband devices for debug messages
Michael Brown
2016-03-08
1
-55
/
+69
*
[infiniband] Profile post work queue entry operations
Michael Brown
2016-01-10
1
-0
/
+25
*
[ipoib] Fix a race when chain-loading undionly.kpxe in IPoIB
Wissam Shoukair
2015-08-17
1
-0
/
+6
*
[build] Fix the REQUIRE_SYMBOL mechanism
Michael Brown
2015-03-05
1
-0
/
+3
*
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Michael Brown
2015-03-05
1
-0
/
+3
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[infiniband] Include destination address vector in ib_complete_recv()
Michael Brown
2012-08-31
1
-2
/
+5
*
[infiniband] Use explicit "source" and "dest" address vector parameter names
Michael Brown
2012-08-31
1
-16
/
+15
*
[infiniband] Allow queue pairs to have a custom allocator for receive iobufs
Michael Brown
2012-08-31
1
-2
/
+5
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[infiniband] Reset port state after closing device
Michael Brown
2011-11-15
1
-0
/
+1
*
[infiniband] Open device prior to creating SMI and GSI queue pairs
Michael Brown
2011-11-15
1
-9
/
+9
*
[infiniband] Poll event queues only for devices that are open
Michael Brown
2011-11-15
1
-1
/
+1
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-4
/
+1
*
[list] Fix typographical error from previous commit
Shao Miller
2010-11-11
1
-1
/
+2
*
[list] Add list_first_entry()
Michael Brown
2010-11-08
1
-5
/
+5
*
[infiniband] Add the notion of an Ethernet queue pair type
Michael Brown
2010-09-21
1
-1
/
+1
*
[infiniband] Avoid leaving uninitialised lists in struct ib_device
Michael Brown
2010-09-21
1
-0
/
+2
*
[infiniband] Add node GUID as distinct from the first port GUID
Michael Brown
2010-09-16
1
-11
/
+5
*
[infiniband] Match GID/GUID terminology as used in the IBA
Michael Brown
2010-09-15
1
-7
/
+6
*
[infiniband] Add the concept of an Infiniband upper-layer driver
Michael Brown
2010-09-05
1
-38
/
+82
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
1
-4
/
+8
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
1
-10
/
+10
*
[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULT
Michael Brown
2009-11-16
1
-1
/
+1
*
[infiniband] Report IB link status as IPoIB netdevice status
Michael Brown
2009-11-16
1
-0
/
+28
*
[infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()
Michael Brown
2009-08-10
1
-0
/
+23
*
[infiniband] Add find_ibdev()
Michael Brown
2009-08-10
1
-0
/
+16
*
[process] Make it safe to call process_add() multiple times
Michael Brown
2009-08-10
1
-0
/
+1
*
[infiniband] Update all other MAD users to use a management interface
Michael Brown
2009-08-09
1
-9
/
+8
*
[infiniband] Update subnet management agent to use a management interface
Michael Brown
2009-08-09
1
-6
/
+18
*
[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}
Michael Brown
2009-08-06
1
-6
/
+6
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-18
1
-12
/
+43
*
[infiniband] Pass a generic MAD to ib_set_port_info()
Michael Brown
2009-07-18
1
-5
/
+5
*
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
2009-07-18
1
-2
/
+19
*
[infiniband] Always create an SMA and a GMA
Michael Brown
2009-07-18
1
-10
/
+23
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-18
1
-1
/
+4
*
[infiniband] Allow completion queue operations to be optional
Michael Brown
2009-07-18
1
-2
/
+12
*
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
2009-07-18
1
-0
/
+25
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-18
1
-0
/
+4
*
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
2009-07-18
1
-0
/
+6
*
[infiniband] Create a general management agent
Michael Brown
2009-07-18
1
-7
/
+29
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-18
1
-3
/
+109
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-18
1
-0
/
+7
*
[infiniband] Provide ib_get_hca_info() as a commonly-available function
Michael Brown
2009-07-18
1
-0
/
+26
*
[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
-7
/
+36
*
[infiniband] Add raw packet parser and constructor
Michael Brown
2008-11-11
1
-8
/
+127
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
1
-149
/
+2
[next]