aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-174-72/+72
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-173-148/+36
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-171-144/+39
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-176-129/+274
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-173-30/+54
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-173-10/+10
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-171-39/+21
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-171-46/+37
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-171-10/+3
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-174-108/+247
* [infiniband] Create a general management agentMichael Brown2009-07-176-7/+534
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-175-20/+23
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-177-113/+124
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-178-18/+22
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-174-19/+35
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-174-137/+204
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-174-1/+1
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-1712-58/+49
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-174-9/+29
* [scsi] Improve SCSI debuggingMichael Brown2009-07-171-9/+26
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-174-30/+33
* [debug] Use a delimiter to break up DBG_HD() outputMichael Brown2009-07-171-1/+2
* [xfer] Always nullify interface while sending close() messageMichael Brown2009-07-062-5/+3
* [pxe] Add startpxe and stoppxe commandsMichael Brown2009-06-284-0/+38
* [ifmgmt] Move ifmgmt_cmd.h to include/hciMichael Brown2009-06-282-1/+1
* [ifmgmt] Optimise prototype for ifcommon_exec()Michael Brown2009-06-282-12/+12
* [pxe] Check for unhookable interrupts in PXENV_STOP_UNDIMichael Brown2009-06-281-0/+9
* [pxe] Create pxe_[de]activate() wrapper functionsMichael Brown2009-06-284-40/+61
* [pxe] Make pxe_init_structures() an initialisation functionMichael Brown2009-06-284-6/+7
* [pxe] Update UNDI transmit count before transmitting packetMichael Brown2009-06-271-4/+8
* [pxe] Implement PXENV_UNDI_{GET,SET}_MCAST_ADDRESSMichael Brown2009-06-271-15/+42
* [pxe] Improve pxe_undi debug messagesMichael Brown2009-06-272-32/+93
* [hci] Expose ifcommon_exec() in a local header so wireless commands can use itJoshua Oreman2009-06-242-1/+32
* [dhcp] Await link-up before starting DHCPJoshua Oreman2009-06-242-7/+6
* [ifmgmt] Move link-up status messages from autoboot() to iflinkwait()Joshua Oreman2009-06-242-12/+28
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-244-8/+48
* [comboot] Implement INT 22h AX=000Bh (Get Serial Console Configuration)Daniel Verkamp2009-06-231-1/+9
* [pxe] Fix interoperability with the Symantec (undipd) DOS UNDI driverMichael Brown2009-06-231-1/+1
* [pxe] Fix interoperability with the Intel DOS UNDI driverMichael Brown2009-06-232-1/+23
* [pxe] Fix interoperability with the 3Com DOS UNDI driverMichael Brown2009-06-231-2/+15
* [rtl8139] Split debug messages into DBGLVL_LOG and DBGLVL_EXTRAMichael Brown2009-06-231-13/+18
* [undi] Include PXENV_GET_IFACE_INFO's ServiceFlags in debug outputMichael Brown2009-06-231-2/+3
* [e1000] Ensure descriptor is fully written before sending packetMichael Brown2009-06-231-0/+1
* [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
* [image] Modify imgfree command to accept an argumentJoshua Oreman2009-06-231-5/+18
* [netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman2009-06-231-4/+5
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-236-17/+30