aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown195-707/+707
2010-03-23[netdevice] Record whether or not interrupts are currently enabledMichael Brown1-0/+14
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown1-0/+11
2010-03-17[igb] Add igb driverMarty Connor1-0/+1
2010-03-17[e1000e] Add e1000e driverMarty Connor1-0/+1
2010-03-17[e1000] Update e1000 driverMarty Connor1-2/+1
2010-02-24[vxge] Add support for X3100 series 10GbE Server/Storage AdapterMasroor Vettuparambil1-0/+3
2010-01-31[proto] Remove unsupported NMB protocolStefan Hajnoczi1-22/+0
2010-01-31[proto] Remove unsupported IGMP protocolStefan Hajnoczi2-43/+0
2010-01-31[proto] Remove unsupported NFS protocolStefan Hajnoczi1-63/+0
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-3/+41
2010-01-20[config] Make PXE stack a compile-time optionJoshua Oreman1-1/+3
2010-01-20[dhcp] Add generic facility for using cached network settingsJoshua Oreman1-0/+19
2010-01-20[linker] Add safe weak symbol macrosJoshua Oreman1-0/+36
2010-01-14[skge] Add driver for skge NICsMarty Connor1-0/+1
2010-01-14[myri10ge] Native driver for Myricom 10Gb Ethernet NICsGlenn Brown2-0/+2
2010-01-14[pci] Add PCI_COMMAND_INTX_DISABLEGlenn Brown1-0/+1
2010-01-05[wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman1-0/+1
2010-01-05[wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman1-0/+1
2010-01-05[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman1-0/+1
2010-01-05[wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman2-0/+504
2010-01-05[eapol] Add basic support for 802.1X EAP over LANsJoshua Oreman3-0/+114
2010-01-05[802.11] Add support for WEP-protected networksJoshua Oreman1-0/+1
2010-01-05[iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2-0/+18
2010-01-05[802.11] Add core support for detecting and using encrypted networksJoshua Oreman4-144/+376
2010-01-05[crypto] Add a placeholder for a proper random number generatorJoshua Oreman1-0/+2
2010-01-05[crypto] Add AES key-wrap mode (RFC 3394)Joshua Oreman1-0/+3
2010-01-05[crypto] Make AES context size and algorithm structure externally availableJoshua Oreman1-0/+17
2010-01-05[crypto] Add parentheses around len argument in blocksize assertJoshua Oreman1-2/+2
2010-01-05[digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2Joshua Oreman1-0/+9
2010-01-05[cipher] Add the ARC4 stream cipherJoshua Oreman1-0/+22
2010-01-05[digest] Add generic CRC32 functionJoshua Oreman1-0/+10
2009-12-14[settings] Add Bus ID settingShao Miller1-0/+1
2009-11-20[linker] Add mechanism for subsystem-dependent configuration optionsJoshua Oreman1-0/+5
2009-11-20[linker] Expand and correct symbol requirement macrosJoshua Oreman1-10/+95
2009-11-16[ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2-2/+6
2009-11-16[ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown1-0/+3
2009-11-16[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown1-1/+1
2009-11-16[infiniband] Report IB link status as IPoIB netdevice statusMichael Brown1-0/+1
2009-11-04[sanboot] Extend the "keep-san" option to non-iSCSI SAN protocolsMichael Brown1-0/+2
2009-10-24[sis190] Hide the ISA bridge's PCI IDs from parserom.plThomas Miletich1-1/+6
2009-10-23[netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2-6/+14
2009-10-16[sis190] Add sis190/191 ethernet driverThomas Miletich1-0/+1
2009-10-16[atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman1-0/+1
2009-10-14[pci] Add generic configuration space backup/restore facilityMichael Brown1-0/+33
2009-08-31[job] Add missing job_progress() interface methodMichael Brown1-0/+2
2009-08-12[802.11] Support multicast hashingMichael Brown1-0/+2
2009-08-12[dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown1-0/+2
2009-08-12[netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2-2/+21
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-4/+11