This website requires JavaScript.
Explore
Help
Sign In
packages
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
162
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
jiangheng
4e6ef43965
pbuf: fix pbuf->tot_len incorrect after pbuf_split_64k is called
2023-09-15 09:42:57 +08:00
0001-add-makefile.patch
Init package
2020-11-30 08:07:37 +00:00
0002-adapt-lstack.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0003-fix-the-occasional-coredump-when-the-lwip-exits.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0004-fix-error-of-deleting-conn-table-in-connect.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0005-syn-rcvd-state-reg-conn-into-conntable.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0006-fix-coredump-in-etharp.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0007-gazelle-fix-epoll_ctl-EPOLLET-mode-error.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0008-gazelle-fix-lwip_accept-memcpy-sockaddr-large.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0009-fix-stack-buffer-overflow-when-memcpy-addr.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0010-fix-the-incomplete-release-of-the-conntable.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0011-remove-gazelle-tcp-conn-func.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0012-fix-incomplete-resource-release-in-lwip-close.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0013-remove-gazelle-syscall-thread.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0014-fix-some-compile-errors.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0015-fix-tcp-port-alloc-issue.patch
adapt to lstack
2022-02-25 11:16:26 +08:00
0016-lstack-support-mysql-mode.patch
remove kernel socket interface
2022-02-25 14:25:06 +08:00
0017-support-REUSEPOR-option.patch
support REUSEPORT
2022-03-03 17:44:29 +08:00
0018-exec-gazelle_init_sock-before-read-event.patch
exec gazelle_sock_init() before read event
2022-03-07 21:12:24 +08:00
0019-gazelle-reduce-copy-in-send.patch
gazelle reduce copy in send
2022-03-08 09:41:51 +08:00
0020-remove-chose_dlsym_handle-function-set-handle-to-RTL.patch
remove chose_dlsym_handle function
2022-03-08 11:30:32 +08:00
0021-refactor-event-if-ring-is-full-the-node-is-added-to-.patch
refactor event, if ring is full node is added to list
2022-03-15 19:26:57 +08:00
0022-notify-app-that-sock-state-changes-to-CLOSE_WAIT.patch
notify app that sock state changes to CLOSE_WAIT
2022-03-15 20:10:39 +08:00
0023-refactor-event-and-checksum-offload-support.patch
refactor event
2022-03-29 22:57:18 +08:00
0024-refactor-pkt-read-send-performance.patch
refactor-pkt-read-send-performance
2022-07-07 21:39:44 +08:00
0025-Replace-gettid-with-syscall-SYS_gettid.patch
Replace gettid() with syscall()
2022-07-19 12:16:00 +08:00
0026-del-redundant-wait_close-and-move-epoll_events-pos.patch
del-redundant-wait_close-and-move-epoll_events-pos
2022-07-26 17:41:34 +08:00
0027-modify-EISCONN-condition.patch
modify-EISCONN-condition
2022-10-06 16:04:11 +08:00
0028-per-thread-reassdata-variables.patch
per-thread-reassdata-variables
2022-10-06 17:35:35 +08:00
0029-fix-EISCONN-err-and-remove-same-customized-modificat.patch
fix-EISCONN-err-and-remove-same-customized-modificat
2022-10-06 18:50:45 +08:00
0030-refactor-tcp-new-port.patch
refactor tcp new port
2022-10-06 20:01:12 +08:00
0031-refactor-add-event-limit-send-pkts-num.patch
refactor add event, limit send pkts num
2022-10-06 20:36:11 +08:00
0032-fix-free-pbuf-miss-data.patch
fix free pbuf miss data
2022-10-06 21:09:12 +08:00
0033-alloc-socket-fail-clean-sock.patch
alloc socket fail clean sock
2022-10-11 21:50:01 +08:00
0034-add-accept4-and-epoll_create1.patch
add epoll_create1 and accetp4
2022-10-19 22:00:53 +08:00
0035-add-writev-and-readv.patch
add writev and readv
2022-10-20 10:39:00 +08:00
0036-add-fs-secure-compilation-option.patch
add fs secure compilation option
2022-10-25 10:06:22 +08:00
0037-enable-ARP-QUEUE-to-avoid-sync-packet-dropped.patch
enable ARP QUEUE to avoid packet dropped
2022-11-23 09:43:18 +08:00
0038-add-tso.patch
fix TSO snd_nxt incorrectly update
2023-02-11 20:33:16 +08:00
0039-optimize-app-thread-write-buff-block.patch
optimize app thread write buff block
2022-12-03 21:41:46 +08:00
0040-add-huge-snd_buf.patch
add huge snd_buf
2022-12-06 14:56:48 +00:00
0041-optimite-pcb-list-limit-send-size-and-ack-now.patch
fix TSO snd_nxt incorrectly update
2023-02-11 20:33:16 +08:00
0042-expand-recv-win.patch
expand rcv wnd and prefetch
2022-12-18 20:05:31 +08:00
0043-add-prefetch.patch
expand rcv wnd and prefetch
2022-12-18 20:05:31 +08:00
0044-skip-unnecessary-tcp_route.patch
skip unnecessary tcp_route
2022-12-19 20:50:54 +08:00
0045-add-variable-in-struct-sock.patch
add-variable-in-struct-sock
2022-12-20 14:54:04 +08:00
0046-add-dataack-when-recv-too-many-acks-with-data.patch
do not update cwnd when send dataack
2022-12-21 17:52:28 +08:00
0047-reduce-struct-pbuf-size.patch
reduce struct pbuf size
2022-12-21 22:53:09 +08:00
0048-listen-pcb-also-use-pcb_if.patch
move pcb_if to ip_pcb to let listen pcb can use it
2022-12-28 22:06:20 +08:00
0049-expand-recv-mbox-size.patch
expand recv mbox size
2022-12-30 15:37:08 +08:00
0050-lwip-reuse-ip-port.patch
lwip add reuse ip port
2023-02-15 10:17:28 +08:00
0051-lwip-add-need_tso_send.patch
lwip add need_tso_send
2023-02-21 15:11:11 +08:00
0052-lwip_fnctl-only-support-F_SETFL-F_GETFL.patch
lwip_fnctl only suport F_SETFL,F_GETFL, other opt return 0 for compitable
2023-02-22 20:54:03 +08:00
0053-cleancode-improve-lwipopts.h-readability.patch
cleancode: improve lwipopts.h readability
2023-03-09 16:08:25 +08:00
0054-reduce-cpu-usage-when-send.patch
reduce cpu usage when send
2023-03-10 19:40:18 +08:00
0055-add-pbuf-lock-when-aggregate-pbuf.patch
add pbuf lock when aggregate pbuf
2023-03-13 10:46:57 +08:00
0056-fix-tso-small-packet-drop-in-kernel-server.patch
fix tso small packet drop in kernel server
2023-03-16 11:41:29 +08:00
0057-same-node-gazellectl-a.patch
add same node & gazellectl -a
2023-03-16 20:00:54 +08:00
0058-lwip-send-recv-thread-bind-numa.patch
lwip-send-recv-thread-bind-numa
2023-03-22 15:20:25 +08:00
0059-fix-last_unsent-last_unacked.patch
fix last_unsent/last_unacked error
2023-04-01 19:13:52 +08:00
0060-lwip-add-udp-multicast.patch
lwip add udp multicast support
2023-05-12 21:03:32 +08:00
0061-fix-pbuf-leak-in-udp-connection.patch
fix-pbuf-leak-in-udp-connection
2023-05-16 19:10:44 +08:00
0062-drop-netbuf-in-recv_udp-to-fix-mem-overflow.patch
revert cleancode series patches
2023-06-06 20:21:21 +08:00
0063-optimize-avoid-too-many-empty-acks-in-tcp_input.patch
optimize: avoid too many empty acks in tcp_input
2023-06-08 15:36:28 +08:00
0064-fix-udp-send-recv-in-multiple-queue.patch
fix udp send/recv in multiple queue
2023-06-14 12:03:39 +08:00
0065-fix-udp-recvmbox-size-not-set.patch
fix udp recvmbox size not set
2023-06-14 18:37:25 +08:00
0066-adapt-to-dpdk-19.11-and-dpdk-21.11.patch
adapt to dpdk-19.11 and dpdk-21.11
2023-06-15 13:09:12 +08:00
0067-fix-null-pointer-when-all-zero-address-listen.patch
fix null pointer when zero port listen
2023-06-15 21:53:25 +08:00
0068-enable-UDP-CKSUM-in-lwip.patch
add udp cksum in lwip
2023-06-21 17:32:49 +08:00
0069-add-error-check-in-hugepage_init-and-sys_mbox_free.patch
add error check in hugepage_init and sys_mbox_free
2023-06-20 21:50:31 +08:00
0070-add-CHECKSUM_UDP-when-not-support-OFFLOAD_UDP_CHECKS.patch
add CHECKSUM_UDP when not support OFFLOAD_UDP_CHECKSUM
2023-06-27 14:47:33 +08:00
0071-fix-pbuf-tot_len-incorrect-after-pbuf_split_64k-is-c.patch
pbuf: fix pbuf->tot_len incorrect after pbuf_split_64k is called
2023-09-15 09:42:57 +08:00
backport-tcp-fix-sequence-number-comparison.patch
sync two patches from 20.03-LTS-SP1
2022-07-08 16:32:38 +08:00
backport-tcp-tighten-up-checks-for-received-SYN.patch
sync two patches from 20.03-LTS-SP1
2022-07-08 16:32:38 +08:00
lwip-2.1.3.zip
replace lwip-2.1.3.tar.gz to lwip-2.1.3.zip
2022-11-26 11:43:54 +08:00
lwip.spec
pbuf: fix pbuf->tot_len incorrect after pbuf_split_64k is called
2023-09-15 09:42:57 +08:00
Description
No description provided
13
MiB
Languages
Diff
100%