summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Improve detection of bugs in drivers' TX completion handlingMichael Brown2011-05-031-2/+1Star
* [netdevice] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2011-05-031-9/+9
* [tcp] Update ts_recent whenever window is advancedMichael Brown2011-04-031-9/+22
* [tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown2011-03-311-5/+9
* [netdevice] Simplify link-down status messageMichael Brown2011-03-301-3/+9
* [netdevice] Mark devices as open only if opening succeedsPiotr JaroszyƄski2011-03-271-3/+3
* [tcp] Record ts_recent on first received packetMichael Brown2011-03-261-5/+8
* [settings] Match terminology in online documentationMichael Brown2011-03-234-9/+9
* [settings] Impose a fixed order on settingsMichael Brown2011-03-238-18/+18
* [settings] Reject attempts to change a network device's bus IDMichael Brown2011-03-231-0/+2
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-224-0/+62
* [syslog] Add support for sending console output to a syslog serverMichael Brown2011-03-101-0/+206
* [iscsi] Change default initiator IQNMichael Brown2011-03-031-235/+140Star
* [dns] Fix memory leak in settings applicatorMichael Brown2011-03-031-2/+9
* [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