summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r15328 from main trunk.Jeff Fan2014-03-203-9/+15
* Sync patch r14450 from main trunk.vanjeff2013-09-101-0/+1
* Rollback patches r14294 and r14296 from UDK2010.SR1 Branch.vanjeff2013-05-231-1/+1
* Check DHCP Server Binding protocol in Supported().vanjeff2013-05-221-2/+15
* Sync patch r14354 from main trunk.vanjeff2013-05-151-3/+4
* Sync patches r13691, r13703, r13704, r13909, r13957, r14039, r14079, r14082, ...vanjeff2013-05-096-102/+259
* Sync patches r14315 and r14323 from main trunk.vanjeff2013-05-089-521/+1589
* Sync patches r14116, r14167, r14168, r14169 and r14170 from main trunk.vanjeff2013-04-043-7/+13
* Remove Contributions.txt and License.txt.vanjeff2013-03-122-213/+0
* Copy EDKII trunk NetworkPkg r14017 to UDK2010.SR1 Branch.vanjeff2013-03-12188-0/+117713
* Delete old NetworkPkg and SecurityPkg.vanjeff2013-03-12186-117053/+0
* Sync patches r13995, r14007 and r14017 from main trunk.vanjeff2013-01-0441-282/+1650
* Sync patches r13852, r13856, r13903 and r13907 from main trunk.vanjeff2012-11-052-7/+9
* Sync patch r13406 from main trunk.vanjeff2012-06-012-2/+2
* Sync patch r13375 from main trunk.vanjeff2012-05-312-7/+9
* Sync patch r13229 from mail trunk.vanjeff2012-05-171-12/+14
* Sync patch r13193 from mail trunk.vanjeff2012-05-072-5/+11
* Sync patch r12985 from mail trunk.vanjeff2012-05-022-18/+38
* Sync patches r13175 and r13192 from mail trunk.vanjeff2012-05-027-9/+62
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-162-21/+29
* Update for NetworkPkg.ydong102011-12-154-328/+345
* Update NetworkPkg package version from 0.92 to 0.93.qianouyang2011-12-142-2/+2
* IpsecConfigApp add the check for the required options (--local, --remote, Aut...qianouyang2011-12-082-11/+41
* Fix a ECC error - the parameter's name in comments is inconsistent with the o...qianouyang2011-12-052-2/+2
* 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu52011-11-251-0/+22
* 1.Update IPsec driver to set the Transform structure’s Next Payload field t...qianouyang2011-11-236-409/+414
* Clean NV flag in ‘Save Changes’ in IP6 menu.tye12011-10-281-1/+1
* Update error handling code if failing attach socket with new PCB in TcpDxe mo...tye12011-10-281-2/+2
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-263-4/+20
* Add pointer check for NULL before dereference it.sfu52011-10-086-34/+204
* Correct inconsistent information in IpsecConfig.efi help report.qianouyang2011-09-291-0/+0
* Before decrypting the packet, Ipsec will check if the inbound protected packe...qianouyang2011-09-281-11/+37
* Clean up the private GUID definition in module Level.lgao42011-09-1823-100/+110
* Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit actio...ydong102011-09-163-9/+9
* NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten2011-09-101-5/+5
* 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52011-09-092-25/+98
* Fix bug for UefiPxeBcDxe driver to catch the return status.sfu52011-09-011-1/+7
* 1. Update iSCSI UI to be more user-friendly.tye12011-08-316-173/+181
* Remove out of date copyright from command help info.tye12011-08-312-0/+0
* Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye12011-08-244-149/+169
* Remove CONST modifier to be spec complianceerictian2011-08-243-19/+19
* 1. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan132011-08-243-1/+8
* Refine file comments to follow coding style.ydong102011-08-242-2/+2
* Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye12011-08-1726-1/+14300
* 1.Fix a icc build breakhhuan132011-08-161-1/+1
* 1. Enhanced error handling in case PXE DHCP process error happens.hhuan132011-08-121-0/+8
* 1. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan132011-08-128-28/+352
* 1. Fix a bug : netboot6 client hangs if DHCPv6 Advertisement received without...hhuan132011-07-181-2/+6
* 1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetS...hhuan132011-07-144-141/+5
* 1. Update DHCPv6 to use DUID-UUID optionhhuan132011-07-143-44/+91