| Commit message (Expand) | Author | Age | Files | Lines |
* | NetworkPkg: RFC1323 definition changed to RFC7323 | Suqiang Ren | 2024-01-16 | 2 | -2/+2 |
* | NetworkPkg: Fix conditionally uninitialized variables | Michael Kubacki | 2023-04-03 | 1 | -0/+3 |
* | NetworkPkg/TcpDxe: Fix debug macro arguments | Michael Kubacki | 2022-09-09 | 1 | -10/+2 |
* | NetworkPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 19 | -2154/+1935 |
* | NetworkPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -1/+1 |
* | NetworkPkg: Change use of EFI_D_* to DEBUG_* | Michael D Kinney | 2021-12-07 | 9 | -114/+108 |
* | NetworkPkg/TcpDxe/Tcp: Fix various typos | Antoine Coeur | 2020-02-10 | 13 | -37/+37 |
* | NetworkPkg/TcpDxe/Sock: Fix few typos | Antoine Coeur | 2020-02-10 | 4 | -26/+26 |
* | NetworkPkg: Fixes to static code analysis hits | Maciej Rabeda | 2019-12-04 | 1 | -0/+1 |
* | NetworkPkg/TcpDxe: fix SockFreeFoo() parameter list | Laszlo Ersek | 2019-10-09 | 1 | -2/+2 |
* | NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INF | Liming Gao | 2019-10-08 | 1 | -1/+0 |
* | NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg | Liming Gao | 2019-05-27 | 1 | -0/+1 |
* | NetworkPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 22 | -154/+22 |
* | NetworkPkg: Protocol Uninstallation Cleanup | Ashish Singhal | 2019-01-14 | 1 | -10/+5 |
* | NetworkPkg: Remove some clarification from TcpDxe.inf | Siyuan Fu | 2018-12-24 | 1 | -6/+0 |
* | NetworkPkg/TcpDxe: Add the clarification compared to Tcp4Dxe in MdeModulePkg. | Jiaxin Wu | 2018-09-27 | 1 | -2/+7 |
* | NetworkPkg: TcpDxe: Remove the redundant code. | Songpeng Li | 2018-08-23 | 2 | -48/+2 |
* | NetworkPkg: Removing ipf which is no longer supported from edk2. | chenc2 | 2018-08-14 | 1 | -1/+1 |
* | NetworkPkg: Clean up source files | Liming Gao | 2018-06-28 | 12 | -63/+63 |
* | NetworkPkg/TcpDxe: Check TCP payload for release version. | Jiaxin Wu | 2017-12-27 | 2 | -32/+122 |
* | NetworkPkg/TcpDxe: Remove the redundant code. | Jiaxin Wu | 2017-12-26 | 2 | -66/+1 |
* | NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before use | Jiaxin Wu | 2017-12-26 | 1 | -0/+3 |
* | NetworkPkg: Typo fix and comments correction | Jiaxin Wu | 2017-06-14 | 1 | -5/+5 |
* | NetworkPkg: Addressing TCP Window Retraction when window scale factor is used. | Fu Siyuan | 2017-05-09 | 3 | -7/+37 |
* | NetworkPkg: Add wnd scale check before shrinking window. | Fu Siyuan | 2017-05-09 | 1 | -4/+23 |
* | NetworkPkg: Fix issue the iSCSI client can not send reset packet. | Zhang Lubo | 2017-05-02 | 1 | -12/+13 |
* | NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is called | Jiaxin Wu | 2017-03-23 | 1 | -2/+3 |
* | NetworkPkg: Fix service binding issue in TCP dxe. | Zhang Lubo | 2017-03-17 | 4 | -82/+104 |
* | NetworkPkg: Update IP4 stack drivers for classless address unicast check. | Fu Siyuan | 2016-10-28 | 1 | -3/+3 |
* | NetworkPkg/TcpDxe: rebase to ARRAY_SIZE() | Laszlo Ersek | 2016-10-27 | 1 | -1/+1 |
* | NetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage. | Zhang Lubo | 2016-10-09 | 5 | -26/+26 |
* | NetworkPkg: Add missed character in copyright. | Fu Siyuan | 2016-08-01 | 1 | -1/+1 |
* | NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance. | Fu Siyuan | 2016-07-18 | 1 | -1/+1 |
* | NetworkPkg: Fix typos in comments | Giri P Mudusuru | 2016-07-11 | 2 | -4/+4 |
* | NetworkPkg/TcpDxe: Fix GCC build failure | Jiaxin Wu | 2016-06-14 | 1 | -2/+0 |
* | NetworkPkg: Support TCP Cancel function | Jiaxin Wu | 2016-06-13 | 6 | -31/+271 |
* | NetworkPkg/TcpDxe: Remove the status check of SockProcessRcvToken | Gary Lin | 2016-05-20 | 1 | -5/+1 |
* | NetworkPkg: Check received packet size before use it. | Fu Siyuan | 2016-04-01 | 1 | -1/+12 |
* | NetworkPkg:Fix Network memory leak when calling GetModeData interface | Zhang Lubo | 2016-01-28 | 1 | -2/+26 |
* | NetworkPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | Fix some grammar and converge formatting of the two versions of TcpInput.c | BALATON Zoltan | 2015-04-17 | 1 | -39/+55 |
* | Save initial TSVal from TCP connection initiation packets. | BALATON Zoltan | 2015-04-13 | 1 | -1/+3 |
* | Fix GCC hang issue: Point should use directly assignment instead of IP4_COPY_... | Fu Siyuan | 2015-03-18 | 1 | -4/+4 |
* | Initialize data and correct faulty logic in TcpComponentNameGetControllerName... | Wu Jiaxin | 2015-02-04 | 1 | -2/+4 |
* | NetworkPkg: Source fixes and cleanup for ARMGCC compiles | Randy Pawell | 2014-12-04 | 3 | -16/+25 |
* | NetworkPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 2 | -0/+0 |
* | NetworkPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -12/+22 |
* | Fix some build issues (ARM toolchain). | Olivier Martin | 2014-05-15 | 1 | -2/+0 |
* | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 2014-05-07 | 5 | -301/+5 |