![]() |
lvs-devel
|
| To: | Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Florian Westphal <fw@xxxxxxxxx>, Phil Sutter <phil@xxxxxx>, Simon Horman <horms@xxxxxxxxxxxx>, Julian Anastasov <ja@xxxxxx>, "David S. Miller" <davem@xxxxxxxxxxxxx>, Eric Dumazet <edumazet@xxxxxxxxxx>, Jakub Kicinski <kuba@xxxxxxxxxx>, Paolo Abeni <pabeni@xxxxxxxxxx> |
|---|---|
| Subject: | [PATCH nf-next 0/4] netfilter: replace u_int*_t with kernel int types (batch 3) |
| Cc: | netfilter-devel@xxxxxxxxxxxxxxx, coreteam@xxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, lvs-devel@xxxxxxxxxxxxxxx |
| From: | Carlos Grillet <carlos@xxxxxxxxxxxxxxxx> |
| Date: | Tue, 7 Jul 2026 21:51:05 +0200 |
This patch series replaces POSIX u_int8_t/u_int16_t/u_int32_t with the preferred kernel types u8/u16/u32 across several netfilter files and updates the corresponding header definition. This continues the work started in: https://lore.kernel.org/all/20260616182948.96865-1-carlos@xxxxxxxxxxxxxxxx No functional changes. Carlos Grillet (4): netfilter: ip_vs_core: replace u_int32_t with u32 netfilter: nf_conntrack_sip: replace u_int16_t with u16 netfilter: nf_nat_amanda: replace u_int16_t with u16 netfilter: nfnetlink_osf: replace u_int8_t with u8 include/linux/netfilter/nfnetlink_osf.h | 2 +- net/netfilter/ipvs/ip_vs_core.c | 2 +- net/netfilter/nf_conntrack_sip.c | 2 +- net/netfilter/nf_nat_amanda.c | 2 +- net/netfilter/nfnetlink_osf.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- 2.55.0 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH nf] ipvs: make destination flags atomic, Julian Anastasov |
|---|---|
| Next by Date: | [PATCH nf-next 1/4] netfilter: ip_vs_core: replace u_int32_t with u32, Carlos Grillet |
| Previous by Thread: | [PATCH nf v2] ipvs: ensure inner headers in ICMP errors are in headroom, Julian Anastasov |
| Next by Thread: | [PATCH nf-next 1/4] netfilter: ip_vs_core: replace u_int32_t with u32, Carlos Grillet |
| Indexes: | [Date] [Thread] [Top] [All Lists] |