public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] classless address network unicast check
@ 2016-10-27  1:28 Fu Siyuan
  2016-10-27  1:28 ` [Patch 1/3] MdeModulePkg: Update NetLib interface to support classless addressing Fu Siyuan
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fu Siyuan @ 2016-10-27  1:28 UTC (permalink / raw)
  To: edk2-devel

The classful addressing (IP class A/B/C) has been deprecated according to
RFC4632. This patch updates the NetLib and network drivers for the unicast
check in classless network.

Fu Siyuan (3):
  MdeModulePkg: Update NetLib interface to support classless addressing.
  MdeModulePkg: Update IP4 stack drivers for classless address unicast
    check.
  NetworkPkg: Update IP4 stack drivers for classless address unicast
    check.

 MdeModulePkg/Include/Library/IpIoLib.h             |  4 ++-
 MdeModulePkg/Include/Library/NetLib.h              | 22 +++++++++-------
 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c       |  9 ++++++-
 MdeModulePkg/Library/DxeNetLib/DxeNetLib.c         | 26 +++++++++----------
 MdeModulePkg/Universal/Network/ArpDxe/ArpImpl.c    |  7 -----
 .../Universal/Network/Dhcp4Dxe/Dhcp4Impl.c         | 29 ++-------------------
 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c  |  6 +----
 .../Universal/Network/IScsiDxe/IScsiConfig.c       | 18 ++++++-------
 .../Universal/Network/Ip4Dxe/Ip4Config2Impl.c      | 15 +++--------
 .../Universal/Network/Ip4Dxe/Ip4Config2Nv.c        | 30 ++++++++--------------
 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4If.c      |  7 +----
 .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.c       |  9 +------
 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c  |  7 ++---
 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.c  |  9 +++++--
 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Main.c  |  5 ++--
 .../Universal/Network/UefiPxeBcDxe/PxeBcImpl.c     | 27 +++++++++----------
 NetworkPkg/IScsiDxe/IScsiConfig.c                  | 16 +++++++++---
 NetworkPkg/TcpDxe/TcpMain.c                        |  6 +----
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c                | 30 ++++++++++++----------
 NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c             |  4 ++-
 20 files changed, 119 insertions(+), 167 deletions(-)

-- 
2.7.4.windows.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-27 12:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27  1:28 [Patch 0/3] classless address network unicast check Fu Siyuan
2016-10-27  1:28 ` [Patch 1/3] MdeModulePkg: Update NetLib interface to support classless addressing Fu Siyuan
2016-10-27  1:28 ` [Patch 2/3] MdeModulePkg: Update IP4 stack drivers for classless address unicast check Fu Siyuan
2016-10-27  7:17   ` Ye, Ting
2016-10-27 12:50     ` Fu, Siyuan
2016-10-27  1:28 ` [Patch 3/3] NetworkPkg: " Fu Siyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox