3682 Commits (611966de63137ca4e666091c86bfbc99bb0908bd)
 

Author SHA1 Message Date
Dirk Ziegelmeier 611966de63 SNMP: Cleanup snmp IP helper functions, add IPv6 support 10 years ago
Dirk Ziegelmeier 4341df4094 SNMP: Fix compile when IPV4 is not enabled 10 years ago
Dirk Ziegelmeier 83f8ec1397 Some SNMP MIB2 code layout cleanups 10 years ago
Dirk Ziegelmeier fdd98879bf C-Style comments only, please 10 years ago
Dirk Ziegelmeier 406f707d9a Add SNMP agent note in CHANGELOG 10 years ago
Dirk Ziegelmeier 5e34b8736a Minor SNMP compile and comment fix 10 years ago
Dirk Ziegelmeier 7b946fa9b1 SNMP agent rewrite 10 years ago
Dirk Ziegelmeier 0178d1d2ee Add missing comment for MIB2 callbacks in opt.h 10 years ago
Dirk Ziegelmeier 0c06f09d6d makefsdata.c: Adapt to new header include location 10 years ago
Joel Cunningham a82c6122d5 Correct comment word usage in ip4_frag.c 10 years ago
Axel Lin 2e56f2d780 igmp: Optimize the implementation of igmp_start_timer 10 years ago
Axel Lin 2562d637cd tcp_out: Use LWIP_DBG_LEVEL_SERIOUS instead of magic number 10 years ago
Dirk Ziegelmeier f69b1841e0 Fix compile when netconn api is disabled but socket api is enabled. 10 years ago
Axel Lin a3bccae173 Catch tcpip_callback call failure 10 years ago
Axel Lin a21144b834 memp: Fixup LWIP_HOOK_MEMP_AVAILABLE() hook 10 years ago
Axel Lin 7f92660598 icmp: Fix memory leak in icmp_input() error paths 10 years ago
Axel Lin 3b60c855e1 netbuf: Move #include "lwip/opt.h" out of #if LWIP_NETCONN || LWIP_SOCKET guard 10 years ago
Axel Lin a709041b8b Remove unnecessary p->len checking for pbuf_alloc calls with PBUF_RAM type 10 years ago
Dirk Ziegelmeier 8bb27ba8c4 Forgot to remove two SNMP options from opt.h that are now in lwip/apps/snmp_opts.h 10 years ago
Axel Lin bd4c4b5959 Use SYS_ARCH_SET macro at appropriate places 10 years ago
Axel Lin fb6d0f9006 ipaddr_aton: Avoid duplicate code to handle IPv4 address string conversion 10 years ago
Axel Lin 6e863ecb50 dns: Remove always true test in dns_alloc_random_port 10 years ago
Axel Lin 764bf251cd igmp: Drop unneeded initialization for *group in igmp_lookup_group() 10 years ago
Axel Lin 91586bc6f6 Drop #if TCP_DEBUG guard around tcp_debug_print_state calls 10 years ago
Axel Lin f971fb921e Simplify testing minimum priority in tcp_kill_prio() 11 years ago
Axel Lin c730e45f0c Trivial comment fix about calling tcp_slowtmr 11 years ago
Axel Lin 5c27429958 memp: Fix if MEMP_OVERFLOW_CHECK guard in memp_free_pool 11 years ago
goldsimon 8010d6706e fixed bug #46471: lwip_accept() leaks socket descriptors if new netconn was already closed because of peer behavior 11 years ago
Axel Lin 9c6708513a Drop unnecessary NULL test for h->next->next in memp_sanity 11 years ago
Axel Lin 21b9b5e741 Slightly improve raw_remove()/udp_remove() implementation 11 years ago
Dirk Ziegelmeier 3f49b85680 Update header include guard naming of all apps headers 11 years ago
Dirk Ziegelmeier 65bb7a623c snmp.h: Add missing #if around function prototypes 11 years ago
Dirk Ziegelmeier 4293c1e138 snmp.h: Fix header include guard 11 years ago
Dirk Ziegelmeier b8e94ec066 lwiperf: TX buffer can be static 11 years ago
Dirk Ziegelmeier e15872982e Add iperf to apps; 11 years ago
Dirk Ziegelmeier e4f7ddacb3 Add Filelists.mk file containing all LWIP files. May be useful for client projects. 11 years ago
Dirk Ziegelmeier c69dede728 Move httpd from contrib to main git repository 11 years ago
Dirk Ziegelmeier 39370db55d Implement API function to iterate over stable ARP table entries 11 years ago
Dirk Ziegelmeier 73bb986737 Also fix compile of ethernetif.c after SNMP refactoring 11 years ago
goldsimon 98b9d31f24 Fixed compiling with LWIP_TCP==0 11 years ago
Axel Lin ecf9d25ed0 api_msg_c: remove superfluous NETCONN_SET_SAFE_ERR call before TCPIP_APIMSG_ACK 11 years ago
Axel Lin 668d461104 dns: Fix dns_alloc_pcb for reuse an existing one case 11 years ago
Dirk Ziegelmeier 29553ba7a1 Add note about moved SNMP stack to CHANGELOG 11 years ago
Dirk Ziegelmeier cacbd596c9 Move some prototypes from snmp_msg.h to snmp.h because they are used by user code 11 years ago
Dirk Ziegelmeier 6203737093 Rename snmp_mib2.h to snmp.h so source compatibility for user netif implementations is preserved 11 years ago
Dirk Ziegelmeier 5f642eb3e3 Completely decouple SNMP stack from lwIP core by using private memory pools; 11 years ago
goldsimon 92a241a29e Fixed bug #46365: tcp_accept_null() should call tcp_abort() 11 years ago
Dirk Ziegelmeier c838e1ed5b Implement possibility to declare private memory pools. This is useful to decouple some apps from the core (SNMP stack) or make contrib app useage simpler (httpserver_raw) . 11 years ago
Dirk Ziegelmeier d38db89626 Export tcp_pcb_lists from tcp.c - can be used in SNMP code to implement MIB2 tcp connection tables 11 years ago
Dirk Ziegelmeier 3f0b1e2cdc Remove global variable used in macros, it can be declared locally. 11 years ago