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

V2 update:
Keep the zero address and broadcast check if network mask is not available.

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              | 23 ++++++++-----
 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c       |  9 ++++-
 MdeModulePkg/Library/DxeNetLib/DxeNetLib.c         | 26 +++++++-------
 MdeModulePkg/Universal/Network/ArpDxe/ArpImpl.c    |  4 +--
 .../Universal/Network/Dhcp4Dxe/Dhcp4Impl.c         | 28 ++-------------
 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c  |  6 +---
 .../Universal/Network/IScsiDxe/IScsiConfig.c       | 15 +++++---
 .../Universal/Network/Ip4Dxe/Ip4Config2Impl.c      |  9 +++--
 .../Universal/Network/Ip4Dxe/Ip4Config2Nv.c        | 24 ++++++-------
 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4If.c      |  7 +---
 .../Universal/Network/Mtftp4Dxe/Mtftp4Impl.c       |  8 ++---
 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c  |  6 ++--
 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.c  |  9 +++--
 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Main.c  |  8 ++---
 .../Universal/Network/UefiPxeBcDxe/PxeBcImpl.c     | 24 ++++++++-----
 NetworkPkg/IScsiDxe/IScsiConfig.c                  | 16 ++++++---
 NetworkPkg/TcpDxe/TcpMain.c                        |  6 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c                | 40 +++++++++++++++-------
 NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c             |  4 ++-
 20 files changed, 146 insertions(+), 130 deletions(-)

-- 
2.7.4.windows.1



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

end of thread, other threads:[~2016-10-28  2:52 UTC | newest]

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

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