lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 10 Jun 2023 07:21:34 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
 netdev@...r.kernel.org, eric.dumazet@...il.com, sdf@...gle.com
Subject: Re: [PATCH net-next] net: move gso declarations and functions to their
 own files

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Thu,  8 Jun 2023 19:17:37 +0000 you wrote:
> Move declarations into include/net/gso.h and code into net/core/gso.c
> 
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
> Cc: Stanislav Fomichev <sdf@...gle.com>
> ---
>  drivers/net/ethernet/broadcom/tg3.c           |   1 +
>  .../net/ethernet/myricom/myri10ge/myri10ge.c  |   1 +
>  drivers/net/ethernet/sfc/siena/tx_common.c    |   1 +
>  drivers/net/ethernet/sfc/tx_common.c          |   1 +
>  drivers/net/tap.c                             |   1 +
>  drivers/net/usb/r8152.c                       |   1 +
>  drivers/net/wireguard/device.c                |   1 +
>  drivers/net/wireless/intel/iwlwifi/mvm/tx.c   |   1 +
>  include/linux/netdevice.h                     |  26 +-
>  include/linux/skbuff.h                        |  71 -----
>  include/net/gro.h                             |   1 +
>  include/net/gso.h                             | 109 +++++++
>  include/net/udp.h                             |   1 +
>  net/core/Makefile                             |   2 +-
>  net/core/dev.c                                |  70 +----
>  net/core/gro.c                                |  59 +---
>  net/core/gso.c                                | 273 ++++++++++++++++++
>  net/core/skbuff.c                             | 142 +--------
>  net/ipv4/af_inet.c                            |   1 +
>  net/ipv4/esp4_offload.c                       |   1 +
>  net/ipv4/gre_offload.c                        |   1 +
>  net/ipv4/ip_output.c                          |   1 +
>  net/ipv4/tcp_offload.c                        |   1 +
>  net/ipv4/udp.c                                |   1 +
>  net/ipv4/udp_offload.c                        |   1 +
>  net/ipv6/esp6_offload.c                       |   1 +
>  net/ipv6/ip6_offload.c                        |   1 +
>  net/ipv6/ip6_output.c                         |   1 +
>  net/ipv6/udp_offload.c                        |   1 +
>  net/mac80211/tx.c                             |   1 +
>  net/mpls/af_mpls.c                            |   1 +
>  net/mpls/mpls_gso.c                           |   1 +
>  net/netfilter/nf_flow_table_ip.c              |   1 +
>  net/netfilter/nfnetlink_queue.c               |   1 +
>  net/nsh/nsh.c                                 |   1 +
>  net/openvswitch/actions.c                     |   1 +
>  net/openvswitch/datapath.c                    |   1 +
>  net/sched/act_police.c                        |   1 +
>  net/sched/sch_cake.c                          |   1 +
>  net/sched/sch_netem.c                         |   1 +
>  net/sched/sch_taprio.c                        |   1 +
>  net/sched/sch_tbf.c                           |   1 +
>  net/sctp/offload.c                            |   1 +
>  net/xfrm/xfrm_device.c                        |   1 +
>  net/xfrm/xfrm_interface_core.c                |   1 +
>  net/xfrm/xfrm_output.c                        |   1 +
>  46 files changed, 425 insertions(+), 365 deletions(-)
>  create mode 100644 include/net/gso.h
>  create mode 100644 net/core/gso.c

Here is the summary with links:
  - [net-next] net: move gso declarations and functions to their own files
    https://git.kernel.org/netdev/net-next/c/d457a0e329b0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ