summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [iscsi] Clarify support for NOP-InMichael Brown2011-02-251-24/+9Star
* [iscsi] Verify the correct tag in NOP-In PDUsMichael Brown2011-02-251-4/+4
* [iscsi] Accept NOP-In PDUs sent by the targetMichael Brown2011-02-241-0/+50
* [iscsi] Disambiguate the expected target errors in the login responseMichael Brown2011-02-231-1/+20
* [netdevice] Allow devices to indicate that interrupts are not supportedMichael Brown2011-01-251-0/+4
* [nvo] Allow resizing of non-volatile stored option blocksMichael Brown2011-01-191-1/+1
* [dhcp] Allow use of custom reallocation functions for DHCP option blocksMichael Brown2011-01-112-57/+61
* [dhcp] Rename length fields for DHCP optionsMichael Brown2011-01-102-18/+18
* [dhcp] Remove redundant length fields in struct dhcp_packetMichael Brown2011-01-102-12/+2Star
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-151-21/+27
* [vlan] Expose vlan_find() to network card driversMichael Brown2010-12-011-2/+1Star
* [vlan] Use "-" instead of "." as separator in VLAN device namesMichael Brown2010-12-011-1/+1
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-014-12/+12
* [iscsi] Disambiguate the common EINVAL casesMichael Brown2010-12-011-4/+20
* [dns] Disambiguate "no nameserver" and "no DNS record" errorsMichael Brown2010-12-011-2/+10
* [fcoe] Use only the first instance of a FIP descriptorMichael Brown2010-11-271-1/+3
* [fcoe] Tidy up debug messageMichael Brown2010-11-271-4/+2Star
* [fc] Allow Fibre Channel ports to be explicitly namedMichael Brown2010-11-272-6/+5Star
* [fcoe] Create Fibre Channel port only when we have selected an FCFMichael Brown2010-11-271-10/+21
* [fcoe] Add support for FIP VLAN discoveryMichael Brown2010-11-261-3/+149
* [vlan] Provide vlan_can_be_trunk()Michael Brown2010-11-261-8/+23
* [vlan] Add non-error debug messagesMichael Brown2010-11-261-0/+5
* [vlan] Allow duplicate VLAN creation attemptsMichael Brown2010-11-261-5/+11
* [vlan] Add support for IEEE 802.1Q VLANsMichael Brown2010-11-202-5/+472
* [netdevice] Allow per-device receive queue processing to be frozenMichael Brown2010-11-201-4/+20
* [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LENMichael Brown2010-11-191-4/+5
* [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLENMichael Brown2010-11-191-3/+5
* [lacp] Fix dumping of raw LACP packetsMichael Brown2010-11-181-2/+2
* [netdevice] Use net device name in debugging messagesMichael Brown2010-11-182-36/+37
* [tcp] Set PSH flag only on packets containing dataMichael Brown2010-11-111-1/+1
* [list] Fix typographical error from previous commitShao Miller2010-11-112-2/+3
* [fc] Add support for Fibre Channel name server lookupsMichael Brown2010-11-082-38/+360
* [fc] Hold ULP's peer reference while ULP existsMichael Brown2010-11-081-7/+14
* [fc] Allow peers and ULPs to log out when usage count reaches zeroMichael Brown2010-11-081-2/+2
* [fc] Hold reference to peers and ULPs while calling fc_link_examine()Michael Brown2010-11-081-4/+16
* [fc] Log out correct port ID after a successful LOGO requestMichael Brown2010-11-081-1/+1
* [fc] Support Fibre Channel ECHOMichael Brown2010-11-082-81/+222
* [fcp] Use EINVAL for URI parsing errors and EPROTO for protocol errorsMichael Brown2010-11-081-4/+4
* [retry] Process at most one timer's expiry in each call to retry_step()Michael Brown2010-11-081-3/+9
* [list] Add list_first_entry()Michael Brown2010-11-084-23/+24
* [fcp] Avoid quoting exchange ID before exchange is createdMichael Brown2010-11-031-2/+2
* [fcp] Fix potential memory leaks on error pathsMichael Brown2010-11-031-0/+2
* [fc] Do not use the command reference number in FCP_CMND IUsMichael Brown2010-10-193-62/+65
* [iscsi] Ensure ISID is consistent within an iSCSI sessionMichael Brown2010-10-181-1/+4
* [iscsi] Randomise a portion of the ISID to force new session instantiationMichael Brown2010-10-161-1/+1
* [fc] Use port WWN rather than node WWN as the primary Fibre Channel nameMichael Brown2010-10-152-32/+32
* [fcoe] Request SPMA iff FIP advertisement indicates support for SPMAMichael Brown2010-10-151-5/+18
* [dhcp] Include session state metadata in packet tracesMichael Brown2010-10-091-0/+10
* [dhcp] Omit ProxyDHCPREQUEST if PXE options are present in ProxyDHCPOFFERMichael Brown2010-10-081-37/+67
* [dhcp] Ignore DHCPACKs containing incorrect IP addressesMichael Brown2010-10-081-0/+2