]> xenbits.xensource.com Git - unikraft/libs/lwip.git/shortlog
unikraft/libs/lwip.git
6 days ago Andrei Tatarinit.c: Remove no-op term function stable staging
2025-02-14 Andrei Tatarsocket.c: Update to posix-socket poll setup API
2025-02-11 Andrei Tatarsockets.c: Use size_t for iovec length
2024-12-19 Cezar Craciunoiu.github/workflows: Introduce catalog tests RELEASE-0.18.0
2024-12-19 Michael PucherFix invalid pointer type for dns
2024-06-03 Alex ApostolescuRename LIBUKSWRAND to LIBUKRANDOM RELEASE-0.17.0
2024-05-31 Sergiu Mogapatches: Bring back address structure length checks
2024-05-31 Michalis PappasProvide config option for SO_LINGER and enable by default
2024-05-31 Marco SchlumppIndicate EPOLLRDHUP when the peer closed the connection
2024-02-09 Simon Kuenzerinit: Option to wait for DHCP RELEASE-0.16.2
2024-02-09 Simon Kuenzerinit: Option to fail boot without netifs
2024-02-09 Simon Kuenzernetdb: Prefer musl data types if available
2024-02-09 Simon Kuenzernetdb: Include debug output to service debug group
2024-02-09 Andrei TatarSet system hostname when initializing interface
2024-02-07 Andrei TatarExpose LWIP_SO_RCVBUF config and set on by default
2024-02-06 Marco SchlumppIgnore socket options not supported by LWIP
2024-02-06 Marco SchlumppEnable ARP queueing
2024-01-16 Simon Kuenzerinit: Support setting statically assigned DNS server...
2024-01-16 Simon Kuenzerinit: Support setting interface hostname (`UK_NETDEV_IP...
2024-01-16 Simon Kuenzerinit: Support parsing of IPv4 CIDR (`UK_NETDEV_IPV4_CIDR`)
2024-01-16 Simon Kuenzerinit: Update to new uknetdev einfo field names
2024-01-02 Michalis PappasSilence warning on arithmetic operation on socket flags RELEASE-0.16.0
2024-01-02 Michalis PappasRevert "Silence warning on arithmetic operation on...
2024-01-02 Eduard MihailescuModify `atomic.h` import line to accomodate plat re...
2023-12-31 Michalis PappasSilence warning on arithmetic operation on socket flags
2023-12-23 Sergiu MogaAdapt to new auxiliary stack argument of `libuksched...
2023-12-11 Simon KuenzerUpdate to latest inittab changes
2023-11-30 Andrei Tatarsocket.c: Port to the new posix-socket API
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
next