]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
netfilter: nfnetlink: extended ACK reporting
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 Jun 2017 17:35:46 +0000 (18:35 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 Jun 2017 17:38:24 +0000 (19:38 +0200)
commit04ba724b659c6808b0ca31528121bdb2f2807e00
tree8dd786fe4fc478c262e96a2dc65539418dded13d
parentd8297d4f3ebd7a47f443ab66276bb774749612ba
netfilter: nfnetlink: extended ACK reporting

Pass down struct netlink_ext_ack as parameter to all of our nfnetlink
subsystem callbacks, so we can work on follow up patches to provide
finer grain error reporting using the new infrastructure that
2d4bc93368f5 ("netlink: extended ACK reporting") provides.

No functional change, just pass down this new object to callbacks.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
12 files changed:
include/linux/netfilter/nfnetlink.h
net/netfilter/ipset/ip_set_core.c
net/netfilter/nf_conntrack_netlink.c
net/netfilter/nf_tables_api.c
net/netfilter/nfnetlink.c
net/netfilter/nfnetlink_acct.c
net/netfilter/nfnetlink_cthelper.c
net/netfilter/nfnetlink_cttimeout.c
net/netfilter/nfnetlink_log.c
net/netfilter/nfnetlink_queue.c
net/netfilter/nft_compat.c
net/netfilter/xt_osf.c