summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
...
* [infiniband] Add support for identifying the underlying hardware deviceMichael Brown2010-09-221-0/+13
* [aoe] Add support for identifying the underlying hardware deviceMichael Brown2010-09-221-0/+13
* [aoe] Fail immediately when network device is closedMichael Brown2010-09-221-0/+8
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-211-1/+1
* [infiniband] Avoid leaving uninitialised lists in struct ib_deviceMichael Brown2010-09-211-0/+2
* [fc] Ignore fabric-assigned port ID for fabricless implicit logoutsMichael Brown2010-09-211-2/+3
* [fc] Allow FLOGI response to be sent to newly-assigned peer port IDMichael Brown2010-09-212-5/+27
* [fc] Maintain port, peer and ULP lists in order of creationMichael Brown2010-09-181-3/+3
* [infiniband] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-164-44/+81
* [infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown2010-09-161-2/+39
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-159-96/+69Star
* [fcoe] Disambiguate the various error cases and add a CRC failure messageMichael Brown2010-09-151-4/+29
* [netdevice] Report network-layer errors via network device statisticsMichael Brown2010-09-151-2/+7
* [fcoe] Add support for Fibre Channel over EthernetMichael Brown2010-09-151-0/+383
* [fcp] Add support for the Fibre Channel ProtocolMichael Brown2010-09-151-0/+1005
* [fc] Add support for Fibre Channel devicesMichael Brown2010-09-152-0/+2935
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-143-531/+1393
* [infiniband] Respond to CM disconnection requestsMichael Brown2010-09-121-68/+153
* [infiniband] Fix TID magic signatureMichael Brown2010-09-121-1/+1
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-051-38/+82
* [netdevice] Add the concept of a network upper-layer driverMichael Brown2010-09-051-14/+75
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-039-13/+21
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-033-7/+7
* [build] Fix misaligned table entries when using gcc 4.5Piotr Jaroszyński2010-08-207-10/+4Star
* [compiler] Prevent empty weak function stubs from being removedJoshua Oreman2010-08-191-1/+1
* [802.11] Fix a use-after-freeJoshua Oreman2010-08-011-0/+1
* [802.11] Use correct name for sec80211_detect()Joshua Oreman2010-08-011-3/+3
* [tcp] Fix a 64bit compile time errorPiotr Jaroszyński2010-07-221-1/+1
* [tcp] Allow out-of-order receive queue to be discardedMichael Brown2010-07-211-3/+38
* [tcp] Handle out-of-order received packetsMichael Brown2010-07-211-34/+150
* [netdevice] Provide a test mechanism for discarding packets at randomMichael Brown2010-07-201-1/+19
* [tcp] Treat ACKs as sent only when successfully transmittedMichael Brown2010-07-151-21/+20Star
* [tcp] Merge boolean flags into a single "flags" fieldMichael Brown2010-07-151-8/+15
* [tcp] Use a dedicated timer for the TIME_WAIT stateMichael Brown2010-07-151-9/+32
* [tcp] Randomise local TCP portGuo-Fu Tseng2010-07-131-3/+5
* [tcp] Fix typos by changing ntohl() to htonl() where appropriateMichael Brown2010-07-131-2/+2
* [tcp] Store local port in host byte orderMichael Brown2010-07-131-9/+9
* [tcp] Fix potential use-after-free when accessing timestamp optionMichael Brown2010-07-071-4/+7
* [tls] Handle multiple handshake recordsMichael Brown2010-06-231-39/+54
* [http] Pass through unknown interface method callsMichael Brown2010-06-221-2/+4
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-2212-636/+408Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-6/+18
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-221-30/+16Star
* [retry] Use start_timer_fixed() instead of direct timeout manipulationMichael Brown2010-06-222-4/+2Star
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-228-11/+11
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-2214-10/+15
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-317-98/+145
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-291-8/+5Star
* [iscsi] Allow base64 encoding in large binary valuesPiotr Jaroszyński2010-05-281-23/+47
* [iscsi] Use generic base16 functions for iSCSI reverse CHAPMichael Brown2010-05-281-24/+17Star