Gregory Nutt
|
38e527deeb
|
net/netlink: Fix cosmetic issues, mostly typo fixes.
|
2019-11-04 14:06:07 -06:00 |
|
Gregory Nutt
|
6d13705e93
|
net/netlink: The NETLINK_ROUTE logic needs to return the first queued response and not attempt to match up reponses with requests. That is the Linux compatible way. Also, use queue.h functions for list management and fix an error in arp_snapshot().
|
2019-11-04 09:02:14 -06:00 |
|
Gregory Nutt
|
7bd045130c
|
net/netlink/: Misc bugfixes from initial testing using NSH 'arp -t' command.
|
2019-11-03 19:27:58 -06:00 |
|
Gregory Nutt
|
2991987018
|
net/netlink/netlink_route.c (mostly): This completes a minimal netlink implementation that will retrieve the ARP table.
net/netlink: Add basic hooks (only) to support the NETLINK_ROUTE protocol.
|
2019-11-03 13:59:42 -06:00 |
|