linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: avoid indirect calls in dst functions
@ 2020-12-11  1:58 Brian Vazquez
  2020-12-11  1:58 ` [PATCH net-next 1/4] net: use indirect call helpers for dst_input Brian Vazquez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Brian Vazquez @ 2020-12-11  1:58 UTC (permalink / raw)
  To: Brian Vazquez, Brian Vazquez, Eric Dumazet, David S . Miller
  Cc: linux-kernel, netdev

From: brianvv <brianvv@google.com>

Use of the indirect call wrappers in some dst related functions for the
ipv6/ipv4 case. This is a small improvent for CONFIG_RETPOLINE=y

brianvv (4):
  net: use indirect call helpers for dst_input
  net: use indirect call helpers for dst_output
  net: use indirect call helpers for dst_mtu
  net: indirect call helpers for ipv4/ipv6 dst_check functions

 include/net/dst.h   | 25 +++++++++++++++++++++----
 net/core/sock.c     | 12 ++++++++++--
 net/ipv4/route.c    | 12 ++++++++----
 net/ipv4/tcp_ipv4.c |  5 ++++-
 net/ipv6/route.c    | 12 ++++++++----
 net/ipv6/tcp_ipv6.c |  5 ++++-
 6 files changed, 55 insertions(+), 16 deletions(-)

-- 
2.29.2.576.ga3fc446d84-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-11 10:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  1:58 [PATCH net-next 0/4] net: avoid indirect calls in dst functions Brian Vazquez
2020-12-11  1:58 ` [PATCH net-next 1/4] net: use indirect call helpers for dst_input Brian Vazquez
2020-12-11  7:57   ` kernel test robot
2020-12-11  1:58 ` [PATCH net-next 2/4] net: use indirect call helpers for dst_output Brian Vazquez
2020-12-11 10:23   ` kernel test robot
2020-12-11  1:58 ` [PATCH net-next 3/4] net: use indirect call helpers for dst_mtu Brian Vazquez
2020-12-11  1:58 ` [PATCH net-next 4/4] net: indirect call helpers for ipv4/ipv6 dst_check functions Brian Vazquez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).