]> xenbits.xensource.com Git - unikraft/libs/lwip.git/shortlog
unikraft/libs/lwip.git
2023-11-24 Ethan Cotterellinclude: Expose LwIP's RAW protocol
2023-10-20 Alexander JungIntroduce `Library.uk` RELEASE-0.15.0
2023-08-10 Andrei TatarMakefile.uk: Silence macro redefinition warnings RELEASE-0.14.0
2023-05-05 Ioan-Teodor... patches: Align TCP_KEEP* macro values with those of... RELEASE-0.13.0 RELEASE-0.13.1
2023-05-04 Marc RittinghausAdd SOCK_NONBLOCK to accept4 and socket
2023-02-05 Marco SchlumppAdapt forced polling mode to uknetdev flag rename RELEASE-0.12.0
2023-02-03 Marco SchlumppRemove unused configuration options
2023-02-03 Marco SchlumppPass TCP timestamps config define to LWIP code
2023-02-03 Marco SchlumppPass TCP keep-alive config define to LWIP code
2022-11-30 Razvan DeaconescuMakefile.uk: Use -Wno-cast-function-type for GCC >= 8 RELEASE-0.11.0
2022-11-28 Razvan Deaconescupatches: Include fcntl.h and sys/ioctl.h in sockets.c
2022-11-25 Razvan Deaconescupatches: Add patches for Musl compatibility
2022-11-25 Razvan DeaconescuRemove commented out source code files
2022-11-25 Razvan DeaconescuRemove source code files defined by libc
2022-11-25 Razvan Deaconescusockets.c: Remove functions defined in libc
2022-11-23 Simon KuenzerAdopt to refactored scheduling API (lib/uksched)
2022-11-19 Razvan DeaconescuMakefile.uk: Remove ip6addr-related files
2022-11-09 Razvan Deaconescuserv.c: Add uk/essentials.h as include dependency
2022-08-22 Maria SfiraialaRemove redundant argument from POSIX_SOCKET_FAMILY_REGI... RELEASE-0.10.0
2022-08-16 Marc RittinghausAdd eventpoll patch
2022-08-16 Marc RittinghausSwitch to posix-socket
2022-08-16 Marc RittinghausFix return values of recv/send functions
2022-03-28 Simon KuenzerPrint per-device checksum configuration RELEASE-0.8.0 RELEASE-0.9.0
2022-03-28 Simon KuenzerPrint network device hardware address
2022-03-28 Simon KuenzerProbe network device features
2022-02-03 Vlad Badoiulwip: Add dumb socketpair implementation RELEASE-0.7.0
2021-11-30 Daniel DincaAdd mailbox configuration options RELEASE-0.6
2021-11-29 Hugo Lefeuvresockets.c: fix crash when handling invalid/unsupported FDs
2021-11-27 Simon KuenzerConfiguration: Differentiate between loopback traffic...
2021-11-12 Simon KuenzerOption for latest lwIP 2.1.x version including Unikraft...
2021-11-12 Simon KuenzerOption to choose latest lwIP version from 2.1.x series
2021-11-12 Simon KuenzerPoint to Unikraft's lwIP fork
2021-11-09 Marc Rittinghausinclude: Add IP fragment option
2021-11-09 Sharan Santhanamuknetdev: Initialize the txq_conf
2021-07-19 Simon KuenzerCorrect license headers introduced by University Polite...
2021-07-19 Simon KuenzerCorrect license headers introduced by NEC Laboratories...
2021-03-10 Hugo Lefeuvrelwip: support for memory pools
2020-12-21 Simon KuenzerOption to force polling mode RELEASE-0.5
2020-12-21 Simon Kuenzeralloc.c: Include missing `<stddef.h>`
2020-11-27 Vlad-Andrei... Add in6addr_loopback
2020-11-12 Simon Kuenzeruknetdev: Retrieve `ioalign` from device
2020-11-12 Simon Kuenzernetbuf: Aligned buffers with `lwip_alloc_netbuf()`
2020-11-12 Simon Kuenzeruknetdev: Per device RX and TX headroom
2020-11-12 Simon Kuenzercc.h: Disable Ethernet frame padding
2020-11-12 Simon Kuenzeruknetdev: Per device `lwip_data` to callbacks
2020-08-05 Sharan Santhanamlib/lwip: Enable poll only receive
2020-08-05 Sharan Santhanamlib/lwip: Fetch features supported on the netdev
2020-08-03 Sharan Santhanamlib/lwip: Reserve per netdev space for lwip
2020-08-03 Costin Lupuinit.c: Retrieve IP v4 address from device information
2020-04-02 Vlad-Andrei... netinet/in.h: Add several missing IPV6 & IP defines...
2020-04-02 Vlad-Andrei... netinet/tcp.h: Add header guards
2020-04-02 Vlad-Andrei... Use if_nametoindex and if_nametoindex from lwip
2020-02-17 Simon Kuenzernet/if.h: Add include guard RELEASE-0.4
2020-02-17 Simon Kuenzersys/socket.h: Fix typo of guard: CONFIG_LWIP_SOCKET
2020-02-14 Felipe HuiciFix compile error when enabling Operation mode (Mainloo...
2020-02-14 Simon Kuenzeruknetdev: Yield receive thread on full stack queue
2020-02-13 Simon KuenzerStub getservbyport_r()
2020-02-13 Simon Kuenzerppoll()/generic select() only available with libc
2020-02-06 Sharan Santhanamlwip: Add compile guard for struct ifconf
2019-12-12 Felipe HuiciAdd nameserver headers from musl.
2019-12-12 Felipe HuiciMake headers compatible with c++ builds
2019-12-12 Felipe HuiciAdd missing EAI_* macro definitions
2019-12-10 Costin Lupupatches: Add more fields to struct ifreq
2019-12-10 Costin Lupupatches: Add ipi_spec_dst field to struct in_pktinfo
2019-12-10 Costin LupuAdd missing definitions for supporting Ruby
2019-12-10 Costin LupuImport network headers from musl to support Ruby
2019-11-28 Costin Lupusockets.c: Add ppoll() function
2019-11-26 Jia HeFix compilation warning
2019-11-17 Costin Lupusockets.c: Make select() not return errors when using...
2019-11-05 Costin Lupusys/socket.h: Define AF_LOCAL
2019-11-04 Felipe HuiciAdd getservbyport_r and if_indextoname
2019-11-04 Felipe HuiciAdd IPv6 macro definitions
2019-10-29 Mihai Pogonarusys/socket.h: Add AF_UNIX and SCM_RIGHTS definitions
2019-10-29 Mihai PogonaruAdd sendfile() stub
2019-10-29 Mihai PogonaruAdapt sendfile.h to Unikraft
2019-10-29 Mihai PogonaruImport sendfile.h from musl
2019-10-28 Mihai PogonaruAdd TCP_CORK definition to netinet/tcp.h
2019-10-10 Sharan Santhanamliblwip: Move liblwip_init to inittab
2019-10-09 Costin LupuMakefile.uk: Compile getnameinfo.c only when DNS is...
2019-09-19 Felipe HuiciRemove exportsyms.uk
2019-09-17 Costin LupuEnable loopback interface
2019-09-17 Costin Lupusockets.c: Set stub for .vop_getattr operation
2019-09-09 Costin LupuMakefile.uk: Suppress 'unused parameters' warnings
2019-09-09 Costin Lupusockets: Add socketpair() stub
2019-09-09 Costin Lupusockets: Add recvmsg() function
2019-09-09 Costin Lupusys/socket.h: Add SOMAXCONN macro
2019-09-09 Costin LupuRevisit netdb.h declarations
2019-09-03 Felipe Huiciexportsyms.uk: Add dns_gethostbyname
2019-09-03 Felipe Huiciexportsyms.uk: Alphabetize symbol list.
2019-09-03 Felipe Huiciexportsyms.uk: expose symbols needed by Micropython...
2019-09-03 Felipe HuiciMakefile.uk: Guard socket-related source files.
2019-08-30 Costin LupuFix some compilation errors and warnings that are gener...
2019-08-27 Felipe HuiciDeclare mem_* functions only for lwip internal use
2019-08-26 Bogdan LascuDefine getaddrinfo() and freeaddrinfo() as functions...
2019-08-20 Costin Lupunetdb.h: Add getservbyname() and getservbyport() declar...
2019-08-20 Bogdan Lasculwipopts.h: Use libc ioctl.h if available
2019-08-20 Costin LupuAdapt getnameinfo() function to Unikraft
2019-08-20 Costin LupuImport getnameinfo() function from OsV
2019-08-15 Bogdan LascuAdd getaddrinfo() wrapper
2019-08-15 Bogdan LascuAdd inet_ntop(), inet_pton() functions
next