edk2/NetworkPkg/TcpDxe
abuthahirm ece24799e5 NetworkPkg: Remove redundant Status initializations
Remove redundant Status = EFI_SUCCESS and Status = EFI_DEVICE_ERROR
initializations that are immediately overwritten before being read,
across multiple modules: Dhcp6Dxe, DnsDxe, HttpBootDxe, HttpDxe,
Ip4Dxe, Ip6Dxe, MnpDxe, Mtftp4Dxe, Mtftp6Dxe, SnpDxe, TcpDxe,
TlsAuthConfigDxe, UefiPxeBcDxe and WifiConnectionManagerDxe.

Cc: Saloni Kasbekar <saloni.kasbekar@intel.com>
Cc: Zachary Clark-williams <zachary.clark-williams@intel.com>

Signed-off-by: abuthahirm <abuthahirm@ami.com>
2026-06-04 15:32:31 +00:00
..
ComponentName.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Socket.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
SockImpl.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
SockImpl.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
SockInterface.c NetworkPkg: Remove redundant Status initializations 2026-06-04 15:32:31 +00:00
TcpDispatcher.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcpDriver.c NetworkPkg TcpDxe: Fixed system stuck on PXE boot flow in iPXE environment 2024-05-30 21:06:38 +00:00
TcpDriver.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
TcpDxe.inf NetworkPkg TcpDxe: SECURITY PATCH CVE-2023-45236 2024-05-24 15:48:52 +00:00
TcpDxe.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
TcpDxeExtra.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
TcpFunc.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
TcpInput.c NetworkPkg/TcpDxe: Skip RST when no IpIo sender exists for Dst 2026-05-25 08:41:54 +00:00
TcpIo.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcpMain.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcpMain.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
TcpMisc.c NetworkPkg TcpDxe: SECURITY PATCH CVE-2023-45236 2024-05-24 15:48:52 +00:00
TcpOption.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcpOption.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
TcpOutput.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
TcpProto.h NetworkPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
TcpTimer.c NetworkPkg TcpDxe: SECURITY PATCH CVE-2023-45236 2024-05-24 15:48:52 +00:00