xueyunfei
|
61dac00099
|
fix ipv6 bug that input the wrong broadcast address to return OK
|
2020-03-31 19:27:52 +08:00 |
|
xiehang
|
d42e2ac3a5
|
lw-ip: Add option to ipv6 stateless address configuration
|
2020-02-20 14:38:14 +08:00 |
|
xiehang
|
20871acb55
|
lwip: Drop packets larger than MTU
|
2020-01-10 19:19:11 +08:00 |
|
Angus Gratton
|
d9b5d7744c
|
Merge branch 'bugfix/select_init_sem_v3.1' into 'release/v3.1'
VFS: Allocate socket select semaphore outside ISR (backport v3.1)
See merge request idf/esp-idf!4988
|
2019-07-01 14:20:01 +08:00 |
|
liu zhifu
|
1d04e5f7f8
|
esp32/lwip: fix wpa2-enterprise vulnerability and support lwip window scale
1. Fix WiFi wpa2-enterprise vulnerability bug
2. Support LWIP window scale
|
2019-06-30 18:13:55 +08:00 |
|
zhangyanjiao
|
d95911ec38
|
add ping length and QoS
|
2019-06-06 14:29:42 +08:00 |
|
Roland Dobai
|
7307bf1b87
|
VFS: Allocate socket select semaphore outside ISR
|
2019-05-13 11:20:15 +02:00 |
|
xiehang
|
f2f9d92131
|
fix the bug in auto Ip memory leak
|
2019-03-06 21:07:22 +08:00 |
|
xiehang
|
4c248f40aa
|
fix the bug in auto Ip memory leak
|
2019-03-06 19:51:01 +08:00 |
|
Liu Zhi Fu
|
a663c61427
|
lwip: fix mbox thread-safe issue
Fix a mbox free thread-safe issue that can lead to crash in sys_arch_mbox_fetch.
|
2019-01-02 23:06:24 +08:00 |
|
Jiang Jiang Jian
|
13d4e43888
|
Merge branch 'bugfix/tw27096_fix_lwip_mbox_free_crash_v3.1' into 'release/v3.1'
fix the crash caused by sys_mbox_free (backport v3.1)
See merge request idf/esp-idf!3620
|
2018-11-15 10:32:06 +08:00 |
|
morris
|
da8835aa0b
|
ethernetif: fix potential memory leak
1. If L2_TO_L3_RX_BUF_MODE is not selected, we must assign l2_owner explictly before we call pbuf_free.
|
2018-11-13 11:41:17 +08:00 |
|
Liu Zhi Fu
|
3514effcd0
|
lwip: fix crash caused by sys_mbox_free
Fix lwip crashed bug caused by sys_mbox_free()
|
2018-11-11 11:51:10 +08:00 |
|
Liu Zhi Fu
|
bb48077a81
|
lwip: fix the bug that failed to create socket
Fix the bug that failed to create nonblocking TCP or UDP socket after several times socket create/close
|
2018-09-19 16:43:25 +08:00 |
|
Jiang Jiang Jian
|
bfcb673c8e
|
Merge branch 'bugfix/tw24694_dns_request_no_reply_v3.1' into 'release/v3.1'
lwip: add code for sending gratuitous ARP periodically (backport v3.1)
See merge request idf/esp-idf!3195
|
2018-09-16 15:18:39 +08:00 |
|
Renz Bagaporo
|
7edf2bf66c
|
cmake: make main a component again
|
2018-09-13 11:13:27 +08:00 |
|
zhangyanjiao
|
f6f4d7b410
|
add code for sending gratuitous ARP periodically
|
2018-09-11 15:20:24 +08:00 |
|
Angus Gratton
|
1d537d29d5
|
Merge branch 'feature/cmake_v3.1' into release/v3.1
|
2018-08-29 19:30:06 +08:00 |
|
Jiang Jiang Jian
|
501d81ce32
|
lwip: optimize LWIP timer
Port LWIP timer implementation in LWIP v2.0.3 to IDF v3.0
|
2018-08-27 21:59:36 +08:00 |
|
Angus Gratton
|
7f50bb7e7f
|
Merge branch 'release/v3.1' into feature/cmake_v3.1
|
2018-08-17 14:14:10 +10:00 |
|
Liu Zhi Fu
|
9fb746824a
|
lwip: fix nonblocking tcp close issue
Fix assert issue causes by closing nonblocking tcp socket.
|
2018-08-10 06:21:56 +00:00 |
|
Jiang Jiang Jian
|
1dc9be01c4
|
Merge branch 'bugfix/autoip_compilation_backportv3.1' into 'release/v3.1'
LWIP AutoIP Compilation Fixed by defining IP_IS_V4_VAL(backport v3.1)
See merge request idf/esp-idf!2787
|
2018-07-17 20:49:31 +08:00 |
|
Piyush Shah
|
76a46a0f68
|
LWIP AutoIP Compilation Fixed by defining IP_IS_V4_VAL()
|
2018-07-16 15:12:18 +05:30 |
|
Liu Zhi Fu
|
60080d4893
|
lwip: minor fix about ip route
Minor fix about ip4_route_src_hook()
|
2018-07-16 17:21:46 +08:00 |
|
Liu Zhi Fu
|
2a581e3fab
|
lwip: add source ip based route for unicast packet
Add source IP based route for unicast packets forwarding.
|
2018-07-14 10:01:55 +08:00 |
|
Jiang Jiang Jian
|
0db9b87d66
|
Merge branch 'bugfix/disable_lwip_trust_ip_by_default_v3.1' into 'release/v3.1'
lwip: disable ETHARP_TRUST_IP_MAC by default (backport v3.1)
See merge request idf/esp-idf!2720
|
2018-07-10 14:42:54 +08:00 |
|
Liu Zhi Fu
|
31ca811240
|
lwip: fix the assertion in tcp_pcb_purge()
Fix the assertion in tcp_pcb_purge().
|
2018-07-09 10:33:13 +08:00 |
|
Liu Zhi Fu
|
febb0cb3da
|
lwip: disable ETHARP_TRUST_IP_MAC by default
Disable ETHARP_TRUST_IP_MAC by default because:
1. The LAN peer may not be trustful
2. The LAN peer may has problem to update its ARP entry
|
2018-07-09 10:26:05 +08:00 |
|
zhangyanjiao
|
b5f4bf922f
|
fix the bug that TCP connections don't abort when IP changed
|
2018-06-14 16:56:39 +08:00 |
|
zhangyanjiao
|
1bab62a6d6
|
modify dhcp offer MTU to 1500
|
2018-06-07 10:03:26 +08:00 |
|
Liu Zhi Fu
|
6cc95809fb
|
lwip: fix tcp_pcb_purge assert
Remove the assert in tcp_pcb_purge()
|
2018-06-06 10:25:01 +08:00 |
|
Angus Gratton
|
6b9784cc45
|
Merge branch 'master' into feature/cmake_update
|
2018-05-31 14:46:23 +10:00 |
|
Ivan Grokhotkov
|
ddff375bab
|
Merge branch 'feature/ci_fail_on_executable_files' into 'master'
CI: check source files for executable flag
See merge request idf/esp-idf!2463
|
2018-05-30 11:41:06 +08:00 |
|
Ivan Grokhotkov
|
4ea2cab208
|
Merge branch 'cermak_dhcpserver_fuzzer_test' into 'master'
LWIP_Fuzzer: Added AFL tests for lwip dhcpserver, client and dns
See merge request idf/esp-idf!2399
|
2018-05-29 22:28:43 +08:00 |
|
Ivan Grokhotkov
|
cb649e452f
|
remove executable permission from source files
|
2018-05-29 20:07:45 +08:00 |
|
Nicola Lunghi
|
2f433e4342
|
netif require vfs
|
2018-05-29 16:34:45 +10:00 |
|
Roland Dobai
|
e86738205d
|
Fix redefinition of select() on platforms where ESP_PLATFORM is discarded
Ref: https://github.com/espressif/esp-idf/issues/1987
|
2018-05-25 13:37:43 +00:00 |
|
Roland Dobai
|
004bf84d8c
|
VFS: Optionally disable the VFS implementation of select()
This allows to temporarily resolve issues like
https://github.com/espressif/esp-idf/issues/1987
while bugs are fixed in the VFS implementation of select().
|
2018-05-23 10:14:16 +02:00 |
|
zhangyanjiao
|
3f031cdd9d
|
add event SYSTEM_EVENT_AP_STAIPASSIGNED
|
2018-05-19 13:14:12 +08:00 |
|
David Cermak
|
bb25d0a348
|
DnsFuzzer: Added fuzzer test for exercising lwip/dns receiving DNS responses
|
2018-05-18 15:54:08 +02:00 |
|
Roland Dobai
|
18e83bcd53
|
Allow VFS file descriptors in select()
|
2018-05-18 08:06:33 +02:00 |
|
David Cermak
|
5ecf717e40
|
DhcpFuzzer: dhcp client addded
|
2018-05-16 14:52:42 +02:00 |
|
David Cermak
|
3a6d256d3e
|
DhcpFuzzer: Added AFL test for dhcpserver with sample packets
|
2018-05-14 15:03:37 +02:00 |
|
Jiang Jiang Jian
|
41228c83c7
|
Merge branch 'bugfix/dhcp_server_max_limit' into 'master'
dhcp/dhcpserver Fix max station limit check in dhcp server
See merge request idf/esp-idf!2298
|
2018-05-11 15:50:38 +08:00 |
|
Roland Dobai
|
5129bca67c
|
VFS: Use smaller numbers as file descriptors
|
2018-05-07 09:01:56 +02:00 |
|
Angus Gratton
|
381be65472
|
cmake: Build all examples in CI
Includes some fixes for compile errors/warnings in examples.
|
2018-04-30 10:18:33 +10:00 |
|
Angus Gratton
|
1cb5712463
|
cmake: Add component dependency support
Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their
requirements.
|
2018-04-30 09:59:20 +10:00 |
|
Angus Gratton
|
88df8fd293
|
cmake: Use cmake_lint project, tidy up all CMake source files
|
2018-04-30 09:59:20 +10:00 |
|
Angus Gratton
|
9f8cdd3572
|
cmake: Add "Preview release" getting start guide & build system documentation
|
2018-04-30 09:59:20 +10:00 |
|
Angus Gratton
|
c671a0c3eb
|
build system: Initial cmake support, work in progress
|
2018-04-30 09:59:20 +10:00 |
|