index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[802.11] Fix maximum packet length
Joshua Oreman
2009-08-09
1
-5
/
+13
*
[802.11] Enhance support for driver PHY differences
Joshua Oreman
2009-08-09
1
-6
/
+39
*
[infiniband] Update all other MAD users to use a management interface
Michael Brown
2009-08-08
6
-76
/
+157
*
[infiniband] Update subnet management agent to use a management interface
Michael Brown
2009-08-08
4
-6
/
+28
*
[infiniband] Add the concept of a management interface
Michael Brown
2009-08-08
3
-1
/
+139
*
[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}
Michael Brown
2009-08-06
1
-10
/
+10
*
[sky2] Add support for Marvell Yukon-II gigabit Ethernet cards
Joshua Oreman
2009-08-03
1
-0
/
+1
*
[pci] Add definitions for Advanced Error Reporting registers
Joshua Oreman
2009-08-03
1
-0
/
+27
*
[rtl818x] Add driver for Realtek 8180/8185 wireless cards
Joshua Oreman
2009-08-01
1
-0
/
+1
*
[802.11] Add support for 802.11 devices with software MAC layer
Joshua Oreman
2009-08-01
4
-0
/
+2177
*
[infiniband] Add Communication Manager (CM)
Michael Brown
2009-07-17
3
-0
/
+195
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-17
1
-51
/
+63
*
[infiniband] Pass a generic MAD to ib_set_port_info()
Michael Brown
2009-07-17
1
-5
/
+3
*
[infiniband] Expose supported and enabled link speeds and widths
Michael Brown
2009-07-17
1
-4
/
+12
*
[infiniband] Allow MAD handlers to indicate response via return value
Michael Brown
2009-07-17
1
-9
/
+4
*
[infiniband] Remove the return status code from MAD handlers
Michael Brown
2009-07-17
1
-2
/
+1
*
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
2009-07-17
1
-1
/
+8
*
[infiniband] Always create an SMA and a GMA
Michael Brown
2009-07-17
3
-33
/
+7
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-17
2
-4
/
+15
*
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
2009-07-17
4
-39
/
+21
*
[infiniband] Pass GMA as a parameter to GMA MAD handlers
Michael Brown
2009-07-17
1
-8
/
+9
*
[ipoib] Remove the queue set abstraction
Michael Brown
2009-07-17
1
-31
/
+0
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-17
3
-0
/
+22
*
[infiniband] Allow for sending MADs via GMA without retransmission
Michael Brown
2009-07-17
1
-1
/
+1
*
[infiniband] Provide a general mechanism for path record lookups
Michael Brown
2009-07-17
2
-0
/
+18
*
[infiniband] Create a general management agent
Michael Brown
2009-07-17
4
-0
/
+91
*
[infiniband] Centralise SMA and GMA queue constants
Michael Brown
2009-07-17
2
-11
/
+14
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-17
3
-18
/
+11
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-17
4
-10
/
+9
*
[infiniband] Provide ib_get_hca_info() as a commonly-available function
Michael Brown
2009-07-17
2
-3
/
+5
*
[infiniband] Split queue set functionality out of ipoib.c to ib_qset.c
Michael Brown
2009-07-17
2
-0
/
+39
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
3
-43
/
+4
*
[ata] Make ATA command issuing partially asynchronous
Michael Brown
2009-07-17
2
-0
/
+3
*
[scsi] Make SCSI command issuing partially asynchronous
Michael Brown
2009-07-17
2
-9
/
+7
*
[ifmgmt] Move ifmgmt_cmd.h to include/hci
Michael Brown
2009-06-28
1
-0
/
+30
*
[pxe] Improve pxe_undi debug messages
Michael Brown
2009-06-27
1
-0
/
+1
*
[netdevice] Add mechanism for reporting detailed link status codes
Michael Brown
2009-06-24
1
-8
/
+13
*
[netdevice] Adjust maximum link-layer header length for 802.11
Joshua Oreman
2009-06-23
1
-4
/
+5
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-4
/
+8
*
[nvs] Add init function for Atmel 93C66 EEPROM
Joshua Oreman
2009-06-23
1
-0
/
+13
*
[tcp] Improve robustness in the presence of duplicated received packets
Michael Brown
2009-06-23
1
-0
/
+10
*
[netdevice] Fix incorrect value for MAX_LL_HEADER_LEN
Michael Brown
2009-06-05
1
-3
/
+11
*
[script] Allow for DOS-style line endings in scripts
Michael Brown
2009-06-03
1
-0
/
+2
*
[misc] Remove long-obsolete header files dating from Etherboot 5.4
Michael Brown
2009-06-03
2
-70
/
+0
*
[misc] Fix source files erroneously marked as executable
Michael Brown
2009-06-02
1
-0
/
+0
*
[spi] Add address-length autodetection to the SPI bit-bashing code
Michael Brown
2009-05-28
2
-0
/
+9
*
[ethernet] Add MII link status functions from Linux
Daniel Verkamp
2009-05-26
1
-0
/
+59
*
[ethernet] Update mii.h and use it in drivers that had a private copy
Daniel Verkamp
2009-05-26
1
-4
/
+36
*
[ethernet] Move struct mii_if_info to mii.h
Daniel Verkamp
2009-05-26
1
-0
/
+21
*
[settings] Allow for arbitrarily-named settings
Michael Brown
2009-05-26
2
-20
/
+40
[next]