commits
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/12/29
Re: [PR] tcp_reset: Modify RST packet responses to comply with RFC 793. [nuttx]
via GitHub
2025/12/29
[PR] net/tcp: fix tcp conn lock leak when port in use in tcp_selectport [nuttx]
via GitHub
2025/12/29
[PR] Iperf:Increase the priority of the report thread to ensure it is not blocked by the iperf thread, preventing iperf from completing [nuttx-apps]
via GitHub
2025/12/29
Re: [PR] Use mutexlock to replace critical section protection when using adc_isr_thread [nuttx]
via GitHub
2025/12/28
[PR] net/tcp: discard fin packet in LISTEN state [nuttx]
via GitHub
2025/12/28
Re: [PR] netutils/dhcpc: avoid setting IP to stack when oldaddr matches presult->ipaddr [nuttx-apps]
via GitHub
2025/12/28
[PR] net/arp: support arp request limit [nuttx]
via GitHub
2025/12/28
Re: [PR] net/tcp: support OTW ack seq check [nuttx]
via GitHub
2025/12/28
(nuttx) branch master updated (ca7c6e2a6f7 -> a5a29bdbbb6)
xiaoxiang
2025/12/28
Re: [PR] mm/iob: update all iob information in the iob_update_pktlen [nuttx]
via GitHub
2025/12/28
(nuttx) branch master updated (7e6138f2580 -> ca7c6e2a6f7)
xiaoxiang
2025/12/28
Re: [PR] net/arp: dont learn arp information if interface is noarp [nuttx]
via GitHub
2025/12/28
(nuttx) branch master updated (b0ab56aca2c -> 7e6138f2580)
xiaoxiang
2025/12/28
Re: [PR] net/ioctl: add a socket interface for ioctl [nuttx]
via GitHub
2025/12/28
Re: [PR] netdev_upperhalf: add direct rx mode [nuttx]
via GitHub
2025/12/28
(nuttx) branch master updated (2a5de4ebc65 -> b0ab56aca2c)
jiuzhudong
2025/12/28
(nuttx) branch master updated (0900b21217a -> 2a5de4ebc65)
jiuzhudong
2025/12/28
Re: [PR] littlefs: fix statfs underflow during active writes [nuttx]
via GitHub
2025/12/28
[PR] net/tcp: support OTW ack seq check [nuttx]
via GitHub
2025/12/28
Re: [PR] DOC: Add Security section to the documentation. [nuttx]
via GitHub
2025/12/28
Re: [PR] DOC: Add Security section to the documentation. [nuttx]
via GitHub
2025/12/28
Re: [PR] DOC: Add Security section to the documentation. [nuttx]
via GitHub
2025/12/28
Re: [PR] netutils/netlib: add interface for cleardnsaddr [nuttx-apps]
via GitHub
2025/12/28
Re: [PR] netutils/netlib: add interface for cleardnsaddr [nuttx-apps]
via GitHub
2025/12/28
[PR] net/tcp: send reset when retransmitted number greater than TCP_MAXRTX [nuttx]
via GitHub
2025/12/28
[PR] net/tcp: remove SYN_RCVD state conn by listener created when free listener [nuttx]
via GitHub
2025/12/28
Re: [PR] net/tcp: add net_lock in cleanup and update callback pointer type [nuttx]
via GitHub
2025/12/28
Re: [PR] net/udp: resolve UDP exit delay due to high CPU usage [nuttx]
via GitHub
2025/12/28
Re: [PR] Use mutexlock to replace critical section protection when using adc_isr_thread [nuttx]
via GitHub
2025/12/28
[PR] Use mutexlock to replace critical section protection when using adc_isr_thread [nuttx]
via GitHub
2025/12/28
Re: [PR] apps/net: add ip address connectivity check API [nuttx-apps]
via GitHub
2025/12/28
[PR] net/tcp: support recv packet in the TCP_FIN_WAIT_1/2 state [nuttx]
via GitHub
2025/12/28
Re: [PR] nshlib: Add vconfig command [nuttx-apps]
via GitHub
2025/12/28
Re: [PR] littlefs: fix statfs underflow during active writes [nuttx]
via GitHub
2025/12/28
[PR] littlefs: fix statfs underflow during active writes [nuttx]
via GitHub
2025/12/28
(nuttx) 18/20: net: protect the older network cards driver's tx and rx process
xiaoxiang
2025/12/28
(nuttx) 03/20: net/nat: replace net_lock with nat_lock(mutex)
xiaoxiang
2025/12/28
(nuttx) 07/20: net/pkt: replace net_lock with netdev_lock
xiaoxiang
2025/12/28
(nuttx) 14/20: tcp:add net_lock to protect tcp resource
xiaoxiang
2025/12/28
(nuttx) 16/20: net/icmpv6: replace net_lock with conn_lock and conn_lock_dev
xiaoxiang
2025/12/28
(nuttx) 11/20: net/can: modify net_unlock location before txnotify for can_sendmsg_buffered.c
xiaoxiang
2025/12/28
(nuttx) 13/20: net/can: replace net_lock with conn_lock and conn_lock_dev
xiaoxiang
2025/12/28
(nuttx) 06/20: net/udp: remove net_lock
xiaoxiang
2025/12/28
(nuttx) 19/20: netdev_upperhalf.c: add vlan lock in rxpoll flow
xiaoxiang
2025/12/28
(nuttx) 05/20: udp:Resolve UDP exit delay due to high CPU usage
xiaoxiang
2025/12/28
(nuttx) 20/20: net: change conn lock from mutex to rmutex
xiaoxiang
2025/12/28
(nuttx) 15/20: net/tcp: replace net_lock with conn_lock and conn_lock_dev
xiaoxiang
2025/12/28
(nuttx) 08/20: net/icmp: replace net_lock with conn_lock and conn_lock_dev
xiaoxiang
2025/12/28
(nuttx) 17/20: net/inet: replace net_lock with conn_lock
xiaoxiang
2025/12/28
(nuttx) 01/20: net/netdev: separate netdev_list_lock from net_lock
xiaoxiang
2025/12/28
(nuttx) 02/20: net/utils/net_lock.c: add api to lock conn and netdev
xiaoxiang
2025/12/28
(nuttx) 09/20: net/socketcan: move rx filter down to can_input;
xiaoxiang
2025/12/28
(nuttx) 12/20: net/can: add write_q free for callback alloc error handling
xiaoxiang
2025/12/28
Re: [PR] net: decouple the impact of net_lock between network cards [nuttx]
via GitHub
2025/12/28
(nuttx) 10/20: net/can: repair callback alloc error handling
xiaoxiang
2025/12/28
(nuttx) branch master updated (906279e37a5 -> 0900b21217a)
xiaoxiang
2025/12/28
(nuttx) 04/20: net/arp/arp_send.c: replace net_lock with netdev_lock
xiaoxiang
2025/12/28
(nuttx) branch master updated: Modify ``do while`` Statement typo
xiaoxiang
2025/12/28
Re: [PR] Documentation: Modify ``do while`` Statement typo [nuttx]
via GitHub
2025/12/28
(nuttx-website) branch asf-site updated: Publishing web: 3443f1edca72de4d8e7703517cbbadce57f38003 docs: 19dcd452ff535c2ce3f9e16002bb9eac3d5254ca
github-bot
2025/12/28
Re: [PR] Documentation: Modify ``do while`` Statement typo [nuttx]
via GitHub
2025/12/28
Re: [PR] net: decouple the impact of net_lock between network cards [nuttx]
via GitHub
2025/12/28
[PR] net/ioctl: add a socket interface for ioctl [nuttx]
via GitHub
2025/12/28
[PR] mm/iob: update all iob information in the iob_update_pktlen [nuttx]
via GitHub
2025/12/27
[PR] nshlib: Add vconfig command [nuttx-apps]
via GitHub
2025/12/27
[PR] net/pkt: Set `sll_protocol` for raw socket to `ETH_P_ALL` [nuttx-apps]
via GitHub
2025/12/27
[PR] netlib: Add support for adding/removing VLAN device [nuttx-apps]
via GitHub
2025/12/27
[PR] Modify ``do while`` Statement typo [nuttx]
via GitHub
2025/12/27
[PR] net/arp: dont learn arp information if interface is noarp [nuttx]
via GitHub
2025/12/27
(nuttx-apps) branch master updated (9da2bc069 -> 39310946e)
xiaoxiang
2025/12/27
Re: [PR] testing/nuts: NuttX Unit Test Selection (NUTS) application. [nuttx-apps]
via GitHub
2025/12/27
(nuttx) branch master updated: net/tcp: add kconfig to support retransmission at a fixed time
archer
2025/12/27
Re: [PR] net/tcp: add kconfig to support retransmission at a fixed time [nuttx]
via GitHub
2025/12/27
Re: [PR] net/ipv4: Drop a ipv4 packet with total length bigger than the actual transmited data [nuttx]
via GitHub
2025/12/27
Re: [PR] net: decouple the impact of net_lock between network cards [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated: net/tcp: add support for the CLOSE_WAIT state
xiaoxiang
2025/12/27
Re: [PR] net/tcp: add support for the CLOSE_WAIT state [nuttx]
via GitHub
2025/12/27
Re: [PR] net/ethernet: fix compilation issues for inet_sockif.c [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated: net/vlan: make a judgment before calling fuction
xiaoxiang
2025/12/27
Re: [PR] net/vlan: make a judgment before calling fuction [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated: net/udp: Validate UDP length field against actual packet size
xiaoxiang
2025/12/27
Re: [PR] net/udp: Validate UDP length field against actual packet size [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated: docs/testing/nuts: Include preliminary documentation for NUTS
xiaoxiang
2025/12/27
Re: [PR] docs/testing/nuts: Include preliminary documentation for the NUTS application [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated: net/udp: Support zero-length UDP datagrams
xiaoxiang
2025/12/27
Re: [PR] net/udp: Support zero-length UDP datagrams [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated (f10cf58d6b1 -> c72ae882da4)
xiaoxiang
2025/12/27
Re: [PR] net/ethernet: change struct ifreq to consistent with Linux [nuttx]
via GitHub
2025/12/27
Re: [PR] net/tcp: add support for the CLOSE_WAIT state [nuttx]
via GitHub
2025/12/27
[PR] net/devif: fix poll issue when ifdown [nuttx]
via GitHub
2025/12/27
(nuttx) branch master updated: risc-v/litex: Implement up_flush_dcache_all when CONFIG_ARCH_DCACHE is defined.
acassis
2025/12/27
Re: [PR] risc-v/litex: Implement up_flush_dcache_all when CONFIG_ARCH_DCACHE is defined. [nuttx]
via GitHub
2025/12/27
Re: [PR] testing/nuts: NuttX Unit Test Selection (NUTS) application. [nuttx-apps]
via GitHub
2025/12/27
Re: [PR] testing/nuts: NuttX Unit Test Selection (NUTS) application. [nuttx-apps]
via GitHub
2025/12/27
Re: [PR] testing/nuts: NuttX Unit Test Selection (NUTS) application. [nuttx-apps]
via GitHub
2025/12/27
[PR] net/ethernet: change struct ifreq to consistent with Linux [nuttx]
via GitHub
2025/12/27
[PR] net/udp: Support zero-length UDP datagrams [nuttx]
via GitHub
2025/12/26
[PR] net/udp: Validate UDP length field against actual packet size [nuttx]
via GitHub
2025/12/26
Re: [PR] net/vlan: make a judgment before calling fuction [nuttx]
via GitHub
2025/12/26
Re: [PR] dhcpd: Supports kernel mode compilation [nuttx-apps]
via GitHub
2025/12/26
Re: [PR] net/tcp: add support for the CLOSE_WAIT state [nuttx]
via GitHub
2025/12/26
(nuttx) branch master updated (44bc5ed6351 -> 8896242b9d4)
xiaoxiang
2025/12/26
Re: [PR] espressif: improve esp-hal-3rdparty handling [nuttx]
via GitHub
2025/12/26
(nuttx) branch master updated: net/vlan: add some macro for vlan
xiaoxiang
2025/12/26
Re: [PR] risc-v/litex: Remove CONFIG_BOARDCTL_RESET override for arty_a7:nsh config. [nuttx]
via GitHub
2025/12/26
Re: [PR] net/vlan: add some macro for vlan [nuttx]
via GitHub
2025/12/26
Re: [PR] graphics/lvgl: Upgrade LVGL to v9.4.0 [nuttx-apps]
via GitHub
2025/12/26
Re: [PR] net/tcp: add support for the CLOSE_WAIT state [nuttx]
via GitHub
2025/12/26
Re: [PR] graphics/lvgl: Upgrade LVGL to v9.4.0 [nuttx-apps]
via GitHub
2025/12/26
(nuttx-website) branch asf-site updated: Publishing web: 3443f1edca72de4d8e7703517cbbadce57f38003 docs: 3f553999daa3510b34dab856ac6c4774238bd01a
github-bot
2025/12/26
[PR] docs/testing/nuts: Include preliminary documentation for the NUTS application [nuttx]
via GitHub
2025/12/26
Re: [PR] nuttx/can: in trunk support to Send message cancel mechanism. [nuttx]
via GitHub
2025/12/26
svn commit: r81531 - dev/nuttx/12.12.0-RC0
jerpelea
2025/12/26
(nuttx-apps) annotated tag nuttx-12.12.0-RC0 updated (f000ed733 -> 1312d2117)
jerpelea
2025/12/26
(nuttx) annotated tag nuttx-12.12.0-RC0 updated (54b5a8f2c3e -> 1cd7265f110)
jerpelea
2025/12/26
Re: [PR] testing/cmocka: Compile cmocka as a libary only by default [nuttx-apps]
via GitHub
2025/12/26
Re: [PR] net/vlan: make a judgment before calling fuction [nuttx]
via GitHub
2025/12/26
Re: [PR] testing/cmocka: Compile cmocka as a libary only by default [nuttx-apps]
via GitHub
2025/12/26
Re: [PR] risc-v/litex: Remove CONFIG_BOARDCTL_RESET override for arty_a7:nsh config. [nuttx]
via GitHub
2025/12/26
[PR] risc-v/litex: Implement up_flush_dcache_all when CONFIG_ARCH_DCACHE is defined. [nuttx]
via GitHub
2025/12/26
Re: [PR] net/ethernet: fix compilation issues for inet_sockif.c [nuttx]
via GitHub
2025/12/26
Re: [PR] nuttx/can: in trunk support to Send message cancel mechanism. [nuttx]
via GitHub
2025/12/26
Re: [PR] net/vlan: make a judgment before calling fuction [nuttx]
via GitHub
2025/12/26
Re: [PR] nuttx/can: in trunk support to Send message cancel mechanism. [nuttx]
via GitHub
2025/12/26
Re: [PR] net/tcp: tcp header seq check [nuttx]
via GitHub
2025/12/26
Re: [PR] com/can: Attempt to release invalid resources when sender is full [nuttx]
via GitHub
2025/12/26
(nuttx) branch master updated (ae592258980 -> 3f553999daa)
xiaoxiang
2025/12/26
Re: [PR] net/tcp: add support for the CLOSE_WAIT state [nuttx]
via GitHub
2025/12/26
Re: [PR] net/vlan: add some macro for vlan [nuttx]
via GitHub
2025/12/26
Re: [PR] net/vlan: add some macro for vlan [nuttx]
via GitHub
2025/12/26
(nuttx) branch master updated (4a069358b6c -> ae592258980)
archer
2025/12/26
Re: [PR] arch/tricore: enable CONFIG_SYSTEM_TIME64 for TC397 [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
[PR] net/vlan: make a judgment before calling fuction [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
[PR] nuttx/can: in trunk support to Send message cancel mechanism. [nuttx]
via GitHub
2025/12/26
[PR] net/ethernet: fix compilation issues for inet_sockif.c [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
Re: [PR] LICENSE: update NuttX-PublicDomain SPDX identifier [nuttx]
via GitHub
2025/12/26
(nuttx) branch master updated (dfdbf4dcf91 -> 4a069358b6c)
xiaoxiang
2025/12/26
Re: [PR] {bp-17645} LICENSE: update NuttX-PublicDomain SPDX identifier [nuttx]
via GitHub
2025/12/26
(nuttx) branch releases/12.12 updated: LICENSE: update NuttX-PublicDomain SPDX identifier
xiaoxiang
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/26
[PR] dhcpd: Supports kernel mode compilation [nuttx-apps]
via GitHub
2025/12/26
[PR] net: decouple the impact of net_lock between network cards [nuttx]
via GitHub
2025/12/26
Re: [PR] net/tcp: tcp header seq check [nuttx]
via GitHub
2025/12/26
Re: [PR] com/can: Attempt to release invalid resources when sender is full [nuttx]
via GitHub
2025/12/26
Re: [PR] {bp-17645} LICENSE: update NuttX-PublicDomain SPDX identifier [nuttx]
via GitHub
2025/12/26
Re: [PR] {bp-17645} LICENSE: update NuttX-PublicDomain SPDX identifier [nuttx]
via GitHub
2025/12/26
Re: [PR] LICENSE: update NuttX-PublicDomain SPDX identifier [nuttx]
via GitHub
2025/12/26
Re: [PR] net/icmp: Support icmp timestamp request [nuttx]
via GitHub
2025/12/26
Re: [PR] net/icmp: Support icmp timestamp request [nuttx]
via GitHub
2025/12/26
Re: [PR] net/icmp: Support icmp timestamp request [nuttx]
via GitHub
2025/12/26
Re: [PR] net/tcp: tcp header seq check [nuttx]
via GitHub
2025/12/26
[PR] net/tcp: tcp header seq check [nuttx]
via GitHub
2025/12/26
[PR] arch/tricore: enable CONFIG_SYSTEM_TIME64 for TC397 [nuttx]
via GitHub
2025/12/26
Re: [PR] net/icmp: check src ip for icmp request message [nuttx]
via GitHub
2025/12/26
Re: [PR] net/icmp: check src ip for icmp request message [nuttx]
via GitHub
2025/12/26
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] net/vlan: add some macro for vlan [nuttx]
via GitHub
2025/12/25
Re: [PR] net/ipv4: Drop a ipv4 packet with total length bigger than the actual transmited data [nuttx]
via GitHub
2025/12/25
[PR] net/icmp: Support icmp timestamp request [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
[PR] net/arp: support ARP entry learned on gratuitous ARP response [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
[PR] net/ipv4: Drop a ipv4 packet with total length bigger than the actual transmited data [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
2025/12/25
Re: [PR] sched: Refactor the functional incorrect HRTimer implementation. [nuttx]
via GitHub
Earlier messages
Later messages