goldsimon
|
ba28d36e67
|
Fixed bug #33544 (warning in mem.c in lwip 1.4.0 with NO_SYS=1)
|
2011-06-26 17:13:57 +00:00 |
|
goldsimon
|
4444db2990
|
Added some more asserts to check that pcb->state != LISTEN
|
2011-06-26 17:07:13 +00:00 |
|
goldsimon
|
d0026793bf
|
Cleaned up usage of sys.h a bit
|
2011-06-26 16:51:04 +00:00 |
|
goldsimon
|
93b5cd5ddd
|
Provide a default for SNMP_GET_SYSUPTIME() based on sys_now()
|
2011-06-26 16:50:28 +00:00 |
|
idelamer
|
4eb5acd9e2
|
Don't forward IPv6 packets that are larger than outgoing MTU, send ICMPv6 message back for Path MTU discovery.
|
2011-06-22 12:14:58 +00:00 |
|
idelamer
|
12a948dacb
|
Allow routing IPv6 packets to neighbours with manually-configured non-link-local addresses.
|
2011-06-17 11:05:38 +00:00 |
|
idelamer
|
137953605e
|
Allow IPv6 addresses with arbitrary prefix.
|
2011-06-17 11:04:47 +00:00 |
|
idelamer
|
629fad6f5f
|
Minor edits for for IPv6 compilation
|
2011-06-17 11:03:15 +00:00 |
|
goldsimon
|
89a1420609
|
Fix compilation error when checking for hidden variable names ('s8_t i' was hidden in some case statements in nd6_input()).
|
2011-06-08 16:31:55 +00:00 |
|
goldsimon
|
2ed5413e24
|
use const char for name pointers in display functions
|
2011-06-07 19:32:20 +00:00 |
|
goldsimon
|
91532b2d5c
|
Removed unused static function
|
2011-06-07 19:19:24 +00:00 |
|
goldsimon
|
732cac1c0e
|
Moved static variable from inside the function to global scope
|
2011-06-07 19:10:55 +00:00 |
|
goldsimon
|
5b04860b8b
|
Moved common call to pbuf_header outside the switch()
|
2011-06-07 19:10:10 +00:00 |
|
goldsimon
|
d30246dc05
|
Fixed bug #33492 (fixed stats for IPv6 protocols)
|
2011-06-07 19:05:22 +00:00 |
|
goldsimon
|
d80be7961c
|
use PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere; fixed compilation with LWIP_IPV6==1 but LWIP_IGMP==0
|
2011-05-28 09:30:43 +00:00 |
|
goldsimon
|
2aec3a9789
|
use PCB_IS_IPV6(pcb) instead of pcb->isipv6 everywhere
|
2011-05-28 09:28:18 +00:00 |
|
goldsimon
|
ccd7dbe0e4
|
Added ipX versions for routing
|
2011-05-26 15:46:44 +00:00 |
|
goldsimon
|
92fcfd7a6f
|
Fixed two compilation errors with different opt.h settings
|
2011-05-26 14:47:28 +00:00 |
|
goldsimon
|
853d1eac96
|
Fixed pointless conversion when checking TCP port range (bug #33398)
|
2011-05-25 17:22:56 +00:00 |
|
goldsimon
|
6865806b55
|
Combined IPv4 and IPv6 code where possible, added defines to access IPv4/IPv6 in non-IP code so that the code is more readable.
|
2011-05-25 17:16:35 +00:00 |
|
goldsimon
|
9546e65617
|
Removed autoip_init() since it does nothing; minor coding style changes
|
2011-05-21 16:01:19 +00:00 |
|
goldsimon
|
90a03a77ad
|
Added new files for IPv6
|
2011-05-17 19:54:40 +00:00 |
|
goldsimon
|
4bfbe7ebeb
|
... and finally, we got a first working version of a dual-stack lwIP runnin IPv4 and IPv6 in parallel - big thanks to Ivan Delamer! (this is work in progress, so please beware, test a lot and report problems!)
|
2011-05-17 19:35:14 +00:00 |
|
goldsimon
|
f3c1686a40
|
replaced tab with spaces
|
2011-05-16 18:45:51 +00:00 |
|
goldsimon
|
e4739da961
|
Fixed overflow in tcp_new_port() after changing port range to IANA "Dynamic and/or Private Ports" range
|
2011-04-29 11:23:04 +00:00 |
|
goldsimon
|
33d6dcec5b
|
Fixed bug #33048 (Bad range for IP source port numbers) by using ports in the IANA private/dynamic range (49152 through 65535).
|
2011-04-13 17:52:00 +00:00 |
|
goldsimon
|
11b1c9f19f
|
Fixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called on unbound tcp pcbs) by checking if the pcb was bound (local_port != 0).
|
2011-03-27 17:12:26 +00:00 |
|
goldsimon
|
783404d8d4
|
Move tcp_pcb_lists to const section.
|
2011-03-27 13:04:16 +00:00 |
|
goldsimon
|
3bad9f013e
|
Fixed bug #32820 (Outgoing TCP connections created before route is present never times out) by starting retransmission timer before checking route.
|
2011-03-27 13:00:54 +00:00 |
|
goldsimon
|
4495516497
|
Removed 'dataptr' from 'struct tcp_seg' and calculate it in tcp_zero_window_probe (the only place where it was used).
|
2011-03-27 12:56:16 +00:00 |
|
goldsimon
|
5b084f4b95
|
tcp_bind: return ERR_VAL instead of ERR_ISCONN when trying to bind with state!=CLOSED; fixed a typo
|
2011-03-13 11:15:32 +00:00 |
|
goldsimon
|
856ccb5bb7
|
Added missing U/UL modifiers to fix 16-bit-arch portability.
|
2011-02-18 13:31:28 +00:00 |
|
goldsimon
|
fee0c6afe9
|
Fixed constant not being 32 bit.
|
2011-02-17 17:03:12 +00:00 |
|
goldsimon
|
effcb90fdf
|
Mreged back changes that were lost during the savannah hack 3 weeks ago (using the sources from http://git.infradead.org/users/dwmw2/lwip.git)
|
2010-12-20 18:03:51 +00:00 |
|
goldsimon
|
b49cf5e7a2
|
patch #7328: Autoip: ETHADDR16_COPY can be used
|
2010-11-22 17:35:57 +00:00 |
|
goldsimon
|
231a6cecb4
|
patch #7329: tcp_timer_needed prototype was ifdef'ed out for LWIP_TIMERS==0
|
2010-11-22 17:32:12 +00:00 |
|
goldsimon
|
32f02325f9
|
Added a function to deallocate the struct dhcp from a netif (fixes bug #31525).
|
2010-11-21 13:41:11 +00:00 |
|
goldsimon
|
f418782c2c
|
tcp_slowtmr(): change the scope of 'pcb2' to reflect its block-only usage.
|
2010-11-21 10:41:27 +00:00 |
|
goldsimon
|
e3817cd549
|
Fixed bug #31535: TCP_SND_QUEUELEN must be at least 2 or else no-copy TCP writes will never succeed.
|
2010-11-20 17:34:10 +00:00 |
|
goldsimon
|
4ace50a7d7
|
Fix alignment checking of tcphdr: check for MEM_ALIGNMENT, not for 4
|
2010-11-20 17:30:48 +00:00 |
|
goldsimon
|
fa092c47c8
|
Fixed bug #31701: Error return value from dns_gethostbyname() does not match documentation: return ERR_ARG instead of ERR_VAL if not initialized or wrong argument.
|
2010-11-20 16:40:35 +00:00 |
|
goldsimon
|
93dc36e091
|
Once again fixed #30038: DHCP/AutoIP cooperation failed when replugging the network cable after an AutoIP address was assigned.
|
2010-10-06 11:40:30 +00:00 |
|
goldsimon
|
4cc36b2284
|
Fixed bug #30728: tcp_new_port() did not check listen pcbs
|
2010-08-10 20:15:31 +00:00 |
|
goldsimon
|
aaa8d2795e
|
Don't chain empty pbufs when sending them (fixes bug #30625)
|
2010-08-03 08:38:59 +00:00 |
|
goldsimon
|
d73262a0e5
|
Fixed compilation with TCP or UDP disabled.
|
2010-07-29 19:25:50 +00:00 |
|
goldsimon
|
cd22a8d851
|
Fixed bug #30565 (tcp_connect() check bound list): that check did no harm but never did anything
|
2010-07-28 16:48:51 +00:00 |
|
goldsimon
|
7f7df4ae19
|
Fixed bug #30447: tcp.c:tcp_bind() - suspicious nested #if
|
2010-07-28 16:44:59 +00:00 |
|
goldsimon
|
3c5723e49d
|
Fixed invalid fix for bug #30402 (CHECKSUM_GEN_IP_INLINE does not add IP options)
|
2010-07-21 12:11:22 +00:00 |
|
goldsimon
|
04beab4f7d
|
IP_MULTICAST_LOOP shall be disabled by default
|
2010-07-12 14:10:28 +00:00 |
|
goldsimon
|
194a85387b
|
patch #7239: make tcp_state_str pointers constant
|
2010-07-12 09:49:00 +00:00 |
|