public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Fu Siyuan <siyuan.fu@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH v2 0/3] classless address network unicast check
Date: Thu, 27 Oct 2016 18:51:36 +0800	[thread overview]
Message-ID: <1477565499-11764-1-git-send-email-siyuan.fu@intel.com> (raw)

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



             reply	other threads:[~2016-10-27 10:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27 10:51 Fu Siyuan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1477565499-11764-1-git-send-email-siyuan.fu@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox