[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250212132418.1524422-1-edumazet@google.com>
Date: Wed, 12 Feb 2025 13:24:14 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, Simon Horman <horms@...nel.org>,
Willem de Bruijn <willemb@...gle.com>, Sabrina Dubroca <sd@...asysnail.net>,
Neal Cardwell <ncardwell@...gle.com>, Kuniyuki Iwashima <kuniyu@...zon.com>,
Mateusz Polchlopek <mateusz.polchlopek@...el.com>, eric.dumazet@...il.com,
Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH v2 net-next 0/4] net: add EXPORT_IPV6_MOD()
In this series I am adding EXPORT_IPV6_MOD and EXPORT_IPV6_MOD_GPL()
so that we can replace some EXPORT_SYMBOL() when IPV6 is
not modular.
This is making all the selected symbols internal to core
linux networking.
v2: add feedback from Mateusz, Willem and Sabrina.
v1: https://lore.kernel.org/netdev/20250210082805.465241-2-edumazet@google.com/T/
Eric Dumazet (4):
net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL()
inetpeer: use EXPORT_IPV6_MOD[_GPL]()
tcp: use EXPORT_IPV6_MOD[_GPL]()
udp: use EXPORT_IPV6_MOD[_GPL]()
include/net/ip.h | 8 +++++
net/core/secure_seq.c | 2 +-
net/ipv4/inetpeer.c | 8 ++---
net/ipv4/syncookies.c | 8 ++---
net/ipv4/tcp.c | 44 ++++++++++++++--------------
net/ipv4/tcp_fastopen.c | 2 +-
net/ipv4/tcp_input.c | 14 ++++-----
net/ipv4/tcp_ipv4.c | 47 +++++++++++++++---------------
net/ipv4/tcp_minisocks.c | 11 ++++---
net/ipv4/tcp_output.c | 12 ++++----
net/ipv4/tcp_timer.c | 4 +--
net/ipv4/udp.c | 63 ++++++++++++++++++++--------------------
12 files changed, 114 insertions(+), 109 deletions(-)
--
2.48.1.502.g6dc24dfdaf-goog
Powered by blists - more mailing lists