summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [legal] Add some missing FILE_LICENCE declarationsMichael Brown2010-11-223-0/+6
* [image] Use generic option-parsing libraryMichael Brown2010-11-221-315/+156Star
* [login] Use generic option-parsing libraryMichael Brown2010-11-221-6/+50
* [route] Use generic option-parsing libraryMichael Brown2010-11-221-34/+17Star
* [san] Use generic option-parsing libraryMichael Brown2010-11-221-33/+41
* [time] Use generic option-parsing libraryMichael Brown2010-11-221-24/+58
* [lotest] Use generic option-parsing libraryMichael Brown2010-11-221-59/+42Star
* [gdb] Use generic option-parsing libraryMichael Brown2010-11-222-42/+51
* [fc] Use generic option-parsing libraryMichael Brown2010-11-222-105/+135
* [digest] Use generic option-parsing libraryMichael Brown2010-11-221-25/+25
* [dhcp] Use generic option-parsing libraryMichael Brown2010-11-221-120/+35Star
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-225-97/+219
* [settings] Use generic option-parsing libraryMichael Brown2010-11-213-40/+202
* [autoboot] Use generic option-parsing libraryMichael Brown2010-11-213-36/+95
* [vlan] Use generic option-parsing libraryMichael Brown2010-11-211-99/+66Star
* [parseopt] Add generic option-parsing libraryMichael Brown2010-11-213-0/+347
* [autoboot] Add "netboot" commandMichael Brown2010-11-203-4/+38
* [vlan] Add support for IEEE 802.1Q VLANsMichael Brown2010-11-2010-10/+725
* [lotest] Fix endianness in status messageMichael Brown2010-11-201-1/+1
* [lotest] Use network device receive queue freezingMichael Brown2010-11-201-2/+7
* [pxe] Use network device receive queue freezingMichael Brown2010-11-201-6/+11
* [netdevice] Allow per-device receive queue processing to be frozenMichael Brown2010-11-202-6/+57
* [undi] Support underlying UNDI devices that don't support interruptsMichael Brown2010-11-191-17/+31
* [tcp] Remove obsolete constantsMichael Brown2010-11-191-4/+0Star
* [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LENMichael Brown2010-11-192-5/+5
* [udp] Remove obsolete constantsMichael Brown2010-11-191-3/+0Star
* [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLENMichael Brown2010-11-192-4/+5
* [netdevice] Add MAX_NET_HEADER_LEN and MAX_LL_NET_HEADER_LENMichael Brown2010-11-191-0/+10
* [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-4/+2Star
* [efi] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-1/+4
* [lotest] Move lotest.h to correct directoryMichael Brown2010-11-191-0/+0
* [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
* [settings] Add "hexhyp" setting typeMichael Brown2010-11-131-4/+43
* [bzimage] Increase maximum command-line size to 0x7ffJarrod Johnson2010-11-131-1/+1
* [forcedeth] Exit poll() as early as possible if no work to doThomas Miletich2010-11-120-0/+0
* [forcedeth] Exit poll() as early as possible if no work to doMichael Brown2010-11-121-4/+4
* [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-085-38/+585
* [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-083-103/+237
* [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
* [malloc] Avoid immediately clobbering reference count when freeing memoryMichael Brown2010-11-081-2/+14
* [refcnt] Check reference validity on each use of ref_get() and ref_put()Michael Brown2010-11-082-12/+52
* [malloc] Use list_for_each_entry_safe() when we may delete a list entryMichael Brown2010-11-081-1/+2