summaryrefslogtreecommitdiffstats
path: root/lwip (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lwip/api: Notify about dropped packetsKinsey Moore2023-03-081-0/+8
| | | | | | The receive UDP and raw mailboxes will silently drop packets once the mailbox is full. This provides a debug message if debugging is enabled when this is the case to direct the user toward a solution.
* lwip/sockets.h: Avoid duplication of system structKinsey Moore2023-03-081-2/+1
| | | | | Excise another portion of lwIP's headers that redefine structures available from toolchain headers.
* lwip: Provide h_errnoKinsey Moore2022-09-292-3/+6
| | | | | | Any application using gethostbyname requires h_errno. This restores the ability to link applications that make use of h_errno by way of gethostbyname.
* lwip: Update to 2.1.3Kinsey Moore2022-08-2646-169/+483
| | | | This updates lwIP to the STABLE-2_1_3_RELEASE tag.
* lwip: Finish cleaning up source importsKinsey Moore2022-08-2610-59/+6
| | | | | | This removes all changes that weren't gated properly on __rtems__ including moving getaddrinfo to rtemslwip/. The imported lwip source is now ready to be updated when necessary.
* lwip: Use definitions from toolsKinsey Moore2022-08-254-74/+72
| | | | | | | | | | This alters lwip to use network structs from the toolchain headers instead of redefining them slightly differently itself. This is important for being able to port code to work on lwip as most ported code will depend on the tools headers instead of being written specifically for lwIP and the mismatches caused result in memory corruption and other problems. This also brings the changes in these lwIP headers in line with the add-only code import philosophy.
* lwip: Add bbb and tms570 driversVijay Kumar Banerjee2022-07-089-467/+46
| | | | + Add networking01 and telnetd01 tests
* lwip: Split sources into origin directoriesKinsey Moore2022-06-0115-3520/+0
| | | | | | Moving forward, each origin directory should have its own top-level COPYING.origin file to describe its license as well as a ORIGIN.origin file to describe where the code is sourced from.
* lwip: Add src filesVijay Kumar Banerjee2021-03-21261-0/+107208
| | | | | + Add rtems port from uLan + Add waf script
* Add script to import files from lwip upstreamVijay Kumar Banerjee2021-03-021-0/+0