summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Provide function to retrieve the most recently opened net deviceMichael Brown2008-11-211-0/+26
* [aoe] Use an AoE config query to identify the target MAC addressMichael Brown2008-11-191-51/+145
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-193-9/+11
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-6/+6
* [build] Keep gcc 4.4 happyMichael Brown2008-11-182-20/+19Star
* [infiniband] Add raw packet parser and constructorMichael Brown2008-11-111-8/+127
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-111-149/+2Star
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-111-20/+18Star
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-0/+91
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-2/+29
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-081-4/+42
* [aoe] Start retry timer before potential temporary transmission failureMichael Brown2008-11-081-4/+11
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-302-2/+2
* [tftp] Add EUNIQ_xx values to differentiate the many EINVAL errorsMichael Brown2008-10-221-7/+16
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-162-20/+22
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-162-14/+31
* [retry] Use a separate flag to indicate that a retry timer is runningMichael Brown2008-10-121-4/+8
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-20/+41
* [iscsi] Fix LUN parsing in the iSCSI root-pathMichael Brown2008-09-281-11/+14
* [dhcp] Accept BOOTP as well as DHCPMichael Brown2008-09-251-7/+9
* [iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"Michael Brown2008-09-191-1/+1
* [undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown2008-08-202-21/+47
* [dhcp] Do not restrict minimum retry time for ProxyDHCPREQUESTMichael Brown2008-08-131-0/+1
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-122-13/+17
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-45/+266
* [pxe] If no ProxyDHCPACK exists, use DHCPACK for the fake ProxyDHCPACK packetMichael Brown2008-08-021-5/+3Star
* [dhcp] Work around a bug in Altiris RDPMichael Brown2008-08-011-2/+2
* [ftp] Terminate processing after receiving an errorSergey Vlasov2008-07-301-0/+1
* [ftp] Cope with RETR completion prior to all data receivedMichael Brown2008-07-301-15/+33
* [udp] Avoid reusing auto-allocated ports after connection close.Michael Brown2008-07-101-2/+3
* [dhcp] Verify DHCP server source portMichael Brown2008-07-101-16/+45
* [dhcp] Allow DHCP non-option settings to be clearedMichael Brown2008-07-081-0/+3
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25
* [slam] Add support for SLAM window lengths of greater than one packetMichael Brown2008-06-111-11/+30
* [slam] Implement SLAM flow controlMichael Brown2008-06-111-107/+85Star
* [retry] Add start_timer_fixed()Michael Brown2008-06-111-5/+4Star
* [dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFERMichael Brown2008-06-111-1/+1
* [slam] Request all remaining blocks if we run out of space for the blocklistMichael Brown2008-06-101-22/+41
* [slam] Speed up NACK transmission by restricting the block-list lengthMichael Brown2008-06-101-20/+62
* [slam] Fix multicast address parsingMichael Brown2008-06-101-8/+11
* [slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown2008-06-101-0/+749
* [udp] Verify local socket address (if specified) for UDP socketsMichael Brown2008-06-101-22/+29
* [DHCP] Add "dhcp-server" setting to help end-user diagnosticsMichael Brown2008-06-051-0/+8
* [TCP] Avoid shrinking TCP windowMichael Brown2008-06-051-17/+50
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-3/+34
* [IPv4] Fix multicast address checkingMichael Brown2008-05-191-1/+1
* [iSCSI] Offer CHAP authentication only if we have a username and passwordMichael Brown2008-04-241-4/+5
* [Infiniband] Move event-queue process from driver to Infiniband coreMichael Brown2008-04-211-27/+62
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-181-41/+52