This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 6ad864ff0c2 mm/iob: add iob_init method to support external buffer
init as iob structure
add 23013b33ce1 net/ethernet: ARP can be configured on interface
No new revisions were added by this update.
Summary of changes:
include/net/if.h | 2 +-
net/arp/arp_acd.c | 2 +-
net/arp/arp_input.c | 9 +++++++
net/arp/arp_out.c | 23 +++++++-----------
net/arp/arp_send.c | 14 ++++++-----
net/icmpv6/icmpv6_neighbor.c | 8 +++++++
net/neighbor/neighbor_ethernet_out.c | 19 ++++++---------
net/netdev/netdev_ioctl.c | 46 +++++++++++++++++++++++++++---------
net/pkt/pkt_sendmsg_unbuffered.c | 6 -----
9 files changed, 78 insertions(+), 51 deletions(-)