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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[infiniband] Allow MAD handlers to indicate response via return value
Michael Brown
2009-07-18
4
-71
/
+104
*
[infiniband] Remove the return status code from MAD handlers
Michael Brown
2009-07-18
4
-69
/
+37
*
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
2009-07-18
3
-8
/
+32
*
[infiniband] Always create an SMA and a GMA
Michael Brown
2009-07-18
9
-390
/
+299
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-18
6
-10
/
+27
*
[infiniband] Allow completion queue operations to be optional
Michael Brown
2009-07-18
2
-24
/
+12
*
[infiniband] Improve ib_packet debugging messages
Michael Brown
2009-07-18
1
-7
/
+15
*
[ipoib] Attempt the broadcast group join only if the link is up
Michael Brown
2009-07-18
1
-9
/
+4
*
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
2009-07-18
8
-363
/
+193
*
[infiniband] Pass GMA as a parameter to GMA MAD handlers
Michael Brown
2009-07-18
4
-72
/
+72
*
[ipoib] Remove the queue set abstraction
Michael Brown
2009-07-18
3
-148
/
+36
*
[ipoib] Kill off the now-unused IPoIB metadata queue set
Michael Brown
2009-07-18
1
-144
/
+39
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-18
6
-129
/
+274
*
[infiniband] Allow for sending MADs via GMA without retransmission
Michael Brown
2009-07-18
3
-30
/
+54
*
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
2009-07-18
3
-10
/
+10
*
[ipoib] Clarify new role of IPoIB peer cache as for MAC addresses only
Michael Brown
2009-07-18
1
-39
/
+21
*
[ipoib] Expose the real broadcast MAC
Michael Brown
2009-07-18
1
-46
/
+37
*
[ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC address
Michael Brown
2009-07-18
1
-10
/
+3
*
[infiniband] Provide a general mechanism for path record lookups
Michael Brown
2009-07-18
4
-108
/
+247
*
[infiniband] Create a general management agent
Michael Brown
2009-07-18
6
-7
/
+534
*
[infiniband] Centralise SMA and GMA queue constants
Michael Brown
2009-07-18
5
-20
/
+23
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-18
7
-113
/
+124
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-18
8
-18
/
+22
*
[infiniband] Provide ib_get_hca_info() as a commonly-available function
Michael Brown
2009-07-18
4
-19
/
+35
*
[infiniband] Split queue set functionality out of ipoib.c to ib_qset.c
Michael Brown
2009-07-18
4
-137
/
+204
*
[infiniband] Move non-driver-specific code to net/infiniband
Michael Brown
2009-07-18
4
-1
/
+1
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-18
12
-58
/
+49
*
[ata] Make ATA command issuing partially asynchronous
Michael Brown
2009-07-18
4
-9
/
+29
*
[scsi] Improve SCSI debugging
Michael Brown
2009-07-18
1
-9
/
+26
*
[scsi] Make SCSI command issuing partially asynchronous
Michael Brown
2009-07-18
4
-30
/
+33
*
[debug] Use a delimiter to break up DBG_HD() output
Michael Brown
2009-07-17
1
-1
/
+2
*
[xfer] Always nullify interface while sending close() message
Michael Brown
2009-07-06
2
-5
/
+3
*
[pxe] Add startpxe and stoppxe commands
Michael Brown
2009-06-28
4
-0
/
+38
*
[ifmgmt] Move ifmgmt_cmd.h to include/hci
Michael Brown
2009-06-28
2
-1
/
+1
*
[ifmgmt] Optimise prototype for ifcommon_exec()
Michael Brown
2009-06-28
2
-12
/
+12
*
[pxe] Check for unhookable interrupts in PXENV_STOP_UNDI
Michael Brown
2009-06-28
1
-0
/
+9
*
[pxe] Create pxe_[de]activate() wrapper functions
Michael Brown
2009-06-28
4
-40
/
+61
*
[pxe] Make pxe_init_structures() an initialisation function
Michael Brown
2009-06-28
4
-6
/
+7
*
[pxe] Update UNDI transmit count before transmitting packet
Michael Brown
2009-06-27
1
-4
/
+8
*
[pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESS
Michael Brown
2009-06-27
1
-15
/
+42
*
[pxe] Improve pxe_undi debug messages
Michael Brown
2009-06-27
2
-32
/
+93
*
[hci] Expose ifcommon_exec() in a local header so wireless commands can use it
Joshua Oreman
2009-06-24
2
-1
/
+32
*
[dhcp] Await link-up before starting DHCP
Joshua Oreman
2009-06-24
2
-7
/
+6
*
[ifmgmt] Move link-up status messages from autoboot() to iflinkwait()
Joshua Oreman
2009-06-24
2
-12
/
+28
*
[netdevice] Add mechanism for reporting detailed link status codes
Michael Brown
2009-06-24
4
-8
/
+48
*
[comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)
Daniel Verkamp
2009-06-24
1
-1
/
+9
*
[pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driver
Michael Brown
2009-06-23
1
-1
/
+1
*
[pxe] Fix interoperability with the Intel DOS UNDI driver
Michael Brown
2009-06-23
2
-1
/
+23
*
[pxe] Fix interoperability with the 3Com DOS UNDI driver
Michael Brown
2009-06-23
1
-2
/
+15
*
[rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRA
Michael Brown
2009-06-23
1
-13
/
+18
[next]