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 8f4f166bf0 boards/stm32: Add ds1307 to CMake build
     new b0cf0acc66 net/nat: Add foreach interface for entries
     new 9b77bb16c9 net/netlink: Move netlink_add_terminator as public
     new 3a844d8dd7 net/netlink: Add NETLINK_NETFILTER's CONNTRACK support

The 3 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:
 include/netpacket/netlink.h     | 173 ++++++++++
 net/nat/ipv4_nat_entry.c        |  85 +++--
 net/nat/ipv6_nat_entry.c        |  85 +++--
 net/nat/nat.h                   |  24 ++
 net/netlink/CMakeLists.txt      |   4 +
 net/netlink/Kconfig             |   9 +
 net/netlink/Make.defs           |   4 +
 net/netlink/netlink.h           |  58 +++-
 net/netlink/netlink_conn.c      |  80 +++++
 net/netlink/netlink_netfilter.c | 703 ++++++++++++++++++++++++++++++++++++++++
 net/netlink/netlink_route.c     |  88 +----
 net/netlink/netlink_sockif.c    |  14 +
 12 files changed, 1197 insertions(+), 130 deletions(-)
 create mode 100644 net/netlink/netlink_netfilter.c

Reply via email to