Lemmy Huang
|
590bc666a9
|
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:29 +08:00 |
|
openeuler-ci-bot
|
c4fe06d6f8
|
!1227 [sync] PR-1169: cleancode: refactor memp
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 12:46:43 +00:00 |
|
Lemmy Huang
|
956848a5ee
|
cleancode: refactor memp
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 1d12d69321823922045c0875ffe3cdc24f6bca1d)
|
2024-08-20 20:42:05 +08:00 |
|
openeuler-ci-bot
|
44a40e151b
|
!1220 [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:47 +00:00 |
|
Lemmy Huang
|
834decf3ed
|
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:16 +08:00 |
|
openeuler-ci-bot
|
814b28cad4
|
!1214 [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
|
b3e850923d
|
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:11 +08:00 |
|
openeuler-ci-bot
|
08bed3d894
|
!1208 [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:58 +00:00 |
|
Lemmy Huang
|
313071a87a
|
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:40 +08:00 |
|
openeuler-ci-bot
|
6c7d1078a4
|
!1202 [sync] PR-1165: cleancode: refactor lwipgz_hlist.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:31:43 +00:00 |
|
Lemmy Huang
|
54f845d82b
|
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:53 +08:00 |
|
openeuler-ci-bot
|
4f2341af96
|
!1196 [sync] PR-1164: cleancode: refactor lwipgz_list.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-20 03:13:38 +00:00 |
|
Lemmy Huang
|
08b549ffed
|
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:28 +08:00 |
|
openeuler-ci-bot
|
854051971b
|
!1190 [sync] PR-1163: cleancode: refactor posix_api
Merge pull request !1190 from openeuler-sync-bot/sync-pr1163-master-to-openEuler-22.03-LTS-SP3
|
2024-08-20 03:04:03 +00:00 |
|
Lemmy Huang
|
d070ed1d29
|
cleancode: refactor posix_api
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 372566ff31eea6f3eec6aa3434d390503fcbf44a)
|
2024-08-20 10:52:44 +08:00 |
|
openeuler-ci-bot
|
5d9b8b7dd4
|
!1184 [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:42 +00:00 |
|
Lemmy Huang
|
7c837c41e5
|
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:39 +08:00 |
|
openeuler-ci-bot
|
cf1939b90b
|
!1176 [sync] PR-1149: cleancode: refactor lwipsock.h
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-08-19 13:39:52 +00:00 |
|
Lemmy Huang
|
95f537ee04
|
cleancode: refactor lwipsock.h
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit df157deb4258ed1b202ffa6277992b26371ae467)
|
2024-08-13 10:54:23 +08:00 |
|
openeuler-ci-bot
|
6d021dba7d
|
!1158 [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:06 +00:00 |
|
Lemmy Huang
|
157c313b7a
|
cleancode: rename gazelle files in lwip
Signed-off-by: Lemmy Huang <huangliming5@huawei.com>
(cherry picked from commit 38d1bebcd76bc1d761b89443aadc0f371d1515ab)
|
2024-07-17 14:30:42 +08:00 |
|
openeuler-ci-bot
|
7c4b6f6152
|
!1152 [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:54:57 +00:00 |
|
Lemmy Huang
|
0af6576712
|
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:04 +08:00 |
|
openeuler-ci-bot
|
6a0957385d
|
!1144 [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:41 +00:00 |
|
wanfeng
|
8bcd29a4a6
|
add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6
(cherry picked from commit 840b330fab146ad8706b7f7ea6acf80f7c1f6a6e)
|
2024-07-12 15:30:15 +08:00 |
|
openeuler-ci-bot
|
8597598428
|
!1134 [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:40 +00:00 |
|
wanfeng
|
9de64c1a4e
|
add MCAST_MSFILTER to setsockopt for IGMPv3
(cherry picked from commit 836544f19c307b9148cd3aa95b261e8d95775e16)
|
2024-07-05 17:44:29 +08:00 |
|
openeuler-ci-bot
|
786a2646bd
|
!1125 [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:14 +00:00 |
|
hantwofish
|
f6332a974e
|
virtio: record local_port for distributing pkts in virtio_user.
(cherry picked from commit a37e0838d2d238b31e9784a579dba4dd61b53a04)
|
2024-07-01 10:44:59 +08:00 |
|
openeuler-ci-bot
|
e911a5b0fe
|
!1120 [sync] PR-1110: Improve the size of multicast specifications
Merge pull request !1120 from openeuler-sync-bot/sync-pr1110-mldv2-to-openEuler-22.03-LTS-SP3
|
2024-07-01 02:01:35 +00:00 |
|
wanfeng
|
7c84a436c6
|
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:50 +08:00 |
|
openeuler-ci-bot
|
4e391d03a1
|
!1114 [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:00 +00:00 |
|
wanfeng
|
463d6574d5
|
add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3
(cherry picked from commit f8fce423a2ab60bd28e21bc10bc759bb1678d692)
|
2024-06-28 15:58:12 +08:00 |
|
openeuler-ci-bot
|
59da12052b
|
!1105 [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:38 +00:00 |
|
jiangheng
|
bcee06a1c0
|
distinguish tcp/udp get_from_sendring
(cherry picked from commit 681985d73e187b12d221d7adb1d3f1ffee269579)
|
2024-06-25 11:27:46 +08:00 |
|
openeuler-ci-bot
|
fc869e8307
|
!1096 [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:19 +00:00 |
|
yangchen
|
2299adb5a2
|
lwip_sock: add sock_time_stamp
(cherry picked from commit 89bc4387b16a7c786ee9d7b0f3f34c61d04584a1)
|
2024-06-20 16:14:45 +08:00 |
|
openeuler-ci-bot
|
289a1ff4cd
|
!1093 [sync] PR-1086: reduce pbuf poll size
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-20 07:57:17 +00:00 |
|
yinbin6
|
aa71e572de
|
reduce pbuf poll size
(cherry picked from commit 31d2ac9cf3e6e42de830d4276cab3c64deee0851)
|
2024-06-20 15:56:18 +08:00 |
|
openeuler-ci-bot
|
9c7c3d9d2d
|
!1074 [sync] PR-1062: vlan: fix vlan filter bug
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-06-11 06:23:19 +00:00 |
|
zhengjiebing
|
24f58c038c
|
fix vlan filter bug
(cherry picked from commit 74a719175a88a9baddeb25ae83337f0f483ff1b8)
|
2024-06-11 11:23:44 +08:00 |
|
openeuler-ci-bot
|
556d9fad5b
|
!1067 [sync] PR-1053: change STAT_COUNTER from u16 to u64
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-24 08:33:58 +00:00 |
|
ningjin
|
ce95f29294
|
change STAT_COUNTER from u16 to u64
(cherry picked from commit fb6adaf65970e0619f227df508f7698b8fcad9ee)
|
2024-05-24 16:17:42 +08:00 |
|
openeuler-ci-bot
|
a7729f8df2
|
!1058 [sync] PR-965: mod checksum of ip_hdr and udp_hdr
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-22 06:30:00 +00:00 |
|
hantwofish
|
b2ede42c46
|
mod checksum of ip_hdr and udp_hdr
(cherry picked from commit 9cb9aea40b320896c4703b36b9f173404402923f)
|
2024-05-21 10:26:49 +08:00 |
|
openeuler-ci-bot
|
70123cc079
|
!1049 [sync] PR-1036: 加入多个组播源会失败
From: @openeuler-sync-bot
Reviewed-by: @jiangheng12
Signed-off-by: @jiangheng12
|
2024-05-20 11:17:11 +00:00 |
|
wanfeng
|
25abfcf9ed
|
allow multicast membership to register multiple times
(cherry picked from commit 8034fbc3dea7d6d4ba831f459cf65e32d4ee476d)
|
2024-05-20 19:10:32 +08:00 |
|
openeuler-ci-bot
|
99b592288f
|
!1041 [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-17 07:10:09 +00:00 |
|
hantwofish
|
a9d8c07ec3
|
Fix MBUF memory leakage issue when message length is greater than MTU
(cherry picked from commit f82e0df44108578caa929cda16103e231531c9e3)
|
2024-05-13 15:33:05 +08:00 |
|
openeuler-ci-bot
|
b7a965a761
|
!1031 [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:52 +00:00 |
|