index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[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
3
-44
/
+147
*
[geniso] Emit proper error message for incorrect location of ISOLINUX_BIN
vibi sreenivasan
2009-08-09
1
-1
/
+1
*
[infiniband] Update all other MAD users to use a management interface
Michael Brown
2009-08-08
12
-992
/
+747
*
[infiniband] Update subnet management agent to use a management interface
Michael Brown
2009-08-08
8
-313
/
+412
*
[infiniband] Add the concept of a management interface
Michael Brown
2009-08-08
4
-1
/
+549
*
[hermon] Allow for multiple calls to ib_modify_qp()
Michael Brown
2009-08-08
2
-31
/
+64
*
[romprefix] Cope with PnP BIOSes that fail to set %es:%di on entry
Michael Brown
2009-08-08
1
-7
/
+20
*
[hermon] Add support for multiple ports and detecting non-IB ports
Michael Brown
2009-08-06
3
-31
/
+110
*
[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}
Michael Brown
2009-08-06
5
-30
/
+30
*
[build] Mark __intel_new_proc_init with __libgcc rather than cdecl
Michael Brown
2009-08-03
1
-1
/
+1
*
[sky2] Add support for Marvell Yukon-II gigabit Ethernet cards
Joshua Oreman
2009-08-03
3
-0
/
+4576
*
[pci] Add definitions for Advanced Error Reporting registers
Joshua Oreman
2009-08-03
1
-0
/
+27
*
[legal] Add the MIT and ISC licenses to licence.pl
H. Peter Anvin
2009-08-02
1
-0
/
+25
*
[pxe] Dual-license pxe_api.h under the MIT license
H. Peter Anvin
2009-08-02
1
-0
/
+25
*
[config] Enable PXE commands by default only on pcbios architecture
Joshua Oreman
2009-08-02
2
-1
/
+3
*
[pxe] Avoid printf format warning on some compilers
Michael Brown
2009-08-02
1
-1
/
+1
*
[tcp] Avoid printf format warnings on some compilers
Michael Brown
2009-08-02
1
-9
/
+9
*
[build] Allow safe concurrent builds of .iso, .liso and .sdsk targets
Michael Brown
2009-08-02
3
-8
/
+5
*
[build] Make .liso image generation silent unless errors occur
Michael Brown
2009-08-02
1
-1
/
+1
*
[build] Add syslinux floppy image type .sdsk
Marty Connor
2009-08-02
3
-27
/
+89
*
[rtl818x] Add driver for Realtek 8180/8185 wireless cards
Joshua Oreman
2009-08-01
10
-0
/
+2607
*
[802.11] Add support for 802.11 devices with software MAC layer
Joshua Oreman
2009-08-01
7
-1
/
+5144
*
[hermon] Add support for RC queue pairs
Michael Brown
2009-07-17
3
-70
/
+221
*
[hermon] Allow software GMA to receive packets destined for QP1
Michael Brown
2009-07-17
2
-45
/
+277
*
[hermon] Disable debugging around mapping of firmware tables
Michael Brown
2009-07-17
1
-0
/
+8
*
[hermon] Remove an unnecessary check for GID-less transmissions
Michael Brown
2009-07-17
1
-8
/
+1
*
[infiniband] Add Communication Manager (CM)
Michael Brown
2009-07-17
4
-0
/
+524
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-17
9
-93
/
+148
*
[infiniband] Pass a generic MAD to ib_set_port_info()
Michael Brown
2009-07-17
4
-14
/
+12
*
[infiniband] Expose supported and enabled link speeds and widths
Michael Brown
2009-07-17
4
-23
/
+61
*
[infiniband] Allow MAD handlers to indicate response via return value
Michael Brown
2009-07-17
4
-71
/
+104
*
[infiniband] Remove the return status code from MAD handlers
Michael Brown
2009-07-17
4
-69
/
+37
*
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
2009-07-17
3
-8
/
+32
*
[infiniband] Always create an SMA and a GMA
Michael Brown
2009-07-17
9
-390
/
+299
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-17
6
-10
/
+27
*
[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
*
[ipoib] Attempt the broadcast group join only if the link is up
Michael Brown
2009-07-17
1
-9
/
+4
*
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
2009-07-17
8
-363
/
+193
*
[infiniband] Pass GMA as a parameter to GMA MAD handlers
Michael Brown
2009-07-17
4
-72
/
+72
*
[ipoib] Remove the queue set abstraction
Michael Brown
2009-07-17
3
-148
/
+36
*
[ipoib] Kill off the now-unused IPoIB metadata queue set
Michael Brown
2009-07-17
1
-144
/
+39
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-17
6
-129
/
+274
*
[infiniband] Allow for sending MADs via GMA without retransmission
Michael Brown
2009-07-17
3
-30
/
+54
*
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
2009-07-17
3
-10
/
+10
*
[ipoib] Clarify new role of IPoIB peer cache as for MAC addresses only
Michael Brown
2009-07-17
1
-39
/
+21
*
[ipoib] Expose the real broadcast MAC
Michael Brown
2009-07-17
1
-46
/
+37
*
[ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC address
Michael Brown
2009-07-17
1
-10
/
+3
*
[infiniband] Provide a general mechanism for path record lookups
Michael Brown
2009-07-17
4
-108
/
+247
[prev]
[next]