Gregory Nutt
|
43eb04bb8f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
Gregory Nutt
|
efb02f2ef1
|
drivers/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network evernts are not errors.
|
2016-06-12 08:31:22 -06:00 |
|
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
|
Gregory Nutt
|
44353f320c
|
Replace confusing references to uIP with just 'the network'
|
2016-05-30 09:37:34 -06:00 |
|
Gregory Nutt
|
2244ed46bc
|
nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 07:32:58 -06:00 |
|
Gregory Nutt
|
216eea4543
|
Net: Fix some errors introduced into the ENC28J60 driver; fix type of wd_start arguments.
|
2016-02-04 08:55:10 -06:00 |
|
Gregory Nutt
|
dea24c503a
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 12:12:41 -06:00 |
|
Gregory Nutt
|
42c365aab1
|
Duplicate Manuel's EMAC driver fix to every other driver that supports CONFIG_NET_NOINTS
|
2016-02-03 10:34:10 -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 |
|
Anton D. Kachalov
|
2db954c189
|
Add support for multicast address (via hashtable)
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-08-03 19:43:17 +03:00 |
|
Gregory Nutt
|
3669292024
|
Cosmetic changes from review of pull request
|
2015-07-31 07:17:07 -06:00 |
|
Anton D. Kachalov
|
2ef03d49fe
|
[drivers/net/ftmac100] Remove private board-specific interrupt configuration calls. Configure Mode/Level outside of the driver scope.
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-31 14:12:10 +03:00 |
|
Anton D. Kachalov
|
7613d97a90
|
[drviers/net/ftmac100] receive: process all available RX descriptors
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
|
2015-07-31 08:48:13 +03:00 |
|
Anton D. Kachalov
|
88861e562a
|
Add support for a Faraday FTMAC100 Ethernet MAC Driver. From Anton D. Kachalov
|
2015-07-29 15:57:58 -06:00 |
|