Lemmy Huang
|
2b28a02203
|
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:36 +08:00 |
|
openeuler-ci-bot
|
ec76f7f1e2
|
!1229 [sync] PR-1169: cleancode: refactor memp
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 12:46:37 +00:00 |
|
Lemmy Huang
|
0bd5979b72
|
cleancode: refactor memp
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 1d12d69321823922045c0875ffe3cdc24f6bca1d)
|
2024-08-20 20:42:11 +08:00 |
|
openeuler-ci-bot
|
493aa09ec2
|
!1222 [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:39 +00:00 |
|
Lemmy Huang
|
44e92f10b1
|
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:23 +08:00 |
|
openeuler-ci-bot
|
3dd2b5efbe
|
!1216 [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:44 +00:00 |
|
Lemmy Huang
|
2bbeb8f3be
|
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:18 +08:00 |
|
openeuler-ci-bot
|
071a1fe209
|
!1210 [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:49 +00:00 |
|
Lemmy Huang
|
7f3dbc4b41
|
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:46 +08:00 |
|
openeuler-ci-bot
|
18c46c9fea
|
!1204 [sync] PR-1165: cleancode: refactor lwipgz_hlist.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:31:32 +00:00 |
|
Lemmy Huang
|
517bbc7033
|
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:22:00 +08:00 |
|
openeuler-ci-bot
|
150616c2e4
|
!1198 [sync] PR-1164: cleancode: refactor lwipgz_list.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:13:32 +00:00 |
|
Lemmy Huang
|
15385a2dd3
|
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:34 +08:00 |
|
openeuler-ci-bot
|
8f105ebf16
|
!1192 [sync] PR-1163: cleancode: refactor posix_api
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:03:59 +00:00 |
|
Lemmy Huang
|
6424911a07
|
cleancode: refactor posix_api
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 372566ff31eea6f3eec6aa3434d390503fcbf44a)
|
2024-08-20 10:52:50 +08:00 |
|
openeuler-ci-bot
|
194a861c36
|
!1186 [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:29 +00:00 |
|
Lemmy Huang
|
7c3d307dbd
|
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:45 +08:00 |
|
openeuler-ci-bot
|
cc2e32e9ba
|
!1178 [sync] PR-1149: cleancode: refactor lwipsock.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-19 13:39:39 +00:00 |
|
Lemmy Huang
|
931209bcad
|
cleancode: refactor lwipsock.h
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit df157deb4258ed1b202ffa6277992b26371ae467)
|
2024-08-13 10:54:29 +08:00 |
|
openeuler-ci-bot
|
3697e43678
|
!1160 [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:00 +00:00 |
|
Lemmy Huang
|
de9c0daf3c
|
cleancode: rename gazelle files in lwip
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 38d1bebcd76bc1d761b89443aadc0f371d1515ab)
|
2024-07-17 14:30:48 +08:00 |
|
openeuler-ci-bot
|
d8f4d3e69b
|
!1154 [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:23 +00:00 |
|
Lemmy Huang
|
6effda4290
|
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:10 +08:00 |
|
openeuler-ci-bot
|
c30c966c3f
|
!1145 [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:37 +00:00 |
|
wanfeng
|
43619cd290
|
add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6
(cherry picked from commit 840b330fab146ad8706b7f7ea6acf80f7c1f6a6e)
|
2024-07-12 15:30:52 +08:00 |
|
openeuler-ci-bot
|
b3ac781edb
|
!1136 [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:50:01 +00:00 |
|
wanfeng
|
9dc9d24390
|
add MCAST_MSFILTER to setsockopt for IGMPv3
(cherry picked from commit 836544f19c307b9148cd3aa95b261e8d95775e16)
|
2024-07-05 17:44:34 +08:00 |
|
openeuler-ci-bot
|
9d7231f2bd
|
!1126 [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:11 +00:00 |
|
hantwofish
|
fc7816e4c3
|
virtio: record local_port for distributing pkts in virtio_user.
(cherry picked from commit a37e0838d2d238b31e9784a579dba4dd61b53a04)
|
2024-07-01 10:45:03 +08:00 |
|
openeuler-ci-bot
|
2e88f3dcde
|
!1121 [sync] PR-1110: Improve the size of multicast specifications
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-07-01 02:09:59 +00:00 |
|
wanfeng
|
396ce72607
|
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:53 +08:00 |
|
openeuler-ci-bot
|
aa2d04fa48
|
!1116 [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:29:54 +00:00 |
|
wanfeng
|
72578a7bdd
|
add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3
(cherry picked from commit f8fce423a2ab60bd28e21bc10bc759bb1678d692)
|
2024-06-28 15:58:18 +08:00 |
|
openeuler-ci-bot
|
5e2d2e1373
|
!1107 [sync] PR-1082: distinguish tcp/udp get_from_sendring
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-25 06:21:54 +00:00 |
|
jiangheng
|
efdb605ad6
|
distinguish tcp/udp get_from_sendring
(cherry picked from commit 681985d73e187b12d221d7adb1d3f1ffee269579)
|
2024-06-25 11:27:55 +08:00 |
|
openeuler-ci-bot
|
8a135804f9
|
!1095 [sync] PR-1083: lwip_sock: add sock_time_stamp
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 08:19:41 +00:00 |
|
yangchen
|
bd07f4a2ef
|
lwip_sock: add sock_time_stamp
(cherry picked from commit 89bc4387b16a7c786ee9d7b0f3f34c61d04584a1)
|
2024-06-20 16:15:52 +08:00 |
|
openeuler-ci-bot
|
9927ea113d
|
!1094 [sync] PR-1086: reduce pbuf poll size
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 07:57:18 +00:00 |
|
yinbin6
|
b827de2e31
|
reduce pbuf poll size
(cherry picked from commit 31d2ac9cf3e6e42de830d4276cab3c64deee0851)
|
2024-06-20 15:56:21 +08:00 |
|
openeuler-ci-bot
|
d51b323592
|
!1089 [sync] PR-1062: vlan: fix vlan filter bug
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 07:53:10 +00:00 |
|
zhengjiebing
|
521e00f6d1
|
fix vlan filter bug
(cherry picked from commit 74a719175a88a9baddeb25ae83337f0f483ff1b8)
|
2024-06-20 11:08:34 +08:00 |
|
openeuler-ci-bot
|
9762da96fa
|
!1073 [sync] PR-1053: change STAT_COUNTER from u16 to u64
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 02:27:17 +00:00 |
|
ningjin
|
9b32134abc
|
change STAT_COUNTER from u16 to u64
(cherry picked from commit fb6adaf65970e0619f227df508f7698b8fcad9ee)
|
2024-05-31 15:48:50 +08:00 |
|
openeuler-ci-bot
|
1f041ad870
|
!1061 [sync] PR-965: mod checksum of ip_hdr and udp_hdr
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-25 09:02:33 +00:00 |
|
hantwofish
|
a019b46e7f
|
mod checksum of ip_hdr and udp_hdr
(cherry picked from commit 9cb9aea40b320896c4703b36b9f173404402923f)
|
2024-05-21 19:37:40 +08:00 |
|
openeuler-ci-bot
|
6205096940
|
!1052 [sync] PR-1036: 加入多个组播源会失败
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-21 02:41:49 +00:00 |
|
wanfeng
|
7d22ca7eb5
|
allow multicast membership to register multiple times
(cherry picked from commit 8034fbc3dea7d6d4ba831f459cf65e32d4ee476d)
|
2024-05-20 19:10:42 +08:00 |
|
openeuler-ci-bot
|
4555e94080
|
!1044 [sync] PR-1035: Fix MBUF memory leakage issue when message length is greater than MTU
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-18 01:22:32 +00:00 |
|
hantwofish
|
22155c6c10
|
Fix MBUF memory leakage issue when message length is greater than MTU
(cherry picked from commit f82e0df44108578caa929cda16103e231531c9e3)
|
2024-05-13 15:33:18 +08:00 |
|
openeuler-ci-bot
|
7174869f67
|
!1033 [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:57 +00:00 |
|