index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
3
-2
/
+15
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
2
-2
/
+6
*
[infiniband] Disambiguate CM connection rejection reasons
Michael Brown
2009-08-10
2
-4
/
+27
*
[infiniband] Generate more specific errors in response to failure MADs
Michael Brown
2009-08-10
4
-6
/
+8
*
[infiniband] Add support for SRP over Infiniband
Michael Brown
2009-08-10
1
-0
/
+406
*
[infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()
Michael Brown
2009-08-10
2
-1
/
+24
*
[infiniband] Add find_ibdev()
Michael Brown
2009-08-10
1
-0
/
+16
*
[infiniband] Add a "communication-managed reliable connection" protocol
Michael Brown
2009-08-10
1
-0
/
+435
*
[scsi] Make LUN a property of the SCSI backend only
Michael Brown
2009-08-10
1
-1
/
+0
*
[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()
Michael Brown
2009-08-10
1
-37
/
+1
*
[scsi] Generalise iscsi_detached_command() to scsi_detached_command()
Michael Brown
2009-08-10
1
-6
/
+1
*
[process] Make it safe to call process_add() multiple times
Michael Brown
2009-08-10
3
-0
/
+3
*
[infiniband] Handle duplicate Communication Management REPs
Michael Brown
2009-08-09
1
-0
/
+55
*
[802.11] Fix memory leak on unsuccessful probes
Joshua Oreman
2009-08-09
1
-2
/
+1
*
[802.11] Set channels early on to avoid tuning to an undefined channel
Joshua Oreman
2009-08-09
1
-0
/
+5
*
[802.11] Enhance support for driver PHY differences
Joshua Oreman
2009-08-09
1
-14
/
+76
*
[infiniband] Update all other MAD users to use a management interface
Michael Brown
2009-08-08
5
-912
/
+562
*
[infiniband] Update subnet management agent to use a management interface
Michael Brown
2009-08-08
3
-303
/
+380
*
[infiniband] Add the concept of a management interface
Michael Brown
2009-08-08
1
-0
/
+410
*
[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}
Michael Brown
2009-08-06
3
-10
/
+10
*
[tcp] Avoid printf format warnings on some compilers
Michael Brown
2009-08-02
1
-9
/
+9
*
[802.11] Add support for 802.11 devices with software MAC layer
Joshua Oreman
2009-08-01
2
-0
/
+2966
*
[infiniband] Add Communication Manager (CM)
Michael Brown
2009-07-17
1
-0
/
+329
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-17
4
-18
/
+66
*
[infiniband] Pass a generic MAD to ib_set_port_info()
Michael Brown
2009-07-17
2
-6
/
+6
*
[infiniband] Expose supported and enabled link speeds and widths
Michael Brown
2009-07-17
2
-16
/
+38
*
[infiniband] Allow MAD handlers to indicate response via return value
Michael Brown
2009-07-17
3
-62
/
+100
*
[infiniband] Remove the return status code from MAD handlers
Michael Brown
2009-07-17
3
-67
/
+36
*
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
2009-07-17
2
-7
/
+24
*
[infiniband] Always create an SMA and a GMA
Michael Brown
2009-07-17
5
-344
/
+292
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-17
3
-5
/
+10
*
[infiniband] Allow completion queue operations to be optional
Michael Brown
2009-07-17
2
-24
/
+12
*
[infiniband] Improve ib_packet debugging messages
Michael Brown
2009-07-17
1
-7
/
+15
*
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
2009-07-17
3
-316
/
+169
*
[infiniband] Pass GMA as a parameter to GMA MAD handlers
Michael Brown
2009-07-17
3
-64
/
+63
*
[ipoib] Remove the queue set abstraction
Michael Brown
2009-07-17
1
-97
/
+0
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-17
2
-0
/
+239
*
[infiniband] Allow for sending MADs via GMA without retransmission
Michael Brown
2009-07-17
2
-29
/
+53
*
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
2009-07-17
2
-4
/
+6
*
[infiniband] Provide a general mechanism for path record lookups
Michael Brown
2009-07-17
1
-0
/
+221
*
[infiniband] Create a general management agent
Michael Brown
2009-07-17
2
-7
/
+443
*
[infiniband] Centralise SMA and GMA queue constants
Michael Brown
2009-07-17
2
-2
/
+2
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-17
3
-89
/
+110
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-17
3
-5
/
+10
*
[infiniband] Provide ib_get_hca_info() as a commonly-available function
Michael Brown
2009-07-17
2
-16
/
+30
*
[infiniband] Split queue set functionality out of ipoib.c to ib_qset.c
Michael Brown
2009-07-17
1
-0
/
+133
*
[infiniband] Move non-driver-specific code to net/infiniband
Michael Brown
2009-07-17
3
-0
/
+959
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
4
-5
/
+21
*
[ata] Make ATA command issuing partially asynchronous
Michael Brown
2009-07-17
1
-8
/
+2
*
[scsi] Make SCSI command issuing partially asynchronous
Michael Brown
2009-07-17
1
-18
/
+11
[next]