yinbin
|
c0afae84ba
|
check if mem_init returns errno
(cherry picked from commit a12012bcef9c04aba33bd065bcad7cbd8a1387c8)
|
2024-08-21 16:58:09 +08:00 |
|
openeuler-ci-bot
|
cf468ed3fc
|
!1252 [sync] PR-1180: fix the definition of IPV6_V6ONLY
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-21 08:57:24 +00:00 |
|
yangchen
|
41af8f83b2
|
fix the definition of IPV6_V6ONLY
(cherry picked from commit 63d08ed4396d07d3ce4c4d43bfac50d0b4bfd0f0)
|
2024-08-21 16:43:26 +08:00 |
|
openeuler-ci-bot
|
74ce644d3d
|
!1245 [sync] PR-1173: INIT: fix lwip_init failed because of dpdk set errno
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-21 08:40:59 +00:00 |
|
yinbin
|
537a60ed06
|
INIT: fix lwip_init failed because of dpdk set errno
(cherry picked from commit 9fc987a4da3ce8350fcb28f23917e05e1993b02e)
|
2024-08-21 09:55:24 +08:00 |
|
openeuler-ci-bot
|
9e0a17fe47
|
!1240 [sync] PR-1172: LOOPBACK: fix loop coredump
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-21 01:22:54 +00:00 |
|
yinbin
|
658daba086
|
LOOPBACK: fix loop coredump
(cherry picked from commit 3c9825cc509393533200148bbbde1f91ad4052cd)
|
2024-08-21 09:19:48 +08:00 |
|
openeuler-ci-bot
|
31c2fc328a
|
!1234 [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:14 +00:00 |
|
Lemmy Huang
|
f0062ed987
|
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:33 +08:00 |
|
openeuler-ci-bot
|
d17d40ef46
|
!1228 [sync] PR-1169: cleancode: refactor memp
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 12:46:39 +00:00 |
|
Lemmy Huang
|
44e3fea72e
|
cleancode: refactor memp
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 1d12d69321823922045c0875ffe3cdc24f6bca1d)
|
2024-08-20 20:42:08 +08:00 |
|
openeuler-ci-bot
|
ae6e39c8a5
|
!1221 [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:45 +00:00 |
|
Lemmy Huang
|
60b37800fe
|
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:20 +08:00 |
|
openeuler-ci-bot
|
3fd9681059
|
!1215 [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:49 +00:00 |
|
Lemmy Huang
|
0497c71cee
|
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:14 +08:00 |
|
openeuler-ci-bot
|
fbe9f763ac
|
!1209 [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:43:55 +00:00 |
|
Lemmy Huang
|
a249422083
|
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:43 +08:00 |
|
openeuler-ci-bot
|
3288d39623
|
!1203 [sync] PR-1165: cleancode: refactor lwipgz_hlist.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:31:46 +00:00 |
|
Lemmy Huang
|
c9554170aa
|
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:57 +08:00 |
|
openeuler-ci-bot
|
f7e9967b5b
|
!1197 [sync] PR-1164: cleancode: refactor lwipgz_list.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:13:35 +00:00 |
|
Lemmy Huang
|
d8b0d949bf
|
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:31 +08:00 |
|
openeuler-ci-bot
|
6a21dbc7bf
|
!1191 [sync] PR-1163: cleancode: refactor posix_api
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:04:00 +00:00 |
|
Lemmy Huang
|
e525aed72c
|
cleancode: refactor posix_api
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 372566ff31eea6f3eec6aa3434d390503fcbf44a)
|
2024-08-20 10:52:47 +08:00 |
|
openeuler-ci-bot
|
719583b3c2
|
!1185 [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:35 +00:00 |
|
Lemmy Huang
|
e5c8f45ef0
|
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:42 +08:00 |
|
openeuler-ci-bot
|
b53a037b35
|
!1177 [sync] PR-1149: cleancode: refactor lwipsock.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-19 13:39:47 +00:00 |
|
Lemmy Huang
|
7dbcfe8f15
|
cleancode: refactor lwipsock.h
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit df157deb4258ed1b202ffa6277992b26371ae467)
|
2024-08-13 10:54:26 +08:00 |
|
openeuler-ci-bot
|
9516f864dc
|
!1159 [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:02 +00:00 |
|
Lemmy Huang
|
c3b0108b9d
|
cleancode: rename gazelle files in lwip
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 38d1bebcd76bc1d761b89443aadc0f371d1515ab)
|
2024-07-17 14:30:45 +08:00 |
|
openeuler-ci-bot
|
3665316d5a
|
!1153 [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:55:13 +00:00 |
|
Lemmy Huang
|
0e209e8b12
|
cleancode: improving makefile readability
cleancode: remove perf
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit a47e06640116c144a038f330f4b044c9e4741fcf)
|
2024-07-17 10:21:07 +08:00 |
|
openeuler-ci-bot
|
6d09ab3256
|
!1148 [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:44:25 +00:00 |
|
wanfeng
|
805a3ad022
|
add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6
(cherry picked from commit 840b330fab146ad8706b7f7ea6acf80f7c1f6a6e)
|
2024-07-12 15:30:49 +08:00 |
|
openeuler-ci-bot
|
9a86567233
|
!1135 [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:51 +00:00 |
|
wanfeng
|
cacc4b31db
|
add MCAST_MSFILTER to setsockopt for IGMPv3
(cherry picked from commit 836544f19c307b9148cd3aa95b261e8d95775e16)
|
2024-07-05 17:44:32 +08:00 |
|
openeuler-ci-bot
|
c1949fdd8d
|
!1131 [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:43:54 +00:00 |
|
hantwofish
|
24c1e8d7a3
|
virtio: record local_port for distributing pkts in virtio_user.
(cherry picked from commit a37e0838d2d238b31e9784a579dba4dd61b53a04)
|
2024-07-05 17:36:41 +08:00 |
|
openeuler-ci-bot
|
4c9a85eb79
|
!1130 [sync] PR-1110: Improve the size of multicast specifications
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-07-05 09:35:39 +00:00 |
|
wanfeng
|
cd8a5c6ade
|
Improve the size of multicast specifications, with a maximum of 16 groups and 32 members per group
(cherry picked from commit 6e68a85be7dd64edecfd030f699f711e09bbe4ac)
|
2024-07-05 17:24:03 +08:00 |
|
openeuler-ci-bot
|
1f135516dc
|
!1115 [sync] PR-1088: add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-07-01 03:24:39 +00:00 |
|
wanfeng
|
1bcda7640f
|
add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3
(cherry picked from commit f8fce423a2ab60bd28e21bc10bc759bb1678d692)
|
2024-06-28 15:58:16 +08:00 |
|
openeuler-ci-bot
|
0eca9e97a2
|
!1106 [sync] PR-1082: distinguish tcp/udp get_from_sendring
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-25 06:24:22 +00:00 |
|
jiangheng
|
4843569b94
|
distinguish tcp/udp get_from_sendring
(cherry picked from commit 681985d73e187b12d221d7adb1d3f1ffee269579)
|
2024-06-25 11:27:49 +08:00 |
|
openeuler-ci-bot
|
c91e5d71c1
|
!1101 [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:03 +00:00 |
|
yangchen
|
7f78dcae71
|
lwip_sock: add sock_time_stamp
(cherry picked from commit 89bc4387b16a7c786ee9d7b0f3f34c61d04584a1)
|
2024-06-20 16:15:19 +08:00 |
|
openeuler-ci-bot
|
48bfce2c35
|
!1087 [sync] PR-1086: reduce pbuf poll size
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-17 01:33:45 +00:00 |
|
yinbin6
|
d84467ea39
|
reduce pbuf poll size
(cherry picked from commit 31d2ac9cf3e6e42de830d4276cab3c64deee0851)
|
2024-06-17 09:27:43 +08:00 |
|
openeuler-ci-bot
|
b7519c22b6
|
!1085 sync patch
From: @yinbin6
Reviewed-by: @compile_success
Signed-off-by: @compile_success
|
2024-06-14 10:04:29 +00:00 |
|
yinbin6
|
72e01e5d66
|
sync patch
|
2024-06-14 17:32:41 +08:00 |
|
openeuler-ci-bot
|
126166c23a
|
!1027 [sync] PR-986: add MCAST_BLOCK_SOURCE to setsockopt for igmp3
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-08 07:12:37 +00:00 |
|