aboutsummaryrefslogtreecommitdiff
path: root/lwip
Commit message (Expand)AuthorAgeFilesLines
* Fix const warningsSamuel Thibault2022-01-172-2/+2
* Make RPC input array parameters constSamuel Thibault2022-01-164-17/+17
* Fix build warningsSamuel Thibault2022-01-013-3/+3
* Fix build with -fno-commonSamuel Thibault2020-03-315-16/+35
* lwip,pfinet: Make S_io_reauthenticate return errorSamuel Thibault2020-01-051-1/+1
* lwip,pfinet: Fix crash on make_sock_user getting EINTRSamuel Thibault2020-01-052-2/+9
* lwip: Call if_change_flags() inside a thread-safe contextJoan Lledó2019-08-121-5/+55
* lwip: Fix bug: Error handling on configure_device()Joan Lledó2019-05-111-5/+3
* lwip: Set output flags when calling recv()Joan Lledó2019-05-041-8/+13
* lwip: Fix bug: Clear MSG_NOSIGNAL flag when calling send().Joan Lledó2019-05-041-5/+8
* lwip: Error handling when calling update_if()Joan Lledó2019-05-021-29/+33
* lwip: Stop using netifapi.Joan Lledó2019-03-313-36/+55
* lwip: Add headers to the tun driverJoan Lledó2019-03-311-0/+3
* lwip: Use the right error type.Joan Lledó2019-03-3110-23/+31
* lwip: Fix wrong error checksJoan Lledó2019-03-312-4/+4
* lwip: Fix build against glibc 2.28Samuel Thibault2018-08-151-0/+1
* lwip: Fix a buffer overflow and clear compiler warningsJoan Lledó2018-08-142-2/+2
* lwip: return EINTR when a select() IPC thread is cancelledJoan Lledó2018-08-141-0/+8
* lwip: refactor main demuxer to avoid code duplicationJoan Lledó2018-08-141-31/+11
* lwip: poll(): return EIO when POLLERR is setJoan Lledó2018-08-141-0/+3
* lwip translator: Remove unused reference to config.hJoan Lledó2018-05-021-1/+0
* Include required sockets headersJoan Lledó2018-05-014-0/+6
* lwip: Add LwIP-based TCP/IP translatorJoan Lledó2017-12-1825-0/+4876