summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-063-10/+10
* [tcp] Avoid printf format warnings on some compilersMichael Brown2009-08-021-9/+9
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-012-0/+2966
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-181-0/+329
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-184-18/+66
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-182-6/+6
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-182-16/+38
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-183-62/+100
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-183-67/+36Star
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-182-7/+24
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-185-344/+292Star
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-183-5/+10
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-182-24/+12Star
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-181-7/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-183-316/+169Star
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-183-64/+63Star
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-97/+0Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-182-0/+239
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-182-29/+53
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-182-4/+6
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-181-0/+221
* [infiniband] Create a general management agentMichael Brown2009-07-182-7/+443
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-182-2/+2
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-183-89/+110
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-183-5/+10
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-182-16/+30
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-181-0/+133
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-183-0/+959
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-184-5/+21
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-181-8/+2Star
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-181-18/+11Star
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+30
* [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKsMichael Brown2009-06-231-27/+31
* [tcp] Attempt to catch all possible error cases with debug messagesMichael Brown2009-06-231-11/+36
* [tcp] Include current sequence numbers in "timer expired" messagesMichael Brown2009-06-231-2/+3
* [tcp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2009-06-231-21/+21
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-232-5/+9
* [tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2009-06-231-13/+28
* [ethernet] Add MII link status functions from LinuxDaniel Verkamp2009-05-261-0/+147
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-262-7/+16
* [dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown2009-05-221-6/+22
* [tftp] Process OACKs even if malformedMichael Brown2009-05-201-12/+28
* [dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown2009-05-201-6/+8
* [dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown2009-05-201-2/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1826-0/+52
* [dhcp] Accept filename via DHCP option 67 as well as BOOTP filename fieldMichael Brown2009-04-151-4/+8
* [http] Support HTTP redirectionMichael Brown2009-03-301-0/+28
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-308-11/+11
* [netdevice] Add debug message for unknown network-layer protocolsMichael Brown2009-03-261-2/+4
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-261-1/+1