summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Keep multiple DHCP offers received, and use them intelligentlyJoshua Oreman2010-01-221-86/+228
* [ftp] User and password URI support for the FTP protocolgL2n30Y06arv22010-01-211-2/+24
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-19/+12Star
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-202-1/+97
* [tftp] Abort requests with error code 0Stefan Hajnoczi2010-01-181-2/+2
* [tftp] Make TFTP size requests abort transfer with an errorThomas Horsten2010-01-181-0/+73
* [tftp] Remove unnecessary delay when opening a connectionStefan Hajnoczi2010-01-151-2/+9
* [tftp] Allow fetching larger files by wrapping block numberStefan Hajnoczi2010-01-151-3/+6
* [dhcp] Assume PXE options are in DHCPOFFER only if boot menu is includedJoshua Oreman2010-01-151-2/+2
* [dhcp] Accept ProxyDHCP replies of type DHCPOFFERJoshua Oreman2010-01-151-1/+1
* [dhcp] Append new DHCP options versus prependShao Miller2010-01-141-4/+15
* [dhcp] Ensure message type is first DHCP optionShao Miller2010-01-141-0/+1
* [802.11] Allow connecting to spectrum managed networksJoshua Oreman2010-01-051-6/+0Star
* [wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman2010-01-051-0/+528
* [wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman2010-01-051-0/+586
* [wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman2010-01-051-0/+125
* [wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman2010-01-051-0/+973
* [eapol] Add basic support for 802.1X EAP over LANsJoshua Oreman2010-01-051-0/+85
* [802.11] Add support for WEP-protected networksJoshua Oreman2010-01-051-0/+303
* [802.11] Add core support for detecting and using encrypted networksJoshua Oreman2010-01-052-59/+751
* [settings] Add Bus ID settingShao Miller2009-12-142-4/+20
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-162-2/+2
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-0/+28
* [infiniband] Include hostname in node description, if availableMichael Brown2009-11-161-1/+7
* [infiniband] Make node description invariant across all portsMichael Brown2009-11-161-4/+5
* [ipv4] Ignore non-open net devices when performing routingMichael Brown2009-11-161-0/+2
* [ipv4] Allow calculation of default subnet maskMichael Brown2009-11-161-11/+11
* [ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown2009-11-161-7/+6Star
* [pxebs] Correct endianness of PXE typeJoshua Oreman2009-10-241-2/+2
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-232-0/+13
* [infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown2009-10-171-1/+3
* [802.11] Support multicast hashingMichael Brown2009-08-122-22/+2Star
* [802.11] Properly initialize autoassociation processJoshua Oreman2009-08-121-1/+2
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-11/+43
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-123-2/+15
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-122-2/+6
* [infiniband] Disambiguate CM connection rejection reasonsMichael Brown2009-08-102-4/+27
* [infiniband] Generate more specific errors in response to failure MADsMichael Brown2009-08-104-6/+8
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+406
* [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown2009-08-102-1/+24
* [infiniband] Add find_ibdev()Michael Brown2009-08-101-0/+16
* [infiniband] Add a "communication-managed reliable connection" protocolMichael Brown2009-08-101-0/+435
* [scsi] Make LUN a property of the SCSI backend onlyMichael Brown2009-08-101-1/+0Star
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-37/+1Star
* [scsi] Generalise iscsi_detached_command() to scsi_detached_command()Michael Brown2009-08-101-6/+1Star
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-103-0/+3
* [infiniband] Handle duplicate Communication Management REPsMichael Brown2009-08-091-0/+55
* [802.11] Fix memory leak on unsuccessful probesJoshua Oreman2009-08-091-2/+1Star
* [802.11] Set channels early on to avoid tuning to an undefined channelJoshua Oreman2009-08-091-0/+5
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-091-14/+76