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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[build] Use weak definitions instead of weak declarations
Joshua Oreman
2010-05-27
4
-68
/
+7
*
[bitmap] Fix bitmaps on 64-bit
Geoff Lywood
2010-05-27
1
-1
/
+1
*
[qib7322] Add support for QLogic 7322 HCA
Michael Brown
2010-05-25
1
-0
/
+1
*
[lacp] Add simple LACP implementation
Michael Brown
2010-05-10
2
-0
/
+256
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
195
-707
/
+707
*
[netdevice] Record whether or not interrupts are currently enabled
Michael Brown
2010-03-23
1
-0
/
+14
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
1
-0
/
+11
*
[igb] Add igb driver
Marty Connor
2010-03-17
1
-0
/
+1
*
[e1000e] Add e1000e driver
Marty Connor
2010-03-17
1
-0
/
+1
*
[e1000] Update e1000 driver
Marty Connor
2010-03-17
1
-2
/
+1
*
[vxge] Add support for X3100 series 10GbE Server/Storage Adapter
Masroor Vettuparambil
2010-02-24
1
-0
/
+3
*
[proto] Remove unsupported NMB protocol
Stefan Hajnoczi
2010-02-01
1
-22
/
+0
*
[proto] Remove unsupported IGMP protocol
Stefan Hajnoczi
2010-02-01
2
-43
/
+0
*
[proto] Remove unsupported NFS protocol
Stefan Hajnoczi
2010-02-01
1
-63
/
+0
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-21
1
-3
/
+41
*
[config] Make PXE stack a compile-time option
Joshua Oreman
2010-01-20
1
-1
/
+3
*
[dhcp] Add generic facility for using cached network settings
Joshua Oreman
2010-01-20
1
-0
/
+19
*
[linker] Add safe weak symbol macros
Joshua Oreman
2010-01-20
1
-0
/
+36
*
[skge] Add driver for skge NICs
Marty Connor
2010-01-14
1
-0
/
+1
*
[myri10ge] Native driver for Myricom 10Gb Ethernet NICs
Glenn Brown
2010-01-14
2
-0
/
+2
*
[pci] Add PCI_COMMAND_INTX_DISABLE
Glenn Brown
2010-01-14
1
-0
/
+1
*
[wpa] Add CCMP backend (new AES-based cryptosystem)
Joshua Oreman
2010-01-05
1
-0
/
+1
*
[wpa] Add TKIP backend (legacy RC4-based cryptosystem)
Joshua Oreman
2010-01-05
1
-0
/
+1
*
[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)
Joshua Oreman
2010-01-05
1
-0
/
+1
*
[wpa] Add general support for WPA-protected 802.11 networks
Joshua Oreman
2010-01-05
2
-0
/
+504
*
[eapol] Add basic support for 802.1X EAP over LANs
Joshua Oreman
2010-01-05
3
-0
/
+114
*
[802.11] Add support for WEP-protected networks
Joshua Oreman
2010-01-05
1
-0
/
+1
*
[iwmgmt] Add wireless management commands and text for common errors
Joshua Oreman
2010-01-05
2
-0
/
+18
*
[802.11] Add core support for detecting and using encrypted networks
Joshua Oreman
2010-01-05
4
-144
/
+376
*
[crypto] Add a placeholder for a proper random number generator
Joshua Oreman
2010-01-05
1
-0
/
+2
*
[crypto] Add AES key-wrap mode (RFC 3394)
Joshua Oreman
2010-01-05
1
-0
/
+3
*
[crypto] Make AES context size and algorithm structure externally available
Joshua Oreman
2010-01-05
1
-0
/
+17
*
[crypto] Add parentheses around len argument in blocksize assert
Joshua Oreman
2010-01-05
1
-2
/
+2
*
[digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2
Joshua Oreman
2010-01-05
1
-0
/
+9
*
[cipher] Add the ARC4 stream cipher
Joshua Oreman
2010-01-05
1
-0
/
+22
*
[digest] Add generic CRC32 function
Joshua Oreman
2010-01-05
1
-0
/
+10
*
[settings] Add Bus ID setting
Shao Miller
2009-12-14
1
-0
/
+1
*
[linker] Add mechanism for subsystem-dependent configuration options
Joshua Oreman
2009-11-21
1
-0
/
+5
*
[linker] Expand and correct symbol requirement macros
Joshua Oreman
2009-11-21
1
-10
/
+95
*
[ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sending
Michael Brown
2009-11-16
2
-2
/
+6
*
[ipoib] Always set the "full membership" bit in the IPv4 broadcast GID
Michael Brown
2009-11-16
1
-0
/
+3
*
[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULT
Michael Brown
2009-11-16
1
-1
/
+1
*
[infiniband] Report IB link status as IPoIB netdevice status
Michael Brown
2009-11-16
1
-0
/
+1
*
[sanboot] Extend the "keep-san" option to non-iSCSI SAN protocols
Michael Brown
2009-11-04
1
-0
/
+2
*
[sis190] Hide the ISA bridge's PCI IDs from parserom.pl
Thomas Miletich
2009-10-24
1
-1
/
+6
*
[netdevice] Add the concept of an "Ethernet-compatible" MAC address
Michael Brown
2009-10-23
2
-6
/
+14
*
[sis190] Add sis190/191 ethernet driver
Thomas Miletich
2009-10-16
1
-0
/
+1
*
[atl1e] Add Attansic L1E gigabit Ethernet driver
Joshua Oreman
2009-10-16
1
-0
/
+1
*
[pci] Add generic configuration space backup/restore facility
Michael Brown
2009-10-14
1
-0
/
+33
*
[job] Add missing job_progress() interface method
Michael Brown
2009-08-31
1
-0
/
+2
[next]