]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2010-12-01  Michael Brown[vlan] Expose vlan_find() to network card drivers
2010-12-01  Michael Brown[vlan] Use "-" instead of "." as separator in VLAN...
2010-12-01  Michael Brown[settings] Apply settings block name in register_settings()
2010-12-01  Michael Brown[iscsi] Disambiguate the common EINVAL cases
2010-12-01  Michael Brown[dns] Disambiguate "no nameserver" and "no DNS record...
2010-11-29  Michael Brown[hermon] Fix inconsistent information in HERMON_SET_POR...
2010-11-29  Michael Brown[script] Remove "Aborting on <line>" message
2010-11-29  Michael Brown[cmdline] Match user expectations for &&, ||, goto...
2010-11-29  Michael Brown[parseopt] Allow "0x"-prefixed hexadecimal values in...
2010-11-28  Michael Brown[shell] Add "shell" command
2010-11-28  Arkadiusz Miskiewicz[build] Really use __builtin_offsetof() when available
2010-11-28  Michael Brown[build] Use __builtin_offsetof() when available
2010-11-27  Michael Brown[hermon] Enable priority flow control on the FCoE priority
2010-11-27  Michael Brown[fcoe] Use only the first instance of a FIP descriptor
2010-11-27  Michael Brown[vlan] Treat VLAN 0 as valid
2010-11-27  Michael Brown[fcoe] Tidy up debug message
2010-11-27  Michael Brown[fc] Allow Fibre Channel ports to be explicitly named
2010-11-27  Michael Brown[fcoe] Create Fibre Channel port only when we have...
2010-11-26  Michael Brown[fcoe] Add support for FIP VLAN discovery
2010-11-26  Michael Brown[vlan] Provide vlan_can_be_trunk()
2010-11-26  Michael Brown[vlan] Add non-error debug messages
2010-11-26  Michael Brown[vlan] Allow duplicate VLAN creation attempts
2010-11-25  Michael Brown[nvo] Allow fragment list to be omitted
2010-11-25  Michael Brown[pci] Add a mechanism for using a PCI VPD field as...
2010-11-24  Michael Brown[pci] Add support for reading and writing PCI Vital...
2010-11-24  Michael Brown[pci] Standardise debug message format
2010-11-23  Michael Brown[cmdline] Fix multi-layer variable expansion (again)
2010-11-22  Michael Brown[cmdline] Fix multi-layer variable expansion
2010-11-22  Michael Brown[settings] Allow "set" command to take an empty value
2010-11-22  Michael Brown[autoboot] Merge "netboot" command into "autoboot"
2010-11-22  Michael Brown[cmdline] Add "isset" command
2010-11-22  Michael Brown[script] Allow "exit" to exit a script
2010-11-22  Michael Brown[script] Implement "goto" in iPXE scripts
2010-11-22  Michael Brown[cmdline] Add trivial logical operators to iPXE command...
2010-11-22  Michael Brown[pxe] Remove startpxe and stoppxe commands from default...
2010-11-22  Michael Brown[legal] Add some missing FILE_LICENCE declarations
2010-11-22  Michael Brown[image] Use generic option-parsing library
2010-11-22  Michael Brown[login] Use generic option-parsing library
2010-11-22  Michael Brown[route] Use generic option-parsing library
2010-11-22  Michael Brown[san] Use generic option-parsing library
2010-11-22  Michael Brown[time] Use generic option-parsing library
2010-11-22  Michael Brown[lotest] Use generic option-parsing library
2010-11-22  Michael Brown[gdb] Use generic option-parsing library
2010-11-22  Michael Brown[fc] Use generic option-parsing library
2010-11-21  Michael Brown[digest] Use generic option-parsing library
2010-11-21  Michael Brown[dhcp] Use generic option-parsing library
2010-11-21  Michael Brown[ifmgmt] Use generic option-parsing library
2010-11-21  Michael Brown[settings] Use generic option-parsing library
2010-11-21  Michael Brown[autoboot] Use generic option-parsing library
2010-11-21  Michael Brown[vlan] Use generic option-parsing library
2010-11-21  Michael Brown[parseopt] Add generic option-parsing library
2010-11-20  Michael Brown[autoboot] Add "netboot" command
2010-11-20  Michael Brown[vlan] Add support for IEEE 802.1Q VLANs
2010-11-20  Michael Brown[lotest] Fix endianness in status message
2010-11-20  Michael Brown[lotest] Use network device receive queue freezing
2010-11-20  Michael Brown[pxe] Use network device receive queue freezing
2010-11-20  Michael Brown[netdevice] Allow per-device receive queue processing...
2010-11-19  Michael Brown[undi] Support underlying UNDI devices that don't suppo...
2010-11-19  Michael Brown[tcp] Remove obsolete constants
2010-11-19  Michael Brown[tcp] Use MAX_LL_NET_HEADER_LEN instead of defining...
2010-11-19  Michael Brown[udp] Remove obsolete constants
2010-11-19  Michael Brown[udp] Use MAX_LL_NET_HEADER_LEN instead of defining...
2010-11-19  Michael Brown[netdevice] Add MAX_NET_HEADER_LEN and MAX_LL_NET_HEADE...
2010-11-19  Michael Brown[pxe] Always allow MAX_LL_HEADER_LEN for the link-layer...
2010-11-19  Michael Brown[efi] Always allow MAX_LL_HEADER_LEN for the link-layer...
2010-11-18  Michael Brown[lotest] Move lotest.h to correct directory
2010-11-18  Michael Brown[lacp] Fix dumping of raw LACP packets
2010-11-18  Michael Brown[netdevice] Use net device name in debugging messages
2010-11-13  Michael Brown[settings] Add "hexhyp" setting type
2010-11-13  Jarrod Johnson[bzimage] Increase maximum command-line size to 0x7ff
2010-11-12  Thomas Miletich[forcedeth] Exit poll() as early as possible if no...
2010-11-11  Michael Brown[forcedeth] Exit poll() as early as possible if no...
2010-11-11  Michael Brown[tcp] Set PSH flag only on packets containing data
2010-11-11  Shao Miller[list] Fix typographical error from previous commit
2010-11-08  Michael Brown[fc] Add support for Fibre Channel name server lookups
2010-11-08  Michael Brown[fc] Hold ULP's peer reference while ULP exists
2010-11-08  Michael Brown[fc] Allow peers and ULPs to log out when usage count...
2010-11-08  Michael Brown[fc] Hold reference to peers and ULPs while calling...
2010-11-08  Michael Brown[fc] Log out correct port ID after a successful LOGO...
2010-11-08  Michael Brown[fc] Support Fibre Channel ECHO
2010-11-08  Michael Brown[fcp] Use EINVAL for URI parsing errors and EPROTO...
2010-11-08  Michael Brown[retry] Process at most one timer's expiry in each...
2010-11-08  Michael Brown[malloc] Avoid immediately clobbering reference count...
2010-11-08  Michael Brown[refcnt] Check reference validity on each use of ref_ge...
2010-11-08  Michael Brown[malloc] Use list_for_each_entry_safe() when we may...
2010-11-08  Michael Brown[list] Add list_first_entry()
2010-11-08  Michael Brown[list] Extend list-manipulation assertions to all list...
2010-11-08  Michael Brown[process] Include step() function pointer in process...
2010-11-03  Michael Brown[fcp] Avoid quoting exchange ID before exchange is...
2010-11-03  Michael Brown[fcp] Fix potential memory leaks on error paths
2010-11-02  Michael Brown[build] Add FreeBSD location for isolinux
2010-10-29  Michael Brown[romprefix] Add missing addr32 prefix
2010-10-21  Dave Hansen[autoboot] Introduce "skip-san-boot" option
2010-10-21  Michael Brown[autoboot] Improve visibility of error messages
2010-10-19  Michael Brown[scsi] Wait for a successful TEST UNIT READY command
2010-10-19  Michael Brown[fc] Do not use the command reference number in FCP_CMN...
2010-10-19  Michael Brown[hci] Use http://ipxe.org/<errno> instead of raw error...
2010-10-19  Michael Brown[contrib] Remove extraneous errcodedb files
2010-10-18  Michael Brown[int13] Dump out MBR at DBGLVL_EXTRA
2010-10-18  Michael Brown[iscsi] Ensure ISID is consistent within an iSCSI session
next