[PATCH nf-next v2 0/3] netfilter: replace u_int*_t with kernel int types (batch 2)
Carlos Grillet <[email protected]> Thu, 25 Jun 2026 19:25:45 +0200
| Newsgroups | org.kernel.vger.lvs-devel,org.kernel.vger.linux-kernel,org.kernel.vger.netdev,org.kernel.vger.netfilter-devel |
|---|---|
| Message-ID | <[email protected]> |
This patch series replaces POSIX u_int8_t/u_int16_t with the preferred kernel types u8/u16 across several netfilter files and updates the corresponding header definitions. This continues the work started in: https://lore.kernel.org/all/[email protected] No functional changes. Changes in v2: - Drop nf_conntrack_sane patch (Florian Westphal: ports[] removal pending) - link to v1: https://lore.kernel.org/all/[email protected] Carlos Grillet (3): netfilter: nf_conntrack_h323_main: replace u_int8_t with u8 netfilter: nf_conntrack_amanda: replace u_int16_t with u16 netfilter: ip_vs_nfct: replace u_int8_t with u8 include/net/ip_vs.h | 2 +- net/netfilter/ipvs/ip_vs_nfct.c | 2 +- net/netfilter/nf_conntrack_amanda.c | 2 +- net/netfilter/nf_conntrack_h323_main.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -- 2.54.0