This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-08 10:32:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4d3dd73e5741d53fa8544c9c86b55ca85082cb12
nuttx
/
drivers
/
net
T
History
Gregory Nutt
4d3dd73e57
drivers/net/tun.c: Re-order all TUN/TAP driver state data. Not only was was with wasting memory due to alignement requirements, it was also causing network packet buffers to be improperly aligned causing problems because the network requires 16-bit packet buffer alignment for uint16_t accesses. This alignment problem was discovered by Alan Carvalho de Assis.
2019-02-24 09:43:30 -06:00
..
dm90x0.c
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
2018-11-21 07:57:26 -06:00
enc28j60.c
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
2018-11-21 07:57:26 -06:00
enc28j60.h
…
encx24j600.c
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
2018-11-21 07:57:26 -06:00
encx24j600.h
…
ftmac100.c
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
2018-11-21 07:57:26 -06:00
Kconfig
drivers/net/telnet.c: Add NAWS and poll interface to telnet for screen size negotation used with termcurses.
2019-01-05 12:14:05 -06:00
lan91c111.c
All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences.
2018-11-21 07:57:26 -06:00
lan91c111.h
…
loopback.c
…
Make.defs
…
phy_notify.c
sched/signal and related changes to other OS subsystems.
2019-01-27 09:28:59 -06:00
skeleton.c
…
slip.c
…
telnet.c
Merged in masayuki2009/nuttx.nuttx/fix_telnet_driver (pull request
#819
)
2019-01-19 12:43:21 +00:00
tun.c
drivers/net/tun.c: Re-order all TUN/TAP driver state data. Not only was was with wasting memory due to alignement requirements, it was also causing network packet buffers to be improperly aligned causing problems because the network requires 16-bit packet buffer alignment for uint16_t accesses. This alignment problem was discovered by Alan Carvalho de Assis.
2019-02-24 09:43:30 -06:00