This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 98d5e118c0 [icmpv6] fix resource leak of icmpv6
     new 34aeeb024c net/netlink: Add RTM route support
     new 8eaefd2424 net/netlink: Add RTM neigh notify support
     new 4702a09538 net/netlink: Add RTM preifx notify support
     new 42a23bef41 net/netlink: Add doc for netlink route

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Documentation/components/net/index.rst   |   1 +
 Documentation/components/net/netlink.rst | 137 ++++++++
 include/netpacket/netlink.h              |  30 ++
 net/arp/arp_table.c                      |  89 +++++-
 net/icmpv6/icmpv6_input.c                |   3 +
 net/neighbor/neighbor_add.c              |  25 ++
 net/netlink/Kconfig                      |   6 +
 net/netlink/netlink.h                    |  57 ++++
 net/netlink/netlink_route.c              | 526 ++++++++++++++++++++++++-------
 net/route/net_add_fileroute.c            |   5 +
 net/route/net_add_ramroute.c             |   5 +
 net/route/net_del_fileroute.c            |   5 +
 net/route/net_del_ramroute.c             |  20 +-
 13 files changed, 776 insertions(+), 133 deletions(-)
 create mode 100644 Documentation/components/net/netlink.rst

Reply via email to