aboutsummaryrefslogtreecommitdiff
path: root/lwip
Commit message (Expand)AuthorAgeFilesLines
* Add a description comment for the MIG type translation filesZhaoming Luo2024-12-141-1/+2
* lwip: Properly handle errors during initializationZhaoming Luo2024-12-081-6/+4
* Code refactorZhaoming Luo2024-12-074-4/+4
* More device_get_status count fixesSamuel Thibault2024-11-041-2/+2
* lwip: Fix integer type mismatch on x86_64Samuel Thibault2024-11-041-1/+1
* Using NETIF_FOREACH to replace netif for-loopsZhaoming Luo2024-10-271-3/+3
* lwip: Allocate the loopback netif by defaultJoan Lledó2023-12-021-7/+7
* lwip: Drop spurious port deref on errorSamuel Thibault2023-05-281-2/+2
* lwip: Fix port leak on /servers/startup lookup errorSamuel Thibault2023-05-281-1/+4
* More prototypes fixesSamuel Thibault2023-05-102-12/+12
* Use uintptr_t for message payloads.Flavio Cruz2023-05-021-2/+2
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-083-3/+3
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-034-5/+5
* lwip: Fix warningSamuel Thibault2022-09-221-2/+2
* rioctl: Use r not i group ioctl for SIOCADDRT/SIOCDELRTDamien Zammit2022-09-224-3/+8
* lwip: Add missing stubDamien Zammit2022-09-221-0/+10
* lwip: Add stubs for route ioctlsSamuel Thibault2022-08-301-0/+18
* Fix types of read write and readables methodsSamuel Thibault2022-08-303-8/+8
* 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