Gregory Nutt
|
44353f320c
|
Replace confusing references to uIP with just 'the network'
|
2016-05-30 09:37:34 -06:00 |
|
Gregory Nutt
|
dea24c503a
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 12:12:41 -06:00 |
|
Vladimir Komendantskiy
|
ae71c9b447
|
Fix a compile time error in drivers/net/tun.c.
|
2016-01-05 10:58:58 -06:00 |
|
Gregory Nutt
|
2a93c66948
|
include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics.
|
2015-11-26 12:08:09 -06:00 |
|
Gregory Nutt
|
cf14f8d1b5
|
drivers/: Fixes to spacing and alignement
|
2015-10-10 10:41:00 -06:00 |
|
Gregory Nutt
|
af086c40ff
|
Remove dangling whitespace
|
2015-10-04 15:28:54 -06:00 |
|
Max Neklyudov
|
622c5c9aa6
|
Another TUN driver fix from Max Neklyudov
|
2015-08-21 07:40:13 -06:00 |
|
Max Neklyudov
|
425146255a
|
Network drivers: Fix bug in tun interface driver. From Max Neklyudov
|
2015-08-17 09:04:58 -06:00 |
|
Gregory Nutt
|
bb7e15fc57
|
Misc. improvements to the TUN driver, mostly related to poll(). From Max Neklyudov
|
2015-06-04 06:54:55 -06:00 |
|
Gregory Nutt
|
7355a9044a
|
TUN driver bug fix. From Max Neklyudov.
|
2015-06-03 10:45:13 -06:00 |
|
Gregory Nutt
|
21d6e41032
|
Add TUN device. From Max Neklyudov
|
2015-03-11 06:52:56 -06:00 |
|