This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
2c934674361a59ea3aa4500565d896aa5673191f
nuttx
/
net
/
netdev
T
History
Gregory Nutt
4b92f71a82
net/netdev/netdev_register.c: Eliminate a newly introduced warning.
2018-08-14 13:54:10 -06:00
..
Kconfig
…
Make.defs
…
netdev_carrier.c
…
netdev_count.c
…
netdev_default.c
…
netdev_findbyaddr.c
…
netdev_findbyindex.c
Fix some errors found in build testing.
2018-06-25 17:06:29 -06:00
netdev_findbyname.c
…
netdev_foreach.c
…
netdev_ifconf.c
…
netdev_indextoname.c
…
netdev_ioctl.c
This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE.
2018-07-04 14:10:40 -06:00
netdev_lladdrsize.c
…
netdev_nametoindex.c
…
netdev_register.c
net/netdev/netdev_register.c: Eliminate a newly introduced warning.
2018-08-14 13:54:10 -06:00
netdev_txnotify.c
…
netdev_unregister.c
…
netdev_verify.c
…
netdev.h
net/procfs and netdev: Fix some problems with ifconfig introduced with last changes. Also picks up one of Sebastien's changes that did not make it it before. net/udp: Fixes a DEBUGASSERT.
2018-06-25 17:06:11 -06:00