Aniruddha Kanhere
3fc432f7be
TCP: Address MISRA rule11.3 violations ( #225 )
2020-08-28 15:14:37 -07:00
Aniruddha Kanhere
cb7edd2323
Sync with a:FR ( #75 )
...
* AFR sync
* AFR sync: CBMC
* AFR sync: CBMC: remove .bak files
* AFR sync: CBMC: more cleanup
* Corrected CBMC proofs
* Corrected CBMC patches
* Corrected CBMC patches-1
* Corrected CBMC patches-2
* remove .bak files (3)
Co-authored-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
2020-05-28 10:11:58 -07:00
AniruddhaKanhere
40a31b6d35
'uL' -> 'UL'
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
5b3a289b69
Changes after Gary's comments
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
edf68637dd
Update FreeRTOS_ARP.c
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
35f3ac32a8
correct debug output
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
5e12a70db4
Debugging flag check added
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
4e8ac8de25
Comment style consistency and Yuhui's suggestions
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
e43f7cd086
Cleanup
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
ab3b51c7a0
Update after Gary's comments
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
97f7009699
Update after richard's comments
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
a9fcafc074
Corrected the formatting
...
- visual studio had messed up the formatting
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
c381861014
commit 2 after gary's comments
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
75677a8d85
Commit after Gary's comments
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
666c0da366
Update after Yuhui's comments
...
- removed (void) from before memcpy, memset etc.
- corrected memcpy style as suggested by Yuhui
- Added logging for xNetworkInterfaceOutput. No need to configASSERT
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
4a1148d15b
Coverity + MISRA compliance
...
Modified code to conform to the MISRA directives more closely.
2020-04-13 14:08:51 -07:00
AniruddhaKanhere
ecf0f12aa1
Sync up with Amazon-freertos repo (10th March 2020) ( #34 )
...
* Sync up with amazon-freertos
* Sync up with amazon-freertos
* Sync up with amazon-freertos
2020-03-11 10:19:48 -07:00
Yuhui.Zheng
589dd9f149
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate.
2020-02-07 20:14:50 +00:00
Yuhui.Zheng
ec6f3d77c3
Sync FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP with the version in GitHub at (23665258cabe49d5d68ba23968b6845a7c80eb34).
...
Notes:
- header has version 2.2.0.
- This sync did not bring in ./test directory, though we should.
- New NetworkInterfaces are introduced by this merge.
- Keil compiler support.
- FreeRTOS_IP.h new API xApplicationGetRandomNumber().
- FreeRTOS_IP_Private.h new eIPEvent_t eNetworkTxEvent.
- FreeRTOS_Stream_Buffer.h removing static xStreamBufferIsEmpty() and xStreamBufferIsFull().
- FreeRTOSConfigDefaults.h provides default ipconfigDNS_RECEIVE_BLOCK_TIME_TICKS.
- other type changes.
2020-01-31 00:07:53 +00:00
Richard Barry
50e67a89f1
Update version number in +TCP code.
2019-02-21 18:08:36 +00:00
Richard Barry
bdb088e66f
Fix some build issues in older kernel demo projects.
...
Update to V2.0.7 of the TCP/IP stack:
+ Multiple security improvements and fixes in packet parsing routines, DNS
caching, and TCP sequence number and ID generation.
+ Disable NBNS and LLMNR by default.
+ Add TCP hang protection by default.
We thank Ori Karliner of Zimperium zLabs Team for reporting these issues.
2018-08-22 21:29:21 +00:00
Richard Barry
7d92e4dd8f
Sync with TCP version from AWS, including:
...
+ Add FreeRTOS_UpdateMACAddress().
+ Fix bug in lTCPWindowRxCheck() that manifested itself when flooded with lots of very small packets.
2018-06-13 21:16:22 +00:00
Richard Barry
13651934be
Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release.
2017-12-18 22:54:18 +00:00
Richard Barry
cfc268814a
Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt
2017-11-29 16:53:26 +00:00
Richard Barry
77e95538dc
Added +TCP code to main repo.
2017-08-17 12:18:14 +00:00