* Add network down test in prvIPTask
* Align IP test configurations
* Remove redundant define check
* Fix unit test cases
* Fix stubs in some UT
* Add test cases for DHCPv6 and backward compatible
* Add test cases for FreeRTOS_GetUDPPayloadBuffer_Multi IPv6
* Test case for FreeRTOS_IPInit_Multi
* FreeRTOS_ReleaseUDPPayloadBuffer
* FreeRTOS_GetEndPointConfiguration
* FreeRTOS_GetAddressConfiguration
* FreeRTOS_GetEndPointConfiguration
* FreeRTOS_SetEndPointConfiguration
* FreeRTOS_GetAddressConfiguration
* Fix UT
* eConsiderFrameForProcessing
* prvProcessIPPacket
* vReturnEthernetFrame
* FreeRTOS_GetIPAddress
* Move IPv4 test under IPv4.
* Move IPv4 unit test cases from IP folders to IPv4 folders.
* prvProcessIPPacket
* vReturnEthernetFrame
* FreeRTOS_GetIPAddress
* FreeRTOS_IsNetworkUp
* FreeRTOS_AllEndPointsUp
* uxIPHeaderSizeSocket
* IP coverage
* FreeRTOS_SetIPAddress
* FreeRTOS_GetGatewayAddress
* FreeRTOS_GetDNSServerAddress
* FreeRTOS_GetNetmask
* FreeRTOS_UpdateMACAddress
* FreeRTOS_GetMACAddress
* FreeRTOS_SetNetmask
* FreeRTOS_SetGatewayAddress
* FreeRTOS_GetUDPPayloadBuffer_Multi
* IP coverage
* Code beautify
* prvAllowIPPacketIPv4
* prvCheckIP4HeaderOptions
* Remove legacy ipLOCAL_IP_ADDRESS_POINTER
* Add descriptions for IP test cases
* Remove redundant includes in test files.
* Add test description for IPv4 unit test
* Remove unnecessary config change
* Code beautify.
* Spelling
* Fix UT
* display error message when either ipconfigUSE_IPv4 or ipconfigUSE_IPv6 is disabled
* Uncrustify: triggered by comment.
---------
Co-authored-by: GitHub Action <action@github.com>
* add FreeRTOS_GetAddressConfiguration and FreeRTOS_SetAddressConfiguration
* renaming FreeRTOS_GetUDPPayloadBuffer_ByIPType to FreeRTOS_GetUDPPayloadBuffer_Multi
* adding ipconfigIPv4_BACKWARD_COMPATIBLE to all main branch APIs that got changed except hooks
* rename vApplicationIPNetworkEventHook to vApplicationIPNetworkEventHook_Multi when ipconfigIPv4_BACKWARD_COMPATIBLE is disabled
* renaming xApplicationDNSQueryHook to xApplicationDNSQueryHook_Multi when ipconfigIPv4_BACKWARD_COMPATIBLE is disabled
* Uncrustify: triggered by comment
* fix DNS_ParseDNSReply complexity issue
* Uncrustify: triggered by comment
* replacing with ipconfigIPv4_BACKWARD_COMPATIBLE flag
* minor unit test fix
---------
Co-authored-by: GitHub Action <action@github.com>
* Reparations and recommendations for the dev/IPv6_integration branch
* Applied uncrustify
* More changes after testing ARP, ICMP4, ICMP6, UDPv4 and UDPv6, DNSv6
* A few changes to DNS after testing it
* Fix FreeRTOS_IP and FreeRTOS_IP_DiffConfig test cases
* Remove test_prvProcessIPEventsAndTimers_eNetworkDownEvent test Case
- eNetworkDownEvent no longer support xNetworkUp variable, the network status
is kept in pxEndPoint->bits.bEndPointUp.
* Run Uncrustify.
Co-authored-by: GitHub Action <action@github.com>
* Add IPv6 data path and endpoint changes to FreeRTOS_IP.c
* Add FreeRTOS_IPv4.h and FreeRTOS_IPv6.h files.
* Fix compilation issues and run Uncrustify
- Add IPv6 changes to FreeRTOS_IP_Timer FreeRTOS_IP_Utils
- Add FreeRTOS_DHCPv6.h
- Update generateChecksum.
- MISRA: Fix rule 1.1, 8.13, 8.5, 20.9 and Suppress rule 8.9, 11.3
- Limit the use of ipconfigUSE_IPV6
- Run uncrustify and update the files
* Add IPv6 specific header files.
* Update according to Coding Guidelines and Uncrustify
* Adding common IP file to handle common strctures
Co-authored-by: Monika Singh <moninom@amazon.com>
* Update source location for coverity
* Add coverage checker
* Add build check with default configuration
* Fix build combination and DNS error
* uncrustified and fixed cmakelists
* This commit updates version number in all files to Development-Branch
* Update version number macros
* This commit fixes a typo in version number macro
* Added a 'critical section' to prevent a race condition in stream buffers
* Uncrustify: triggered by comment.
* Fixed unit-tests by adding mocked functions
* Initial commit of file README.md
* Update README.md
* Fix the title of README file in coverity
* Addressed issue comments
* Update command
* Add details about remaining exception
* Move file to original location
* Remove use of sudo in commands
* Fix links; added coverity version note
* Update README.md
* Remove CMake installation instructions
* Update manifest/history and copyright year
* Update kernel version to 10.4.5
* Update remaining copyright year instances
* Update the version number macros
* Update license header titles
* Remove kernel license header and add TCP header
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* Update source location for coverity
* Add coverage checker
* Add build check with default configuration
* Fix build combination and DNS error
* uncrustified and fixed cmakelists
* This commit updates version number in all files to Development-Branch
* Update version number macros
* This commit fixes a typo in version number macro
This commit brings in the refactoring and restructuring changes
from IntegrationTesting1 branch to the main branch.
It also includes additional unit tests for 100% coverage.
The rationale behind not creating a PR is that the conflicts were too
huge to be resolved correctly. Thus, a force push to the main branch is
being done.