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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3c595] Fix compilation when "char" is unsigned by default
Michael Brown
2016-03-12
1
-1
/
+1
*
[serial] Add missing #include <string.h>
Michael Brown
2016-03-12
1
-0
/
+1
*
[test] Add missing #include <string.h>
Michael Brown
2016-03-12
1
-0
/
+1
*
[qib7322] Use standard readq() and writeq() implementations
Michael Brown
2016-03-12
1
-26
/
+8
*
[linda] Use standard readq() and writeq() implementations
Michael Brown
2016-03-12
1
-26
/
+8
*
[librm] Do not unconditionally preserve flags across virt_call()
Michael Brown
2016-03-12
1
-2
/
+2
*
[arp] Validate length of ARP packet
Michael Brown
2016-03-12
2
-0
/
+17
*
[pixbuf] Check for unsigned integer overflow on multiplication
Michael Brown
2016-03-12
1
-0
/
+5
*
[crypto] Allow for zero-length ASN.1 cursors
Michael Brown
2016-03-11
2
-14
/
+14
*
[tls] Avoid potential out-of-bound reads in length fields
Michael Brown
2016-03-11
1
-44
/
+67
*
[efi] Work around broken GetFontInfo() implementations
Michael Brown
2016-03-10
1
-16
/
+38
*
[xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devices
Michael Brown
2016-03-09
5
-0
/
+2269
*
[eoib] Support non-FullMember gateway devices
Michael Brown
2016-03-09
2
-2
/
+120
*
[eoib] Allow the multicast group to be forcefully created
Michael Brown
2016-03-09
2
-2
/
+23
*
[eoib] Silently ignore EoIB heartbeat packets
Michael Brown
2016-03-09
1
-0
/
+45
*
[eoib] Add Ethernet over Infiniband (EoIB) driver
Michael Brown
2016-03-09
3
-0
/
+815
*
[infiniband] Make IPoIB support configurable at build time
Michael Brown
2016-03-09
3
-3
/
+13
*
[ifmgmt] Include human-readable error message for configuration failure
Michael Brown
2016-03-08
1
-0
/
+6
*
[ipoib] Increase number of transmit work queue entries
Michael Brown
2016-03-08
1
-2
/
+2
*
[ipoib] Resimplify test for received broadcast packets
Michael Brown
2016-03-08
2
-2
/
+5
*
[infiniband] Retrieve GID flag from cached path entries
Michael Brown
2016-03-08
1
-0
/
+1
*
[infiniband] Add "ibstat" command
Michael Brown
2016-03-08
5
-0
/
+165
*
[infiniband] Assign names to queue pairs
Michael Brown
2016-03-08
6
-12
/
+19
*
[infiniband] Assign names to CMRC connections
Michael Brown
2016-03-08
3
-40
/
+53
*
[pcbios] Restrict external memory allocations to the low 4GB
Michael Brown
2016-03-08
2
-85
/
+53
*
[infiniband] Allow for the creation of multicast groups
Michael Brown
2016-03-08
3
-11
/
+18
*
[ipoib] Simplify test for received broadcast packets
Michael Brown
2016-03-08
1
-4
/
+2
*
[ipoib] Avoid unnecessary path record lookup for broadcast address
Michael Brown
2016-03-08
1
-15
/
+27
*
[infiniband] Parse MLID, rate, and SL from multicast membership record
Michael Brown
2016-03-08
3
-62
/
+74
*
[infiniband] Record multicast GID attachment as part of group membership
Michael Brown
2016-03-08
3
-18
/
+16
*
[infiniband] Do not use GRH for local paths
Michael Brown
2016-03-08
1
-7
/
+6
*
[infiniband] Use correct transaction identifier in CM responses
Michael Brown
2016-03-08
3
-17
/
+31
*
[infiniband] Use connection's local ID as debug message identifier
Michael Brown
2016-03-08
2
-25
/
+33
*
[infiniband] Use "%d" as format specifier for LIDs
Michael Brown
2016-03-08
2
-4
/
+4
*
[infiniband] Use "%#lx" as format specifier for queue pair numbers
Michael Brown
2016-03-08
4
-12
/
+12
*
[infiniband] Assign names to Infiniband devices for debug messages
Michael Brown
2016-03-08
8
-118
/
+140
*
[infiniband] Add support for performing service record lookups
Michael Brown
2016-03-08
3
-1
/
+106
*
[infiniband] Avoid multiple calls to ib_cmrc_shutdown()
Michael Brown
2016-03-08
1
-0
/
+3
*
[infiniband] Remove concept of whole-device owner data
Michael Brown
2016-03-07
2
-35
/
+45
*
[netdevice] Refuse to create duplicate network device names
Michael Brown
2016-03-07
1
-0
/
+8
*
[librm] Support ioremap() for addresses above 4GB in a 64-bit build
Michael Brown
2016-02-26
6
-1
/
+216
*
[ioapi] Split ioremap() out to a separate IOMAP API
Michael Brown
2016-02-26
9
-44
/
+163
*
[librm] Add support for running in 64-bit long mode
Michael Brown
2016-02-24
4
-61
/
+498
*
[librm] Rename prot_call() to virt_call()
Michael Brown
2016-02-22
4
-39
/
+39
*
[librm] Support userptr_t in 64-bit builds
Michael Brown
2016-02-21
1
-1
/
+23
*
[librm] Mark virt_offset, text16, data16, rm_cs, and rm_ds as constant
Michael Brown
2016-02-21
1
-5
/
+5
*
[librm] Do not preserve flags unnecessarily
Michael Brown
2016-02-21
1
-17
/
+11
*
[librm] Add phys_call() wrapper for calling code with physical addressing
Michael Brown
2016-02-21
3
-153
/
+212
*
[build] Fix building on older versions of binutils
Michael Brown
2016-02-19
2
-10
/
+20
*
[librm] Generate page tables for 64-bit builds
Michael Brown
2016-02-19
3
-2
/
+197
[next]