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-09 19:04:15 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7d2b250cbcaa6bbca2c7ad48757c73d4f1ace585
nuttx
/
net
/
netdev
T
History
Gregory Nutt
7d2b250cbc
net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter.
2018-10-29 12:21:22 -06:00
..
Kconfig
sched/wqueue: Add an option to work queue notifier so that the notification can occur on different work queues.
2018-09-11 07:22:23 -06:00
Make.defs
net/netdev: Add signal notification for the case where the network goes down.
2018-09-09 10:39:25 -06:00
netdev_carrier.c
…
netdev_count.c
…
netdev_default.c
netdev_findby_ipv[4|6]addr return netdev_default() as last resort but don't return loopback device if another network device is in the UP state.
2018-08-26 14:40:47 -06:00
netdev_findbyaddr.c
net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter.
2018-10-29 12:21:22 -06:00
netdev_findbyindex.c
…
netdev_findbyname.c
…
netdev_foreach.c
…
netdev_ifconf.c
…
netdev_indextoname.c
…
netdev_ioctl.c
net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter.
2018-10-29 12:21:22 -06:00
netdev_lladdrsize.c
…
netdev_nametoindex.c
…
netdev_register.c
…
netdev_txnotify.c
net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter.
2018-10-29 12:21:22 -06:00
netdev_unregister.c
…
netdev_verify.c
…
netdev.h
net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter.
2018-10-29 12:21:22 -06:00
netdown_notifier.c
mm/iob: IOB free notifier should accept the work queue ID as a paramter. The notification may need to run on either the high- or low- priority work queue. sched/work: Change the default priority of the low-priority work queue to 100.
2018-09-11 08:49:39 -06:00