]> xenbits.xensource.com Git - unikraft/libs/lwip.git/shortlog
unikraft/libs/lwip.git
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
2019-06-29 Mihai PogonaruFurther protect gethostbyname* defines
2019-06-29 Mihai PogonaruProvide ioctl for LWIP
2019-06-29 Mihai Pogonarusockets.c: Change error handling to match vfs expectations
2019-06-29 Mihai PogonaruUse vfs functions to allocate/free the resources used...
2019-06-29 Mihai PogonaruUpdate the number of remaining unprocessed bytes correctly
2019-06-29 Mihai PogonaruUse vfs functions to allocate/free the resources used...
2019-06-26 Mihai PogonaruFix poll() ret variable type and select() maxfd calculation
2019-06-25 Vlad-Andrei... Add getservbyname and getservbyport stubs
2019-06-25 Vlad-Andrei... Add gethostbyaddr stub
2019-06-25 Vlad-Andrei... Add proto* functions
2019-06-24 Costin Lupuinclude/netinet/tcp.h: Remove TCP_MSS definition
2019-06-15 Mihai PogonaruProvide gethostbyname and gethostbyname_r
2019-06-11 Vlad-Andrei... Export additional symbols
2019-06-11 Vlad-Andrei... Add netinet/tcp.h
2019-06-11 Vlad-Andrei... Add SOCK_SEQPACKET in socket.h
2019-06-06 Vlad-Andrei... Add servent and protoent
2019-06-04 Mihai PogonaruFix select and poll wrappers
2019-05-29 Florian SchmidtProvide poll() and select() wrappers around lwip versions
2019-05-29 Florian Schmidtsockets.c: Refuse to deal with non-sockets
2019-05-29 Florian SchmidtProvide lwip socket function interfaces unconditionally
2019-05-29 Florian SchmidtDon't provide file status flags when we have a libc
2019-05-29 Florian SchmidtProvide ioctl
2019-05-29 Florian SchmidtProvide netinet/in.h
2019-05-29 Florian Schmidtsys/socket.h: Include some libc header files first...
2019-05-29 Florian SchmidtMove export.syms to exportsyms.uk
2019-05-29 Sharan Santhanamliblwip: Remove vfscore_put_fd from socket_close
2019-05-13 Simon KuenzerAdopt to latest libuklock, libukmpi changes
2019-03-06 Yuri Volchkovsockets: add prefix to FWRITE and FREAD RELEASE-0.3.1
2019-02-20 Simon Kuenzersockets: Adopt to updated vfscore RELEASE-0.3
2019-02-18 Florian Schmidtuknetdev_output: Fix loop iterator
2019-02-11 Simon KuenzerNetif status print callback
2019-02-11 Simon KuenzerAttach uknetdev netifs during boot
2019-02-11 Simon KuenzerNetif driver for libuknetdev devices
2019-02-11 Simon KuenzerUpdate to lwIP 2.1.2
2019-02-11 Simon KuenzerAdd .gitignore
2018-06-16 Sharan SanthanamExpose socket header & disable socket polling
2018-06-15 Sharan SanthanamUpdate to latest libukmpi and libuklock configuration...
2018-06-15 Sharan SanthanamImplement getsockname(), getperrname() and sock options
2018-06-15 Sharan SanthanamImplement closing of sockets descriptor with libvfscore
next