yinbin
|
d3f11a79d0
|
INIT: fix lwip_init failed because of dpdk set errno
(cherry picked from commit 9fc987a4da3ce8350fcb28f23917e05e1993b02e)
|
2024-08-21 09:55:18 +08:00 |
|
openeuler-ci-bot
|
63c4b0f51c
|
!1237 [sync] PR-1172: LOOPBACK: fix loop coredump
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-21 01:23:03 +00:00 |
|
yinbin
|
59d013bea9
|
LOOPBACK: fix loop coredump
(cherry picked from commit 3c9825cc509393533200148bbbde1f91ad4052cd)
|
2024-08-21 09:19:40 +08:00 |
|
openeuler-ci-bot
|
a553761cff
|
!1231 [sync] PR-1170: cleancode: refactor offload; enable sys_arch failed log
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 13:02:22 +00:00 |
|
Lemmy Huang
|
9d39178811
|
cleancode: refactor offload
enable sys_arch failed log
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 34b22f2f4f2cb538497e033b1eaf9cd4092a9527)
|
2024-08-20 20:57:22 +08:00 |
|
openeuler-ci-bot
|
1045edc7e0
|
!1225 [sync] PR-1169: cleancode: refactor memp
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 12:46:52 +00:00 |
|
Lemmy Huang
|
b441ee11ac
|
cleancode: refactor memp
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 1d12d69321823922045c0875ffe3cdc24f6bca1d)
|
2024-08-20 20:41:58 +08:00 |
|
openeuler-ci-bot
|
444550c9e7
|
!1218 [sync] PR-1168: cleancode: refactor sys_now and lwip_ioctl
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 09:30:53 +00:00 |
|
Lemmy Huang
|
fc875d28b2
|
cleancode: refactor sys_now and lwip_ioctl
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 752bbadcb8fb3768154cede5886cd61f8ce256e8)
|
2024-08-20 16:09:09 +08:00 |
|
openeuler-ci-bot
|
54e4e380e6
|
!1212 [sync] PR-1167: cleancode: move tcp_hash_table to lwipgz_tcp_priv.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 07:57:53 +00:00 |
|
Lemmy Huang
|
6a7bf774bc
|
cleancode: move tcp_hash_table to lwipgz_tcp_priv.h
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit e5281e35a4dc5fa93a4265e73b8c88d35d5367ef)
|
2024-08-20 15:53:04 +08:00 |
|
openeuler-ci-bot
|
415993d069
|
!1206 [sync] PR-1166: cleancode: move options from opt.h to lwipopts.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 07:44:03 +00:00 |
|
Lemmy Huang
|
75f1d302d9
|
cleancode: move options from opt.h to lwipopts.h
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit f8dbc52ccc0c57ada72279ab34ca764bbef3e91e)
|
2024-08-20 14:30:33 +08:00 |
|
openeuler-ci-bot
|
f21614309d
|
!1200 [sync] PR-1165: cleancode: refactor lwipgz_hlist.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 06:27:24 +00:00 |
|
Lemmy Huang
|
bc057a97c4
|
cleancode: refactor lwipgz_hlist.h
Changed:
INIT_HLIST_HEAD -> hlist_init_head
INIT_HLIST_NODE -> hlist_init_node
hlist_empty -> hlist_head_empty
hlist_unhashed -> hlist_node_null
hlist_del_init -> hlist_del_node
Not changed:
hlist_add_head
hlist_add_before
hlist_add_after
Deprecated:
INIT_HLIST_CTRL
hlist_ctl_del
hlist_pop_tail
hlist_pop_head
hlist_ctl_add_tail
hlist_ctl_add_head
hlist_ctl_add_after
hlist_ctl_add_before
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit cdc8bd604439ca9b3fd6bf2500816f2e6269e64e)
|
2024-08-20 11:21:47 +08:00 |
|
openeuler-ci-bot
|
c19ba7b0e2
|
!1194 [sync] PR-1164: cleancode: refactor lwipgz_list.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:13:44 +00:00 |
|
Lemmy Huang
|
83f13ed3c1
|
cleancode: refactor lwipgz_list.h
Changed:
list_is_empty -> list_head_empty
list_is_null -> list_node_null
init_list_node -> list_init_head
init_list_node_null -> list_init_node
list_add_node -> list_add_node
list_del_node_null -> list_del_node
list_del_node -> __list_del_node
list_for_each_safe -> list_for_each_node
Deprecated:
list_del_node_init
Added:
list_get_node_count
list_entry
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 4d42ad4eeda6b9e9feb902ba7e986aa5a153db49)
|
2024-08-20 11:08:22 +08:00 |
|
openeuler-ci-bot
|
cc3c487d9e
|
!1188 [sync] PR-1163: cleancode: refactor posix_api
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:04:10 +00:00 |
|
Lemmy Huang
|
c3efc11f92
|
cleancode: refactor posix_api
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 372566ff31eea6f3eec6aa3434d390503fcbf44a)
|
2024-08-20 10:52:38 +08:00 |
|
openeuler-ci-bot
|
3880594518
|
!1182 [sync] PR-1162: cleancode: refactor posix type and get_socket
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 02:49:49 +00:00 |
|
Lemmy Huang
|
8b3927f58d
|
cleancode: refactor posix type and get_socket
Changed:
get_socket_by_fd -> lwip_get_socket
get_socket
SET_CONN_TYPE_LIBOS_OR_HOST -> POSIX_SET_TYPE
SET_CONN_TYPE_LIBOS
SET_CONN_TYPE_HOST
CONN_TYPE_IS_LIBOS -> POSIX_IS_TYPE
CONN_TYPE_IS_HOST
CONN_TYPE_HAS_LIBOS_AND_HOST -> POSIX_HAS_TYPE
CONN_TYPE_HAS_LIBOS
CONN_TYPE_HAS_HOST
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 722d58e4b17d5bc7f4bd4b9cfa8b59ee94eb92ff)
|
2024-08-20 09:38:33 +08:00 |
|
openeuler-ci-bot
|
fdcfa8ddb0
|
!1174 [sync] PR-1149: cleancode: refactor lwipsock.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-19 13:40:06 +00:00 |
|
Lemmy Huang
|
ceb2f96a92
|
cleancode: refactor lwipsock.h
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit df157deb4258ed1b202ffa6277992b26371ae467)
|
2024-08-13 10:54:17 +08:00 |
|
openeuler-ci-bot
|
eaf6f64910
|
!1156 [sync] PR-1140: cleancode: rename gazelle files in lwip
From: @openeuler-sync-bot
Reviewed-by: @LemmyHuang
Signed-off-by: @LemmyHuang
|
2024-07-31 02:57:11 +00:00 |
|
Lemmy Huang
|
f1ff6a0c75
|
cleancode: rename gazelle files in lwip
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 38d1bebcd76bc1d761b89443aadc0f371d1515ab)
|
2024-07-17 14:30:36 +08:00 |
|
openeuler-ci-bot
|
0808201b26
|
!1150 [sync] PR-1139: cleancode: improving makefile readability; remove perf
From: @openeuler-sync-bot
Reviewed-by: @compile_success
Signed-off-by: @compile_success
|
2024-07-17 02:53:39 +00:00 |
|
Lemmy Huang
|
9d5438133d
|
cleancode: improving makefile readability
cleancode: remove perf
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit a47e06640116c144a038f330f4b044c9e4741fcf)
|
2024-07-17 10:20:57 +08:00 |
|
openeuler-ci-bot
|
ddc88849af
|
!1147 [sync] PR-1128: add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-07-12 08:45:20 +00:00 |
|
wanfeng
|
5212f1c04f
|
add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6
(cherry picked from commit 840b330fab146ad8706b7f7ea6acf80f7c1f6a6e)
|
2024-07-12 15:29:39 +08:00 |
|
openeuler-ci-bot
|
b111b62f20
|
!1132 [sync] PR-1111: add MCAST_MSFILTER to setsockopt for IGMPv3
From: @openeuler-sync-bot
Reviewed-by: @compile_success
Signed-off-by: @compile_success
|
2024-07-05 10:49:08 +00:00 |
|
wanfeng
|
b185190c23
|
add MCAST_MSFILTER to setsockopt for IGMPv3
(cherry picked from commit 836544f19c307b9148cd3aa95b261e8d95775e16)
|
2024-07-05 17:44:24 +08:00 |
|
openeuler-ci-bot
|
35fa428984
|
!1123 [sync] PR-1109: virtio: record local_port for distributing pkts in virtio_user.
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-07-05 09:35:27 +00:00 |
|
hantwofish
|
050c5d45ab
|
virtio: record local_port for distributing pkts in virtio_user.
(cherry picked from commit a37e0838d2d238b31e9784a579dba4dd61b53a04)
|
2024-07-01 10:44:53 +08:00 |
|
openeuler-ci-bot
|
65ad7b9145
|
!1118 [sync] PR-1110: Improve the size of multicast specifications
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-07-01 02:01:59 +00:00 |
|
wanfeng
|
96a7b5ba79
|
Improve the size of multicast specifications, with a maximum of 16 groups and 32 members per group
(cherry picked from commit 6e68a85be7dd64edecfd030f699f711e09bbe4ac)
|
2024-06-28 17:31:44 +08:00 |
|
openeuler-ci-bot
|
5abc5ccc58
|
!1112 [sync] PR-1088: add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-28 09:30:12 +00:00 |
|
wanfeng
|
806ab3ce97
|
add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3
(cherry picked from commit f8fce423a2ab60bd28e21bc10bc759bb1678d692)
|
2024-06-28 15:58:06 +08:00 |
|
openeuler-ci-bot
|
f8582f4e9d
|
!1103 [sync] PR-1082: distinguish tcp/udp get_from_sendring
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-25 06:23:44 +00:00 |
|
jiangheng
|
ce5fe6a38f
|
distinguish tcp/udp get_from_sendring
(cherry picked from commit 681985d73e187b12d221d7adb1d3f1ffee269579)
|
2024-06-25 11:27:39 +08:00 |
|
openeuler-ci-bot
|
7e9af832d5
|
!1100 [sync] PR-1083: lwip_sock: add sock_time_stamp
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 08:20:01 +00:00 |
|
yangchen
|
e461994574
|
lwip_sock: add sock_time_stamp
(cherry picked from commit 89bc4387b16a7c786ee9d7b0f3f34c61d04584a1)
|
2024-06-20 16:14:09 +08:00 |
|
openeuler-ci-bot
|
d7e12c15cd
|
!1091 [sync] PR-1086: reduce pbuf poll size
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 07:57:09 +00:00 |
|
yinbin6
|
f41211afae
|
reduce pbuf poll size
(cherry picked from commit 31d2ac9cf3e6e42de830d4276cab3c64deee0851)
|
2024-06-20 15:56:12 +08:00 |
|
openeuler-ci-bot
|
44378cb843
|
!1090 sync patch from 2003sp1
From: @yinbin6
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 07:52:38 +00:00 |
|
yinbin6
|
4e6203b697
|
sync patch from 2003sp1
|
2024-06-20 15:41:43 +08:00 |
|
openeuler-ci-bot
|
a22fe95eba
|
!646 [sync] PR-618: fix the coredump issue when UDP traffic is sent
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2023-12-10 06:42:12 +00:00 |
|
wuchangye
|
88a7a3b93c
|
fix the coredump issue when UDP traffic is sent
(cherry picked from commit dda6aea7d5407032405248533f7f53f9c7ad370b)
|
2023-12-10 14:40:32 +08:00 |
|
openeuler-ci-bot
|
452f5b93ba
|
!637 [sync] PR-616: lwip log: fix wrong port log info
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2023-12-10 06:37:12 +00:00 |
|
yangchen
|
b002a2e7a2
|
lwip log: fix wrong port log info
(cherry picked from commit 2f56e812de7bf85f19db5a2455b4b3ff7c1b9531)
|
2023-12-10 14:35:43 +08:00 |
|
openeuler-ci-bot
|
8dbad4b817
|
!635 [sync] PR-617: ip4 frag: fix coredump when get netif
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2023-12-10 06:33:56 +00:00 |
|