summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [3c595] Fix compilation when "char" is unsigned by defaultMichael Brown2016-03-121-1/+1
* [serial] Add missing #include <string.h>Michael Brown2016-03-121-0/+1
* [test] Add missing #include <string.h>Michael Brown2016-03-121-0/+1
* [qib7322] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [linda] Use standard readq() and writeq() implementationsMichael Brown2016-03-121-26/+8Star
* [librm] Do not unconditionally preserve flags across virt_call()Michael Brown2016-03-121-2/+2
* [arp] Validate length of ARP packetMichael Brown2016-03-122-0/+17
* [pixbuf] Check for unsigned integer overflow on multiplicationMichael Brown2016-03-121-0/+5
* [crypto] Allow for zero-length ASN.1 cursorsMichael Brown2016-03-112-14/+14
* [tls] Avoid potential out-of-bound reads in length fieldsMichael Brown2016-03-111-44/+67
* [efi] Work around broken GetFontInfo() implementationsMichael Brown2016-03-101-16/+38
* [xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2016-03-095-0/+2269
* [eoib] Support non-FullMember gateway devicesMichael Brown2016-03-092-2/+120
* [eoib] Allow the multicast group to be forcefully createdMichael Brown2016-03-092-2/+23
* [eoib] Silently ignore EoIB heartbeat packetsMichael Brown2016-03-091-0/+45
* [eoib] Add Ethernet over Infiniband (EoIB) driverMichael Brown2016-03-093-0/+815
* [infiniband] Make IPoIB support configurable at build timeMichael Brown2016-03-093-3/+13
* [ifmgmt] Include human-readable error message for configuration failureMichael Brown2016-03-081-0/+6
* [ipoib] Increase number of transmit work queue entriesMichael Brown2016-03-081-2/+2
* [ipoib] Resimplify test for received broadcast packetsMichael Brown2016-03-082-2/+5
* [infiniband] Retrieve GID flag from cached path entriesMichael Brown2016-03-081-0/+1
* [infiniband] Add "ibstat" commandMichael Brown2016-03-085-0/+165
* [infiniband] Assign names to queue pairsMichael Brown2016-03-086-12/+19
* [infiniband] Assign names to CMRC connectionsMichael Brown2016-03-083-40/+53
* [pcbios] Restrict external memory allocations to the low 4GBMichael Brown2016-03-082-85/+53Star
* [infiniband] Allow for the creation of multicast groupsMichael Brown2016-03-083-11/+18
* [ipoib] Simplify test for received broadcast packetsMichael Brown2016-03-081-4/+2Star
* [ipoib] Avoid unnecessary path record lookup for broadcast addressMichael Brown2016-03-081-15/+27
* [infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown2016-03-083-62/+74
* [infiniband] Record multicast GID attachment as part of group membershipMichael Brown2016-03-083-18/+16Star
* [infiniband] Do not use GRH for local pathsMichael Brown2016-03-081-7/+6Star
* [infiniband] Use correct transaction identifier in CM responsesMichael Brown2016-03-083-17/+31
* [infiniband] Use connection's local ID as debug message identifierMichael Brown2016-03-082-25/+33
* [infiniband] Use "%d" as format specifier for LIDsMichael Brown2016-03-082-4/+4
* [infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown2016-03-084-12/+12
* [infiniband] Assign names to Infiniband devices for debug messagesMichael Brown2016-03-088-118/+140
* [infiniband] Add support for performing service record lookupsMichael Brown2016-03-083-1/+106
* [infiniband] Avoid multiple calls to ib_cmrc_shutdown()Michael Brown2016-03-081-0/+3
* [infiniband] Remove concept of whole-device owner dataMichael Brown2016-03-072-35/+45
* [netdevice] Refuse to create duplicate network device namesMichael Brown2016-03-071-0/+8
* [librm] Support ioremap() for addresses above 4GB in a 64-bit buildMichael Brown2016-02-266-1/+216
* [ioapi] Split ioremap() out to a separate IOMAP APIMichael Brown2016-02-269-44/+163
* [librm] Add support for running in 64-bit long modeMichael Brown2016-02-244-61/+498
* [librm] Rename prot_call() to virt_call()Michael Brown2016-02-224-39/+39
* [librm] Support userptr_t in 64-bit buildsMichael Brown2016-02-211-1/+23
* [librm] Mark virt_offset, text16, data16, rm_cs, and rm_ds as constantMichael Brown2016-02-211-5/+5
* [librm] Do not preserve flags unnecessarilyMichael Brown2016-02-211-17/+11Star
* [librm] Add phys_call() wrapper for calling code with physical addressingMichael Brown2016-02-213-153/+212
* [build] Fix building on older versions of binutilsMichael Brown2016-02-192-10/+20
* [librm] Generate page tables for 64-bit buildsMichael Brown2016-02-193-2/+197