![]() |
lvs-devel
|
| To: | Simon Horman <horms@xxxxxxxxxxxx>, Julian Anastasov <ja@xxxxxx>, David Ahern <dsahern@xxxxxxxxxx>, Ido Schimmel <idosch@xxxxxxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, Eric Dumazet <edumazet@xxxxxxxxxx>, Jakub Kicinski <kuba@xxxxxxxxxx>, Paolo Abeni <pabeni@xxxxxxxxxx>, Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Florian Westphal <fw@xxxxxxxxx>, Phil Sutter <phil@xxxxxx> |
|---|---|
| Subject: | [PATCH nf-next 0/4] netfilter: replace u_int*_t with kernel int types (batch 2) |
| Cc: | netdev@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx, coreteam@xxxxxxxxxxxxx |
| From: | Carlos Grillet <carlos@xxxxxxxxxxxxxxxx> |
| Date: | Wed, 24 Jun 2026 20:40:30 +0200 |
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/20260616182948.96865-1-carlos@xxxxxxxxxxxxxxxx No functional changes. Carlos Grillet (4): netfilter: nf_conntrack_sane: replace u_int16_t with u16 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 +- net/netfilter/nf_conntrack_sane.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- 2.54.0 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH nf-next 4/4] netfilter: ip_vs_nfct: replace u_int8_t with u8, Carlos Grillet |
|---|---|
| Next by Date: | [PATCH nf-next v2 3/3] netfilter: ip_vs_nfct: replace u_int8_t with u8, Carlos Grillet |
| Previous by Thread: | [PATCH 5.10/5.15/6.1/6.6/6.12/6.18] ipvs: skip ipv6 extension headers for csum checks, Nazar Kalashnikov |
| Next by Thread: | [PATCH nf-next 4/4] netfilter: ip_vs_nfct: replace u_int8_t with u8, Carlos Grillet |
| Indexes: | [Date] [Thread] [Top] [All Lists] |