Commit Graph

  • 39e57c95c1
    !1401 [sync] PR-1390: TCP_IN: fix infinite loopping in func min_cnts_lpcb_get main openeuler-ci-bot 2025-03-05 01:31:31 +00:00
  • 83306921f2 TCP_IN: fix infinite loopping in func min_cnts_lpcb_get yinbin 2025-02-13 14:40:10 +08:00
  • 40b0da5b72
    !1394 [sync] PR-1382: tso: max frags is configurable openeuler-ci-bot 2025-03-04 13:42:45 +00:00
  • df7384cf97 tso: max frags is configurable jiangheng 2025-01-18 21:10:10 +08:00
  • 6cfcafbe96
    !1386 [sync] PR-1381: fix pcb.tcp null pointer error when netperf recv RST openeuler-ci-bot 2025-01-21 09:52:30 +00:00
  • 6c4b723f42 fix pcb.tcp null pointer error when netperf recv RST yangchen 2025-01-13 07:31:26 +08:00
  • f9d1887896
    !1374 [sync] PR-1371: add recv_block in lwip_sock openeuler-ci-bot 2024-12-11 09:37:13 +00:00
  • b50eec92a8 add recv_block in lwip_sock jiangheng 2024-12-10 16:34:10 +08:00
  • 1f47edc76e
    !1367 [sync] PR-1364: fix pingpong mode spelling error openeuler-ci-bot 2024-12-10 09:20:31 +00:00
  • 8ee95c81d0 fix pingpong mode spelling error suchangzhi 2024-12-06 09:51:25 +00:00
  • bf9fd9b8fb
    !1360 [sync] PR-1355: bug: free sock when exit openeuler-ci-bot 2024-12-04 03:11:21 +00:00
  • 36dc762859 bug: free sock when exit hankangkang 2024-11-30 19:04:25 +08:00
  • 88011adf59
    !1351 [sync] PR-1316: fix no ack response when lcoal only receive but not send data openeuler-ci-bot 2024-11-26 02:06:56 +00:00
  • 2f1ef5275d fix no ack response when lcoal only receive but not send data jiangheng 2024-10-23 20:57:14 +08:00
  • d0c76f6e7a
    !1344 [sync] PR-1339: fix IFNAMSIZ definition conflict between lwip and kernel openeuler-ci-bot 2024-11-16 04:16:13 +00:00
  • a1c178df36 fix IFNAMSIZ definition conflict between lwip and kernel yangchen 2024-11-11 15:11:45 +08:00
  • 6c11ffb5a8
    !1334 [sync] PR-1331: bugfix: solve codedump ,when listening to IPv6 addresses in the network openeuler-ci-bot 2024-11-05 13:54:51 +00:00
  • d2ef73e97f When the GAZELLE_TCP_REUSE_IPPORT is on, min_cnts_lpcb is NULL hankangkang 2024-11-01 15:26:20 +08:00
  • 10064b59ea
    !1328 [sync] PR-1324: IGMP: fix problem that can not join the sixteen igmp group openeuler-ci-bot 2024-11-01 08:03:40 +00:00
  • 833edc59ff IGMP: fix problem that can not join the sixteen igmp group yinbin 2024-11-01 09:11:16 +08:00
  • efcb0c4053
    !1320 [sync] PR-1315: bugfix: fix memery errors detected by cooddy openeuler-ci-bot 2024-10-21 08:43:41 +00:00
  • 8d89f8b475 bugfix: fix memery errors detected by cooddy yinbin 2024-10-14 16:50:01 +08:00
  • 92b0c68c6a
    !1312 [sync] PR-1296: pingpong: fix send dup ack in fast timer openeuler-ci-bot 2024-10-10 07:44:29 +00:00
  • 759c7f1249 pingpong: fix send dup ack in fast timer jiangheng 2024-09-30 18:15:52 +08:00
  • 49fbad8920
    !1303 [sync] PR-1283: adapt for interrupt mode openeuler-ci-bot 2024-10-08 01:12:12 +00:00
  • 5fe55fdd52 adapt for interrupt mode jiangheng 2024-09-29 11:35:29 +08:00
  • 8d157adcea
    !1297 [sync] PR-1282: add pingpong mode support openeuler-ci-bot 2024-10-08 01:08:59 +00:00
  • 7f16febe82 add pingpong mode support jiangheng 2024-09-27 15:29:20 +08:00
  • 71a519b473
    !1293 [sync] PR-1280: cleancode: rename log level openeuler-ci-bot 2024-09-30 10:25:13 +00:00
  • f916fa8b6a cleancode: rename log level Lemmy Huang 2024-09-24 14:55:05 +08:00
  • 4bd05903de
    !1287 [sync] PR-1266: LOG: modified gazelle log level and add item in mib2 openeuler-ci-bot 2024-09-30 02:01:58 +00:00
  • eb1044f434 LOG: modified gazelle log level and add item in mib2 yinbin 2024-09-18 14:40:28 +08:00
  • e8a25761b6
    !1272 [sync] PR-1265: LWIPOPTS: support setsockopt SO_SNDTIMEO SO_SNDBUF openeuler-ci-bot 2024-09-29 13:20:44 +00:00
  • 3cd7e258b1 LWIPOPTS: support setsockopt SO_SNDTIMEO SO_SNDBUF yinbin 2024-09-10 20:54:52 +08:00
  • f92c8938ce
    !1258 [sync] PR-1224: check if mem_init returns errno openeuler-ci-bot 2024-08-22 01:23:06 +00:00
  • c0afae84ba check if mem_init returns errno yinbin 2024-08-20 19:38:32 +08:00
  • cf468ed3fc
    !1252 [sync] PR-1180: fix the definition of IPV6_V6ONLY openeuler-ci-bot 2024-08-21 08:57:24 +00:00
  • 41af8f83b2 fix the definition of IPV6_V6ONLY yangchen 2024-08-13 11:24:39 +08:00
  • 74ce644d3d
    !1245 [sync] PR-1173: INIT: fix lwip_init failed because of dpdk set errno openeuler-ci-bot 2024-08-21 08:40:59 +00:00
  • 537a60ed06 INIT: fix lwip_init failed because of dpdk set errno yinbin 2024-08-03 19:36:50 +08:00
  • 9e0a17fe47
    !1240 [sync] PR-1172: LOOPBACK: fix loop coredump openeuler-ci-bot 2024-08-21 01:22:54 +00:00
  • 658daba086 LOOPBACK: fix loop coredump yinbin 2024-07-23 16:32:12 +08:00
  • 31c2fc328a
    !1234 [sync] PR-1170: cleancode: refactor offload; enable sys_arch failed log openeuler-ci-bot 2024-08-20 13:02:14 +00:00
  • f0062ed987 cleancode: refactor offload enable sys_arch failed log Lemmy Huang 2024-07-23 11:32:54 +08:00
  • d17d40ef46
    !1228 [sync] PR-1169: cleancode: refactor memp openeuler-ci-bot 2024-08-20 12:46:39 +00:00
  • 44e3fea72e cleancode: refactor memp Lemmy Huang 2024-07-19 17:18:30 +08:00
  • ae6e39c8a5
    !1221 [sync] PR-1168: cleancode: refactor sys_now and lwip_ioctl openeuler-ci-bot 2024-08-20 09:30:45 +00:00
  • 60b37800fe cleancode: refactor sys_now and lwip_ioctl Lemmy Huang 2024-07-19 15:26:26 +08:00
  • 3fd9681059
    !1215 [sync] PR-1167: cleancode: move tcp_hash_table to lwipgz_tcp_priv.h openeuler-ci-bot 2024-08-20 07:57:49 +00:00
  • 0497c71cee cleancode: move tcp_hash_table to lwipgz_tcp_priv.h Lemmy Huang 2024-07-19 09:45:12 +08:00
  • fbe9f763ac
    !1209 [sync] PR-1166: cleancode: move options from opt.h to lwipopts.h openeuler-ci-bot 2024-08-20 07:43:55 +00:00
  • a249422083 cleancode: move options from opt.h to lwipopts.h Lemmy Huang 2024-07-18 20:39:15 +08:00
  • 3288d39623
    !1203 [sync] PR-1165: cleancode: refactor lwipgz_hlist.h openeuler-ci-bot 2024-08-20 03:31:46 +00:00
  • c9554170aa cleancode: refactor lwipgz_hlist.h Lemmy Huang 2024-07-18 19:40:44 +08:00
  • f7e9967b5b
    !1197 [sync] PR-1164: cleancode: refactor lwipgz_list.h openeuler-ci-bot 2024-08-20 03:13:35 +00:00
  • d8b0d949bf cleancode: refactor lwipgz_list.h Lemmy Huang 2024-07-18 17:07:17 +08:00
  • 6a21dbc7bf
    !1191 [sync] PR-1163: cleancode: refactor posix_api openeuler-ci-bot 2024-08-20 03:04:00 +00:00
  • e525aed72c cleancode: refactor posix_api Lemmy Huang 2024-07-18 09:38:04 +08:00
  • 719583b3c2
    !1185 [sync] PR-1162: cleancode: refactor posix type and get_socket openeuler-ci-bot 2024-08-20 02:49:35 +00:00
  • e5c8f45ef0 cleancode: refactor posix type and get_socket Lemmy Huang 2024-07-17 16:56:43 +08:00
  • b53a037b35
    !1177 [sync] PR-1149: cleancode: refactor lwipsock.h openeuler-ci-bot 2024-08-19 13:39:47 +00:00
  • 7dbcfe8f15 cleancode: refactor lwipsock.h Lemmy Huang 2024-07-16 20:33:25 +08:00
  • 9516f864dc
    !1159 [sync] PR-1140: cleancode: rename gazelle files in lwip openeuler-ci-bot 2024-07-31 02:57:02 +00:00
  • c3b0108b9d cleancode: rename gazelle files in lwip Lemmy Huang 2024-07-09 21:41:30 +08:00
  • 3665316d5a
    !1153 [sync] PR-1139: cleancode: improving makefile readability; remove perf openeuler-ci-bot 2024-07-17 02:55:13 +00:00
  • 0e209e8b12 cleancode: improving makefile readability cleancode: remove perf Lemmy Huang 2024-07-08 18:15:22 +08:00
  • 6d09ab3256
    !1148 [sync] PR-1128: add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6 openeuler-ci-bot 2024-07-12 08:44:25 +00:00
  • 805a3ad022 add MCAST_MSFILTER in setsockopt for MLDv2 of IPv6 wanfeng 2024-07-03 17:28:05 +08:00
  • 9a86567233
    !1135 [sync] PR-1111: add MCAST_MSFILTER to setsockopt for IGMPv3 openeuler-ci-bot 2024-07-05 10:49:51 +00:00
  • cacc4b31db add MCAST_MSFILTER to setsockopt for IGMPv3 wanfeng 2024-06-28 11:24:45 +08:00
  • c1949fdd8d
    !1131 [sync] PR-1109: virtio: record local_port for distributing pkts in virtio_user. openeuler-ci-bot 2024-07-05 09:43:54 +00:00
  • 24c1e8d7a3 virtio: record local_port for distributing pkts in virtio_user. hantwofish 2024-06-25 15:33:13 +08:00
  • 4c9a85eb79
    !1130 [sync] PR-1110: Improve the size of multicast specifications openeuler-ci-bot 2024-07-05 09:35:39 +00:00
  • cd8a5c6ade Improve the size of multicast specifications, with a maximum of 16 groups and 32 members per group wanfeng 2024-06-27 11:17:40 +08:00
  • 1f135516dc
    !1115 [sync] PR-1088: add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3 openeuler-ci-bot 2024-07-01 03:24:39 +00:00
  • 1bcda7640f add IP_ADD_SOURCE_MEMBERSHIP to setsockopt for igmpv3 wanfeng 2024-06-17 14:58:16 +08:00
  • 0eca9e97a2
    !1106 [sync] PR-1082: distinguish tcp/udp get_from_sendring openeuler-ci-bot 2024-06-25 06:24:22 +00:00
  • 4843569b94 distinguish tcp/udp get_from_sendring jiangheng 2024-06-11 14:24:36 +08:00
  • c91e5d71c1
    !1101 [sync] PR-1083: lwip_sock: add sock_time_stamp openeuler-ci-bot 2024-06-20 08:20:03 +00:00
  • 7f78dcae71 lwip_sock: add sock_time_stamp yangchen 2024-06-13 19:02:30 +08:00
  • 48bfce2c35
    !1087 [sync] PR-1086: reduce pbuf poll size openeuler-ci-bot 2024-06-17 01:33:45 +00:00
  • d84467ea39 reduce pbuf poll size yinbin6 2024-06-15 20:36:59 +08:00
  • b7519c22b6
    !1085 sync patch openeuler-ci-bot 2024-06-14 10:04:29 +00:00
  • 72e01e5d66 sync patch yinbin6 2024-06-14 17:32:41 +08:00
  • 126166c23a
    !1027 [sync] PR-986: add MCAST_BLOCK_SOURCE to setsockopt for igmp3 openeuler-ci-bot 2024-05-08 07:12:37 +00:00
  • 1f9add888d add MCAST_BLOCK_SOURCE to setsockopt for igmp3 zhangyulongkylinos 2024-05-07 11:37:24 +08:00
  • 13bd51eb2f
    !1019 [sync] PR-985: add MCAST_JOIN_GROUP to setsockopt for igmp3 openeuler-ci-bot 2024-05-08 07:09:35 +00:00
  • 64d54f39dc add MCAST_JOIN_GROUP to setsockopt for igmp3 zhangyulongkylinos 2024-05-06 16:44:03 +08:00
  • fc8a82f4a9
    !1011 [sync] PR-984: memset gazelle_quintuple in vdev_reg_done openeuler-ci-bot 2024-05-08 06:49:13 +00:00
  • 2f6dc5ca33 memset gazelle_quintuple in vdev_reg_done yinbin6 2024-04-30 10:14:46 +08:00
  • e9ed363425
    !1003 [sync] PR-983: add MCAST_JOIN_SOURCE_GROUP to setsockopt for igmp3 openeuler-ci-bot 2024-05-08 06:43:09 +00:00
  • 49e092d19c add MCAST_JOIN_SOURCE_GROUP to setsockopt for igmpv3 zhangyulongkylinos 2024-04-29 14:28:05 +08:00
  • b386824e92
    !995 [sync] PR-966: add MCAST_BLOCK_SOURCE to setsockopt for mldv2 openeuler-ci-bot 2024-05-08 06:30:01 +00:00
  • 99305e6243 add MCAST_BLOCK_SOURCE to setsockopt for mldv2 wanfeng 2024-04-25 15:33:49 +08:00
  • d7c4682ce6
    !993 [sync] PR-987: sync stats: add stats_proto in/out to xmit/recv openeuler-ci-bot 2024-05-08 06:13:59 +00:00
  • 57eff2598e sync stats: add stats_proto in/out to xmit/recv compile_success 2024-05-08 03:01:31 +00:00
  • 0ad3d9964b
    !980 [sync] PR-945: add MCAST_JOIN_SOURCE_GROUP to setsockopt for mldv2 openeuler-ci-bot 2024-04-26 08:04:54 +00:00
  • da053b8ca3 add MCAST_JOIN_SOURCE_GROUP to setsockopt for mldv2 wanfeng 2024-04-16 15:29:06 +08:00
  • 83c2c73885
    !972 [sync] PR-963: fix udp recv memleak openeuler-ci-bot 2024-04-26 07:02:59 +00:00
  • 5a00288757 fix udp recv memleak compile_success 2024-04-22 15:13:35 +00:00