aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-13[efi] Update to current EDK2 headersMichael Brown13-42/+123
2016-03-13[build] Accept CROSS= as a synonym for CROSS_COMPILE=Michael Brown1-0/+1
2016-03-13[build] Allow assembler section type character to vary by architectureMichael Brown7-8/+29
2016-03-12[efi] Centralise architecture-independent EFI Makefile and linker scriptMichael Brown3-43/+49
2016-03-12[tg3] Remove x86-specific inline assemblyMichael Brown1-27/+9
2016-03-12[3c595] Fix compilation when "char" is unsigned by defaultMichael Brown1-1/+1
2016-03-12[serial] Add missing #include <string.h>Michael Brown1-0/+1
2016-03-12[test] Add missing #include <string.h>Michael Brown1-0/+1
2016-03-12[qib7322] Use standard readq() and writeq() implementationsMichael Brown1-26/+8
2016-03-12[linda] Use standard readq() and writeq() implementationsMichael Brown1-26/+8
2016-03-12[librm] Do not unconditionally preserve flags across virt_call()Michael Brown1-2/+2
2016-03-12[arp] Validate length of ARP packetMichael Brown2-0/+17
2016-03-12[pixbuf] Check for unsigned integer overflow on multiplicationMichael Brown1-0/+5
2016-03-11[crypto] Allow for zero-length ASN.1 cursorsMichael Brown2-14/+14
2016-03-11[tls] Avoid potential out-of-bound reads in length fieldsMichael Brown1-44/+67
2016-03-10[efi] Work around broken GetFontInfo() implementationsMichael Brown1-16/+38
2016-03-09[xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown5-0/+2269
2016-03-09[eoib] Support non-FullMember gateway devicesMichael Brown2-2/+120
2016-03-09[eoib] Allow the multicast group to be forcefully createdMichael Brown2-2/+23
2016-03-09[eoib] Silently ignore EoIB heartbeat packetsMichael Brown1-0/+45
2016-03-09[eoib] Add Ethernet over Infiniband (EoIB) driverMichael Brown3-0/+815
2016-03-09[infiniband] Make IPoIB support configurable at build timeMichael Brown3-3/+13
2016-03-08[ifmgmt] Include human-readable error message for configuration failureMichael Brown1-0/+6
2016-03-08[ipoib] Increase number of transmit work queue entriesMichael Brown1-2/+2
2016-03-08[ipoib] Resimplify test for received broadcast packetsMichael Brown2-2/+5
2016-03-08[infiniband] Retrieve GID flag from cached path entriesMichael Brown1-0/+1
2016-03-08[infiniband] Add "ibstat" commandMichael Brown5-0/+165
2016-03-08[infiniband] Assign names to queue pairsMichael Brown6-12/+19
2016-03-08[infiniband] Assign names to CMRC connectionsMichael Brown3-40/+53
2016-03-08[pcbios] Restrict external memory allocations to the low 4GBMichael Brown2-85/+53
2016-03-08[infiniband] Allow for the creation of multicast groupsMichael Brown3-11/+18
2016-03-08[ipoib] Simplify test for received broadcast packetsMichael Brown1-4/+2
2016-03-08[ipoib] Avoid unnecessary path record lookup for broadcast addressMichael Brown1-15/+27
2016-03-08[infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown3-62/+74
2016-03-08[infiniband] Record multicast GID attachment as part of group membershipMichael Brown3-18/+16
2016-03-08[infiniband] Do not use GRH for local pathsMichael Brown1-7/+6
2016-03-08[infiniband] Use correct transaction identifier in CM responsesMichael Brown3-17/+31
2016-03-08[infiniband] Use connection's local ID as debug message identifierMichael Brown2-25/+33
2016-03-08[infiniband] Use "%d" as format specifier for LIDsMichael Brown2-4/+4
2016-03-08[infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown4-12/+12
2016-03-08[infiniband] Assign names to Infiniband devices for debug messagesMichael Brown8-118/+140
2016-03-08[infiniband] Add support for performing service record lookupsMichael Brown3-1/+106
2016-03-08[infiniband] Avoid multiple calls to ib_cmrc_shutdown()Michael Brown1-0/+3
2016-03-07[infiniband] Remove concept of whole-device owner dataMichael Brown2-35/+45
2016-03-07[netdevice] Refuse to create duplicate network device namesMichael Brown1-0/+8
2016-02-26[librm] Support ioremap() for addresses above 4GB in a 64-bit buildMichael Brown6-1/+216
2016-02-26[ioapi] Split ioremap() out to a separate IOMAP APIMichael Brown9-44/+163
2016-02-24[librm] Add support for running in 64-bit long modeMichael Brown4-61/+498
2016-02-22[librm] Rename prot_call() to virt_call()Michael Brown4-39/+39
2016-02-21[librm] Support userptr_t in 64-bit buildsMichael Brown1-1/+23