Lines Matching full:add

23   * 6lowpan: add 6lowpan-over-BLE netif (based on existing 6lowpan netif)
26 * ipv6: add support for stateless DHCPv6 (to get DNS servers in SLAAC nets)
29 * add raw API http(s) client (with proxy support)
32 * tcp: add hooks to implement additional socket options
35 * tcp: add hooks to implement tcp md5 signatures or similar (see contrib/addons for an example)
43 * task #14780: Add debug helper asserts to ensure threading/locking requirements are met
53 * netconn: add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE to use external DNS resolver (patch #9427)
56 * netifapi: Add thread safe ARP cache APIs (task #14724)
63 * sockets: add poll() implementation (patch #9450)
66 * sockets: add readv() implementation (task #14610)
105 * sockets: add recvmsg for TCP
124 * sockets: add interface name/index APIs (task #14314)
129 - Add raw_sendto_if_src()
190 * tcp: add zero-window probe timeout (bug #50837)
306 * Add MQTT client
309 * opt.h, ndc.h/.c: add support for RDNSS option (as per RFC 6106)
397 * Implement dual-stack support in RAW, UDP and TCP. Add new IP address
485 * netif.h/.c: patch #8359 (Provide utility function to add an IPv6 address to
519 * opt.h, dhcp.h/.c: patch #8361 "Add support for NTP option in DHCP"
619 - Merged some patchs from lwIP Git repository which add interesting features
621 - Merged some patchs from Debian pppd package which add interesting features
929 and add more NULL checks; this also fixes that CORE_LOCKING used message
1203 * etharp.c: ETHARP_SUPPORT_VLAN: add support for an external VLAN filter
1485 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
1599 task #7212: Add Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX
1645 Add non-blocking support for connect (partly from patch #6860),
1665 * opt.h, memp.c: patch #6822 (Add option to place memory pools in
1815 add IP options)
1821 * ip.c: Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options
1870 * ip_addr.c/.h: patch #7143: Add a few missing const qualifiers
1951 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
2304 * tcp.c, tcp_out.c, tcp_in.c, sys.h, tcp.h, opts.h: add support for
2374 * api.h api_msg.h netdb.h sockets.h: add missing #include directives
2398 * ip.h, ip.c, igmp.c: bug #26487: Added ip_output_if_opt that can add IP options
2481 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
2506 * tcp.h: Patch#6802 Add do-while-clauses to those function like
2523 * tcp.c, tcp_in.c, tcp.h: add tcp_abandon() to cope with dropping
2661 "Add return value to sys_mbox_post".
2666 sizes), like suggested for the task #7490 "Add return value to sys_mbox_post".
2669 * tcpip.h, tcpip.c: add tcpip_callback_with_block function for the task #7490
2670 "Add return value to sys_mbox_post". tcpip_callback is always defined as
2676 "Add return value to sys_mbox_post".
2680 Introduce changes for task #7490 "Add return value to sys_mbox_post" with some
2684 netconn::acceptmbox. Port maintainers, you can decide to just add this new
2694 "backlog" parameter in an u8_t, 0 is interpreted as "smallest queue", add
2698 * tcp.c, tcp_in.c, tcp_out.c, tcp.h: Add TCP persist timer
2718 by err_t type. Add a new err_t code "ERR_INPROGRESS".
2725 * netdb.c: add a LWIP_DNS_API_HOSTENT_STORAGE option to decide to use a static
2774 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
2793 * api.h, api_lib.c, api_msg.c, sockets.c, opt.h: add SO_RCVBUF option for UDP &
2808 * api.h, api_lib.c, api_msg.c: Add macro API_EVENT in the same spirit than
2828 * netifapi.h, netifapi.c: add function netifapi_netif_set_default. Change the
2833 * netifapi.h, netifapi.c: add functions netifapi_netif_set_up, netifapi_netif_set_down,
2838 * udp.h, udp.c, sockets.c: Changes for "#20503 IGMP Improvement". Add IP_MULTICAST_IF
2840 netconn and raw API users), only if LWIP_IGMP=1. Add getsockopt processing for
2865 IP_PCB. Add in the netconn's "pcb" union a "struct ip_pcb *ip;" (no size change).
2881 your lwipopts.h. For port maintainers, you can just add these new parameters
2906 * Add netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249 "Split netbuf functions
2909 maintainers just have to add src/api/netbuf.c in their makefile/projects.
2912 * init.c: Add first version of lwip_sanity_check for task #7142 "Sanity check
2916 * igmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_init and add igmp_start.
2921 * Add init.h, init.c, Change opt.h, tcpip.c: Task #7213 "Add a lwip_init function"
2922 Add lwip_init function to regroup all modules initializations, and to provide
2923 a place to add code for task #7142 "Sanity check user-configurable values".
2925 and add init.c in their makefiles. Note that lwip_init() function is called
2937 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
2996 * opt.h, netif.h, netif.c, ethernetif.c: Add new configuration option to add
2998 for port maintainers to add the NETIF_FLAG_LINK_UP flag (like in ethernetif.c)
3125 sockets api and api_msg which run in tcpip_thread context). Add netconn_sento function.
3137 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp
3280 data packet was lost): add assert that all segment lists are empty in
3383 * igmp.h, igmp.c: Some changes to remove some redundant code, add some traces,
3661 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add
3711 * opt.h: Add LWIP_NETIF_CALLBACK (to avoid compiler warning) and set it to 0.
3744 * api_msg.h, api_msg.c, tcpip.h, tcpip.c: Add return types to tcpip_apimsg()
3760 * sockets.c: Add asserts inside bind, connect and sendto to check input
3782 * opt.h, ip_frag.h, tcpip.h, tcpip.c, ethernetif.c: add new configuration
3794 * opt.h, sockets.h: add new configuration options (LWIP_POSIX_SOCKETS_IO_NAMES,
3852 * opt.h: Add above new options.
4004 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately,
4248 amount of data, and does not add one for SYN and FIN segments.