aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown50-320/+320
2010-03-23[netdevice] Record whether or not interrupts are currently enabledMichael Brown1-0/+7
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown3-10/+10
2010-03-17[iscsi] Disambiguate some common authentication errorsMichael Brown1-14/+27
2010-02-22[iscsi] Fix interoperability with QNAP TS-639ProDanny Volkind1-3/+10
2010-01-27[http] GET / if URI doesn't contain a pathJoshua Oreman1-1/+2
2010-01-21[dhcp] Keep multiple DHCP offers received, and use them intelligentlyJoshua Oreman1-86/+228
2010-01-20[ftp] User and password URI support for the FTP protocolgL2n30Y06arv21-2/+24
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-19/+12
2010-01-20[dhcp] Add generic facility for using cached network settingsJoshua Oreman2-1/+97
2010-01-18[tftp] Abort requests with error code 0Stefan Hajnoczi1-2/+2
2010-01-17[tftp] Make TFTP size requests abort transfer with an errorThomas Horsten1-0/+73
2010-01-15[tftp] Remove unnecessary delay when opening a connectionStefan Hajnoczi1-2/+9
2010-01-15[tftp] Allow fetching larger files by wrapping block numberStefan Hajnoczi1-3/+6
2010-01-14[dhcp] Assume PXE options are in DHCPOFFER only if boot menu is includedJoshua Oreman1-2/+2
2010-01-14[dhcp] Accept ProxyDHCP replies of type DHCPOFFERJoshua Oreman1-1/+1
2010-01-14[dhcp] Append new DHCP options versus prependShao Miller1-4/+15
2010-01-14[dhcp] Ensure message type is first DHCP optionShao Miller1-0/+1
2010-01-05[802.11] Allow connecting to spectrum managed networksJoshua Oreman1-6/+0
2010-01-05[wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman1-0/+528
2010-01-05[wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman1-0/+586
2010-01-05[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman1-0/+125
2010-01-05[wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman1-0/+973
2010-01-05[eapol] Add basic support for 802.1X EAP over LANsJoshua Oreman1-0/+85
2010-01-05[802.11] Add support for WEP-protected networksJoshua Oreman1-0/+303
2010-01-05[802.11] Add core support for detecting and using encrypted networksJoshua Oreman2-59/+751
2009-12-14[settings] Add Bus ID settingShao Miller2-4/+20
2009-11-16[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2-2/+2
2009-11-16[infiniband] Report IB link status as IPoIB netdevice statusMichael Brown1-0/+28
2009-11-16[infiniband] Include hostname in node description, if availableMichael Brown1-1/+7
2009-11-16[infiniband] Make node description invariant across all portsMichael Brown1-4/+5
2009-11-16[ipv4] Ignore non-open net devices when performing routingMichael Brown1-0/+2
2009-11-16[ipv4] Allow calculation of default subnet maskMichael Brown1-11/+11
2009-11-16[ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown1-7/+6
2009-10-24[pxebs] Correct endianness of PXE typeJoshua Oreman1-2/+2
2009-10-23[netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2-0/+13
2009-10-16[infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown1-1/+3
2009-08-12[802.11] Support multicast hashingMichael Brown2-22/+2
2009-08-12[802.11] Properly initialize autoassociation processJoshua Oreman1-1/+2
2009-08-12[dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown1-11/+43
2009-08-12[netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown3-2/+15
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2-2/+6
2009-08-10[infiniband] Disambiguate CM connection rejection reasonsMichael Brown2-4/+27
2009-08-10[infiniband] Generate more specific errors in response to failure MADsMichael Brown4-6/+8
2009-08-10[infiniband] Add support for SRP over InfinibandMichael Brown1-0/+406
2009-08-10[infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown2-1/+24
2009-08-10[infiniband] Add find_ibdev()Michael Brown1-0/+16
2009-08-10[infiniband] Add a "communication-managed reliable connection" protocolMichael Brown1-0/+435
2009-08-10[scsi] Make LUN a property of the SCSI backend onlyMichael Brown1-1/+0
2009-08-10[scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown1-37/+1