goldsimon
|
f93b8fe377
|
pbuf_copy(): removed copy & paste error which did not copy pbuf chains correctly
|
2007-06-14 17:40:39 +00:00 |
|
goldsimon
|
978c68dcf8
|
pbuf_copy: chained pbufs were not copied correctly because of wrong packet-queue-check
|
2007-06-14 07:22:43 +00:00 |
|
goldsimon
|
c0925d2d04
|
minor fix in assertion text
|
2007-06-14 07:21:55 +00:00 |
|
fbernon
|
bdbc96f453
|
opt.h, mem.h, mem.c, memp.c, pbuf.c, ip_frag.c, vj.c: Fix bug #20162. Rename MEM_ALIGN in LWIP_MEM_ALIGN and MEM_ALIGN_SIZE in LWIP_MEM_ALIGN_SIZE to avoid some macro names collision with some OS macros.
|
2007-06-13 17:17:26 +00:00 |
|
goldsimon
|
6336279ce0
|
In udp_input, for UDP Lite, chksum_len_tx was used instead of chksum_len_rx
|
2007-06-12 07:03:32 +00:00 |
|
goldsimon
|
046a270156
|
Added UDP lite support for sockets
|
2007-06-11 18:43:16 +00:00 |
|
goldsimon
|
2f293d53ba
|
UDP Lite: corrected the use of chksum_len (based on RFC3828: if it's 0, create checksum over the complete packet. On RX, if it's < 8 (and not 0), discard the packet. Also removed the duplicate 'udphdr->chksum = 0' for both UDP & UDP Lite.
|
2007-06-11 18:03:57 +00:00 |
|
fbernon
|
1d7caed340
|
tcp_out.c: Fix for bug #20075 : "A problem with keep-alive timer and TCP flags" where TCP flags wasn't initialized in tcp_keepalive. Reported by Srinivas Gollakota with help of Oleg Tyshev.
|
2007-06-11 13:59:10 +00:00 |
|
fbernon
|
5993c816d8
|
Minor fix. Add "static" to IGMP's global variables, and rename group_list to igmp_group_list...
|
2007-06-11 07:27:12 +00:00 |
|
fbernon
|
15ccac78d9
|
Minor fix. Add comments in source file from documentation text file by Dominik Spies.
|
2007-06-11 07:26:10 +00:00 |
|
fbernon
|
d81841f54e
|
Minor fix (coding style)
|
2007-06-10 20:02:43 +00:00 |
|
goldsimon
|
95f4c02381
|
Included switch LWIP_UDPLITE (enabled by default) to switch off UDP-Lite support if not needed (reduces udp.c code size)
|
2007-06-10 12:02:24 +00:00 |
|
fbernon
|
e01f342048
|
Contrib module by Dominik Spies: autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h: AutoIP implementation available for IPv4, with new options LWIP_AUTOIP and LWIP_DHCP_AUTOIP_COOP if you want to cooperate with DHCP. Some tips to adapt (see TODO mark in the source code).
|
2007-06-09 16:57:04 +00:00 |
|
fbernon
|
792f5b3f22
|
Patch from Jared Momose (j.momose@ieee.org) for bug #19699 : "Bug in SNMP ASN1 decode; submitted patch"
|
2007-06-09 10:36:21 +00:00 |
|
goldsimon
|
3a09de82e3
|
Corrected #if ... when to include copy_from_pbuf()
|
2007-06-08 22:20:59 +00:00 |
|
goldsimon
|
837cb42679
|
Done some work on task #1549 (function documentation)
|
2007-06-08 20:59:17 +00:00 |
|
fbernon
|
090aaefb39
|
Add LWIP_TCPIP_CORE_LOCKING option (0 as default value) to experiment "locking" as feature to communicate with tcpip_thread for sequential API (netconn & socket layers). Add a alternative code for lwip_sendto to how the code can be optimized with such feature....
|
2007-06-08 19:27:59 +00:00 |
|
goldsimon
|
0b9c9f9ede
|
pbuf_copy(): Corrected a wrong comment & try to behave correctly if LWIP_NOASSERT is defined
|
2007-06-08 17:27:36 +00:00 |
|
fbernon
|
9768657fc7
|
Minor fix (spaces)
|
2007-06-08 16:24:28 +00:00 |
|
goldsimon
|
a185e19bc1
|
Let lookup_group() call lookfor_group() to reduce code size, done some work on task #1549 (function documentation) and minor changes to meet coding standard
|
2007-06-08 12:54:40 +00:00 |
|
goldsimon
|
b7603f8600
|
Done some work on task #1549 (function documentation)
|
2007-06-08 12:52:46 +00:00 |
|
goldsimon
|
d8d281281c
|
Done some work on task #1549 (function documentation)
|
2007-06-08 12:08:44 +00:00 |
|
goldsimon
|
fb5a1a2c0f
|
Minor changes to meet coding standard
|
2007-06-08 11:51:57 +00:00 |
|
goldsimon
|
4a5a7ee922
|
Done some work on task #1549 (function documentation)
|
2007-06-08 11:49:59 +00:00 |
|
goldsimon
|
d258bc263a
|
Done some work on task #1549 (function documentation)
|
2007-06-08 11:35:54 +00:00 |
|
fbernon
|
75adf4bac6
|
Fix typo and remove RAW_STATS (not used)
|
2007-06-08 07:22:21 +00:00 |
|
goldsimon
|
8d6013454c
|
Done some work on task #1549 (function documentation)
|
2007-06-07 21:36:20 +00:00 |
|
goldsimon
|
1a25062af0
|
Done some work on task #1549 (function documentation)
|
2007-06-07 21:29:44 +00:00 |
|
goldsimon
|
8aedcadd3e
|
Done some work on task #1549 (function documentation) and minor changes to meet coding standard
|
2007-06-07 21:29:13 +00:00 |
|
goldsimon
|
027d59fd46
|
Done some work on task #1549 (function documentation)
|
2007-06-07 20:56:48 +00:00 |
|
goldsimon
|
3a429eabcd
|
Set q to NULL after freeing it before returning: cleaner code!
|
2007-06-04 10:42:03 +00:00 |
|
goldsimon
|
3a607a197e
|
opt.h, ip_frag.c, ip_frag.h, ip.c: Added option IP_FRAG_USES_STATIC_BUF (defaulting to off for now) that can be set to 0 to send fragmented packets by passing PBUF_REFs down the stack.
|
2007-06-03 18:36:42 +00:00 |
|
goldsimon
|
3639daa329
|
IPv6: #define IPH_PROTO(hdr) (iphdr->nexthdr) to remove #ifdef IPv6 in udp_input()
|
2007-06-03 18:10:33 +00:00 |
|
goldsimon
|
8fd6a61df6
|
Done some work on task #1549 (function documentation)
|
2007-06-03 18:05:52 +00:00 |
|
goldsimon
|
a6b0d40f9d
|
Converted some DEBUGFs that should never happen to LWIP_ASSERTs
|
2007-06-03 17:18:33 +00:00 |
|
goldsimon
|
974cf08e5d
|
udp_input(): Input pbuf was not freed if pcb had no recv function registered, p->payload was modified without modifying p->len if sending icmp_dest_unreach() (had no negative effect but was definitively wrong).
|
2007-06-03 11:32:03 +00:00 |
|
goldsimon
|
75fd6fc4a4
|
Needed for patch to bug #19937: pbuf_copy is always compiled, not only if ARP_QUEUEING is enabled
|
2007-06-03 11:28:25 +00:00 |
|
goldsimon
|
4f7dc3c76c
|
Done some work on task #1549 (function documentation)
|
2007-06-03 11:26:55 +00:00 |
|
goldsimon
|
7abfe74fa4
|
Corrected bug #19937: ICMP assumes p_buf has space for ethernet header. Allocating new pbuf if the input pbuf isn't big enough.
|
2007-06-03 10:48:23 +00:00 |
|
goldsimon
|
d5a159d7af
|
Done some work on task #1549 (function documentation)
|
2007-06-02 17:12:36 +00:00 |
|
goldsimon
|
c43ab76bbe
|
Use TCP_RMV instead of tcp_pcb_remove when removing pcbs from tcp_bound_pcbs list (bug introduced while fixing bug #1895)
|
2007-05-29 11:02:53 +00:00 |
|
goldsimon
|
98df3c6e0a
|
Removed LWIP_DEBUG_ASSERT
|
2007-05-24 07:19:34 +00:00 |
|
fbernon
|
2ff620e1b5
|
sys.h, sys.c, api_lib.c, tcpip.c: remove sys_mbox_fetch_timeout() (was only used for LWIP_SO_RCVTIMEO option) and use sys_arch_mbox_fetch() instead of sys_mbox_fetch() in api files. Now, users SHOULD NOT use internal lwIP features like "sys_timeout" in their application threads.
|
2007-05-22 20:51:34 +00:00 |
|
goldsimon
|
0aaf69769f
|
Fixed bug #1895 (tcp_bind not correct) by introducing a list of bound but unconnected (and non-listening) tcp_pcbs.
|
2007-05-22 20:48:36 +00:00 |
|
goldsimon
|
78201c0146
|
Added some comments, better max-size-check, removed Adams original mem_malloc.
|
2007-05-22 19:38:12 +00:00 |
|
goldsimon
|
81ac03a28b
|
Included patch #5938: changed raw_pcb.protocol from u16_t to u8_t since for IPv4 and IPv6, proto is only 8 bits wide. This affects the api, as there, the protocol was u16_t, too.
|
2007-05-22 07:31:06 +00:00 |
|
fbernon
|
980af63b8d
|
Remove warning (missing include)
|
2007-05-21 16:55:57 +00:00 |
|
fbernon
|
c899097802
|
Remove warning in snmp/msg_in.c
|
2007-05-19 10:19:14 +00:00 |
|
goldsimon
|
70187bd47e
|
Gave the overflow functions some better names which correspond to the (future) mem.c function names
|
2007-05-18 21:10:33 +00:00 |
|
goldsimon
|
018efc9631
|
Check the user-overridable defines MEMP_SANITY_REGION_BEFORE and MEMP_SANITY_REGION_AFTER for aligment.
|
2007-05-18 20:25:27 +00:00 |
|