This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
net
/
devif
History
Xiang Xiao
68951e8d72
Remove exra whitespace from files (
#189
)
...
* Remove multiple newlines at the end of files * Remove the whitespace from the end of lines
2020-01-31 09:24:49 -06:00
..
devif_callback.c
net/devif/devif_callback.c: Restore cf9f2c56cb00f0e879eed9c95bff824ba1499656. That restored change plus the following additional commits reolves the issue raised by Valmantas Palikša.
2019-11-27 07:59:52 -06:00
devif_forward.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
devif_initialize.c
Correct some problems with network timed events when there are multiple network devices in the configuration.
2019-12-24 10:37:30 -06:00
devif_iobsend.c
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
devif_loopback.c
Remove exra whitespace from files (
#189
)
2020-01-31 09:24:49 -06:00
devif_pktsend.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
devif_poll.c
net/devif/devif_poll.c: Correct a new warning found in build testing. devif/devif_poll.c:768:7: warning: unused variable 'hsec' [-Wunused-variable] (
#97
)
2020-01-14 03:11:43 +01:00
devif_send.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
devif.h
network: simplify the timeout process logic
2020-01-11 08:24:49 -06:00
ipv4_input.c
net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options.
2019-08-31 12:25:30 -06:00
ipv6_input.c
net/: Run nxstyle against all C files.
2019-10-25 11:31:42 -06:00
Make.defs
Rename the file devif_loopbackout.c to devif_loopback.c
2018-08-25 08:36:02 -06:00