summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-27124-52538/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-09124-885/+124
* MdeModulePkg/Ip4Dxe: Uninstall protocols when error happen in Driver Binding ...Jiaxin Wu2019-02-121-3/+6
* MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.Jiaxin Wu2019-01-231-7/+4
* MdeModulePkg: Delete UefiPxeBcDxe in MdeModulePkg.Siyuan Fu2018-12-2414-7904/+0
* MdeModulePkg: Delete IScsiDxe in MdeModulePkg.Siyuan Fu2018-12-2432-11845/+0
* MdeModulePkg: Delete Tcp4Dxe in MdeModulePkg.Siyuan Fu2018-12-2422-12846/+0
* MdeModulePkg/Mtftp4Dxe: Fix invalid configuration of MTFTP local port.Jiaxin Wu2018-11-061-1/+1
* MdeModulePkg: Remove the trailing space in three source files.Liming Gao2018-11-021-1/+1
* MdeModulePke/Mtftp4Dxe: Correct the total received and saved block number.Jiaxin Wu2018-10-295-17/+27
* MdeModulePkg/Tcp4Dxe: Remove the trailing white space in one line.Jiaxin Wu2018-10-091-3/+3
* MdeModulePkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in ...Jiaxin Wu2018-09-271-1/+10
* MdeModulePkg/IScsiDxe: Add the clarification compared to IScsiDxe in NetworkPkg.Jiaxin Wu2018-09-271-1/+11
* MdeModulePkg/Tcp4Dxe: Add the clarification compared to TcpDxe in NetworkPkg.Jiaxin Wu2018-09-271-1/+11
* MdeModulePke/Mtftp4Dxe: Support windowsize in read request operation.Jiaxin Wu2018-09-278-37/+89
* MdeModulePkg/Ip4Dxe: Refine the coding style.Jiaxin Wu2018-09-181-3/+3
* MdeModulePkg/Ip4Dxe: Sync the direct route entry setting.Jiaxin Wu2018-09-132-10/+7
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-0612-14/+14
* MdeModulePkg: Remove trailing white spaceStar Zeng2018-09-062-22/+22
* MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan2018-09-038-27/+153
* MdeModulePkg Tcp4Dxe: Remove redundant functionsshenglei2018-08-215-151/+0
* MdeModulePkg IScsiDxe: Remove a redundant functionshenglei2018-08-211-31/+0
* MdeModulePkg Ip4Dxe: Remove a redundant functionshenglei2018-08-211-16/+0
* MdeModulePkg: Remove redundant library classes and GUIDsshenglei2018-08-202-2/+0
* MdeModulePkg: Update IP4 driver to check for NULL pointer before using.Fu Siyuan2018-06-281-20/+17
* MdeModulePkg: Clean up source filesLiming Gao2018-06-28157-2103/+2103
* MdeModulePkg/NetworkPkg: Checking for NULL pointer before use.Fu Siyuan2018-06-211-2/+5
* MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu2018-03-131-11/+11
* MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan2018-03-035-21/+97
* MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan2018-02-051-1/+4
* MdeModulePkg/Ip4Dxe: Add an independent timer for reconfig checkingWang Fan2018-01-123-22/+83
* MdeModulePkg/Dhcp4Dxe: Free NET_BUF data after sent out to avoid memory leakWang Fan2018-01-112-27/+19
* MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu2018-01-101-4/+7
* MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan2018-01-101-1/+5
* MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan2018-01-101-8/+12
* MdeModulePkg: Add error handling when IP address is Class EWang Fan2018-01-031-3/+12
* MdeModulePkg/Ip4Dxe: Clean up IP4 interface if failed to open ARP protocol.Fu Siyuan2017-12-221-0/+1
* MdeModulePkg/Ip4Dxe: Remove redundant code in Ip4Config2InitInstance().Fu Siyuan2017-12-221-12/+0
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-187-16/+21
* MdeModulePkg/Ip4Dxe: return error on memory allocate failure instead of ASSERT.Fu Siyuan2017-12-181-4/+15
* MdeModulePkg/Dhcp4Dxe: Check Media status before starting DHCP process.Jiaxin Wu2017-12-131-1/+12
* MdeModulePkg/Ip4Dxe: Cleanup the resource after error happen during Ip4StartA...Jiaxin Wu2017-12-131-9/+37
* MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu2017-12-131-7/+7
* MdeModulePkg/Ip4Dxe: fix ICMP echo reply memory leakHeyi Guo2017-12-121-0/+3
* MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan2017-11-161-9/+13
* MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan2017-11-131-21/+4
* MdeModulePkg/Ip4Dxe: Trigger Ip4Config2 to retrieve the default address.Jiaxin Wu2017-10-261-4/+21
* MdeModulePkg: Fix GCC build error.Fu Siyuan2017-09-061-1/+1
* MdeModulePkg/Ip4Dxe: fix a bug in IP4 driver for IpSec protocol notify.Fu Siyuan2017-09-062-11/+13
* MdeModulePkg/Ip4Dxe: Support SetData interface to clear specific configurationJiaxin Wu2017-08-111-95/+190