summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-3/+41
* [config] Make PXE stack a compile-time optionJoshua Oreman2010-01-201-1/+3
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-201-0/+19
* [linker] Add safe weak symbol macrosJoshua Oreman2010-01-201-0/+36
* [skge] Add driver for skge NICsMarty Connor2010-01-141-0/+1
* [myri10ge] Native driver for Myricom 10Gb Ethernet NICsGlenn Brown2010-01-142-0/+2
* [pci] Add PCI_COMMAND_INTX_DISABLEGlenn Brown2010-01-141-0/+1
* [wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman2010-01-051-0/+1
* [wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman2010-01-051-0/+1
* [wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman2010-01-051-0/+1
* [wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman2010-01-052-0/+504
* [eapol] Add basic support for 802.1X EAP over LANsJoshua Oreman2010-01-053-0/+114
* [802.11] Add support for WEP-protected networksJoshua Oreman2010-01-051-0/+1
* [iwmgmt] Add wireless management commands and text for common errorsJoshua Oreman2010-01-052-0/+18
* [802.11] Add core support for detecting and using encrypted networksJoshua Oreman2010-01-054-144/+376
* [crypto] Add a placeholder for a proper random number generatorJoshua Oreman2010-01-051-0/+2
* [crypto] Add AES key-wrap mode (RFC 3394)Joshua Oreman2010-01-051-0/+3
* [crypto] Make AES context size and algorithm structure externally availableJoshua Oreman2010-01-051-0/+17
* [crypto] Add parentheses around len argument in blocksize assertJoshua Oreman2010-01-051-2/+2
* [digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2Joshua Oreman2010-01-051-0/+9
* [cipher] Add the ARC4 stream cipherJoshua Oreman2010-01-051-0/+22
* [digest] Add generic CRC32 functionJoshua Oreman2010-01-051-0/+10
* [settings] Add Bus ID settingShao Miller2009-12-141-0/+1
* [linker] Add mechanism for subsystem-dependent configuration optionsJoshua Oreman2009-11-211-0/+5
* [linker] Expand and correct symbol requirement macrosJoshua Oreman2009-11-211-10/+95
* [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2009-11-162-2/+6
* [ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown2009-11-161-0/+3
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-161-1/+1
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-0/+1
* [sanboot] Extend the "keep-san" option to non-iSCSI SAN protocolsMichael Brown2009-11-041-0/+2
* [sis190] Hide the ISA bridge's PCI IDs from parserom.plThomas Miletich2009-10-241-1/+6
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-232-6/+14
* [sis190] Add sis190/191 ethernet driverThomas Miletich2009-10-161-0/+1
* [atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman2009-10-161-0/+1
* [pci] Add generic configuration space backup/restore facilityMichael Brown2009-10-141-0/+33
* [job] Add missing job_progress() interface methodMichael Brown2009-08-311-0/+2
* [802.11] Support multicast hashingMichael Brown2009-08-121-0/+2
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-0/+2
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-122-2/+21
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-4/+11
* [infiniband] Disambiguate CM connection rejection reasonsMichael Brown2009-08-101-0/+5
* [infiniband] Allow SRP reconnection attempts even after reporting failuresMichael Brown2009-08-101-6/+0Star
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-104-0/+957
* [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown2009-08-101-0/+3
* [infiniband] Add find_ibdev()Michael Brown2009-08-101-0/+1
* [infiniband] Add a "communication-managed reliable connection" protocolMichael Brown2009-08-102-0/+21
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-101-2/+0Star
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-102-11/+17
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-0/+2
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-101-0/+1