summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Update IPv6 configuration UI: 1) keep addresses blank when enter ‘Advanced ...tye12-259/+228
2013-01-08Fix several RFC compliance issues in DHCP6 driver as below.sfu55-101/+258
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-1/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu56-6/+12
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu542-270/+1602
2012-10-17Add manual configured gateway address back after system reset.tye11-0/+12
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu528-96/+219
2012-10-17Fix code potential errors in IPsec.qianouyang2-7/+9
2012-10-11Add missing braces around initializer.lzeng142-8/+8
2012-08-24Fix bugs in PXE driver when using option 43 for boot server list and boot men...sfu55-56/+111
2012-08-22Add additional delay in DHCP6 InfoRequest interface to wait for link local ad...sfu58-59/+262
2012-08-10Fix issue that TCP server will not response to SYN packet from TCP client in ...tye13-4/+13
2012-07-04Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu54-10/+85
2012-05-31Fixed build failed.ydong102-2/+2
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102-7/+9
2012-04-28Fixes issues with "Discard Changes and Exit" option in IPv6 driver's Advance ...tye11-12/+14
2012-04-24Update copyright formathhtian1-3/+1
2012-04-12Removes irrelevant parameter during negotiation to avoid login fail.tye12-5/+11
2012-04-12Add check before using it to avoid access violation.ydong101-0/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-04-10Update code to avoid potential access violation.ydong107-9/+61
2012-02-071. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu52-18/+38
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52-21/+29
2011-12-15Update for NetworkPkg.ydong104-328/+345
2011-12-14Update NetworkPkg package version from 0.92 to 0.93.qianouyang2-2/+2
2011-12-08IpsecConfigApp add the check for the required options (--local, --remote, Aut...qianouyang2-11/+41
2011-12-05Fix a ECC error - the parameter's name in comments is inconsistent with the o...qianouyang2-2/+2
2011-11-251. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu51-0/+22
2011-11-231.Update IPsec driver to set the Transform structure’s Next Payload field t...qianouyang6-409/+414
2011-10-28Clean NV flag in ‘Save Changes’ in IP6 menu.tye11-1/+1
2011-10-28Update error handling code if failing attach socket with new PCB in TcpDxe mo...tye11-2/+2
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu3-4/+20
2011-10-08Add pointer check for NULL before dereference it.sfu56-34/+204
2011-09-29Correct inconsistent information in IpsecConfig.efi help report.qianouyang1-0/+0
2011-09-28Before decrypting the packet, Ipsec will check if the inbound protected packe...qianouyang1-11/+37
2011-09-18Clean up the private GUID definition in module Level.lgao423-100/+110
2011-09-16Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit actio...ydong103-9/+9
2011-09-10NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten1-5/+5
2011-09-091. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52-25/+98
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu51-1/+7
2011-08-311. Update iSCSI UI to be more user-friendly.tye16-173/+181
2011-08-31Remove out of date copyright from command help info.tye12-0/+0
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-149/+169
2011-08-24Remove CONST modifier to be spec complianceerictian3-19/+19
2011-08-241. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan133-1/+8
2011-08-24Refine file comments to follow coding style.ydong102-2/+2
2011-08-17Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye126-1/+14300
2011-08-161.Fix a icc build breakhhuan131-1/+1
2011-08-121. Enhanced error handling in case PXE DHCP process error happens.hhuan131-0/+8
2011-08-121. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan138-28/+352