Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
3bfff3bfc1ecdc3359dcd2ec93f3ac9cdb8c1ee2
Select Git revision
Branches
2
radio
master
default
protected
Tags
20
nuttx-7.20
nuttx-7.19
nuttx-7.18
nuttx-7.17
nuttx-7.16
nuttx-7.15
nuttx-7.14
nuttx-7.13
nuttx-7.12
nuttx-7.11
nuttx-7.10
nuttx-7.9
nuttx-7.8
nuttx-7.7
nuttx-7.6
nuttx-7.5
nuttx-7.4
nuttx-7.3
nuttx-7.2
nuttx-7.1
22 results
nuttx
net
Author
Search by author
Any Author
authors
f4grx
f4grx
1 author
Nov 27, 2010
Fix missing ARP entry problem
· dcc9abe1
patacongo
authored
14 years ago
dcc9abe1
More TCP sequence changes
· a6c935e1
patacongo
authored
14 years ago
a6c935e1
Fix TCP sequence number error
· 15ae42fe
patacongo
authored
14 years ago
15ae42fe
Cosmetic renaming of variables
· cb4c3a6c
patacongo
authored
14 years ago
cb4c3a6c
Nov 26, 2010
Eliminate uip_outstanding()
· c7ef0162
patacongo
authored
14 years ago
c7ef0162
Fix un-acked backlog coordinatin bug
· 8c9fbe11
patacongo
authored
14 years ago
8c9fbe11
Nov 25, 2010
uip_arp_ipin needs a struct uip_driver_s as an input
· 8bc8539c
patacongo
authored
14 years ago
8bc8539c
Restore uip_arp_ipin()
· e2449e98
patacongo
authored
14 years ago
e2449e98
Jul 14, 2010
Fix compile error when stats enabled
· 8adc6acf
patacongo
authored
14 years ago
8adc6acf
More cosmetic clean-up
· 1fe85344
patacongo
authored
14 years ago
1fe85344
Costmetic clean-up
· 0ddd63d1
patacongo
authored
14 years ago
0ddd63d1
Fix preallocation logic
· 0fe1703f
patacongo
authored
14 years ago
0fe1703f
Outgoing IGMP is functional
· bb4a701c
patacongo
authored
14 years ago
bb4a701c
Jul 13, 2010
IGMP debug fixes
· a3910e4b
patacongo
authored
14 years ago
a3910e4b
IGMP debug fixes
· f5cb4c9d
patacongo
authored
14 years ago
f5cb4c9d
Jul 11, 2010
Add IGMP user interface
· 3a71f0ac
patacongo
authored
14 years ago
3a71f0ac
Add IGMP send logic
· 17db18e5
patacongo
authored
14 years ago
17db18e5
Add support for multicast MAC addresses
· 7dceb00a
patacongo
authored
14 years ago
7dceb00a
Jul 10, 2010
More IGMP logic
· 433e9608
patacongo
authored
14 years ago
433e9608
Add IGMP timer logic
· 91c14a45
patacongo
authored
14 years ago
91c14a45
More IGMP logic
· afae22ae
patacongo
authored
14 years ago
afae22ae
More IGMP logic
· 9086653e
patacongo
authored
14 years ago
9086653e
Jul 08, 2010
More IGMP logic
· 1aac40d8
patacongo
authored
14 years ago
1aac40d8
Add IGMP initialization logic
· 49396d3c
patacongo
authored
14 years ago
49396d3c
More IGMP changes
· 53d3022e
patacongo
authored
14 years ago
53d3022e
Jul 06, 2010
IGMP header files
· c8968f43
patacongo
authored
14 years ago
c8968f43
May 09, 2010
Add LM3S6965 NSH configuration + Prep for 5.5 release
· 23ed592d
patacongo
authored
15 years ago
View commits for tag nuttx-5.5
nuttx-5.5
23ed592d
Dec 19, 2009
Fix an error in the handling of TCP/IP sequence numbers
· 7d63ffbf
patacongo
authored
15 years ago
7d63ffbf
Dec 18, 2009
Fixing LM3S httpd example (still broken)
· 192d229b
patacongo
authored
15 years ago
192d229b
Dec 17, 2009
Need to include assert.h
· 06fb21e3
patacongo
authored
15 years ago
06fb21e3
Dec 15, 2009
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
· 05d9fdd6
patacongo
authored
15 years ago
05d9fdd6
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
· 92e71b0b
patacongo
authored
15 years ago
92e71b0b
Sep 16, 2009
Sockets were not being closed when a task exits
· 12023242
patacongo
authored
15 years ago
12023242
Consulting wrong list to see if socket is listening for a connection
· 01ba4b6d
patacongo
authored
15 years ago
01ba4b6d
Fix some errno reporting
· 5b5b170f
patacongo
authored
15 years ago
5b5b170f
Reference count must be zero before calling uip_tcpfree()
· 83a53449
patacongo
authored
15 years ago
83a53449
Sep 15, 2009
Fix reference counting errors
· 713c8d59
patacongo
authored
15 years ago
713c8d59
Use lldbg() instead of dbg() in interrupt level logic
· 59acff80
patacongo
authored
15 years ago
59acff80
Sep 11, 2009
Remove check for outstanding un-ACKed data in TX poll
· 44f3418b
patacongo
authored
15 years ago
44f3418b
Fix race condition that can cause close of socket to hang
· 80113f7d
patacongo
authored
15 years ago
80113f7d
Loading