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 0/3] classless address network unicast check
Date: Thu, 27 Oct 2016 09:28:51 +0800	[thread overview]
Message-ID: <1477531734-14944-1-git-send-email-siyuan.fu@intel.com> (raw)

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



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

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

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=1477531734-14944-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