All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	pabeni@redhat.com, edumazet@google.com, laforge@osmocom.org,
	pespin@sysmocom.de, osmith@sysmocom.de, horms@kernel.org
Subject: Re: [PATCH net-next,v3 01/12] gtp: remove useless initialization
Date: Fri, 10 May 2024 13:10:29 +0000	[thread overview]
Message-ID: <171534662994.12238.5609528418870545724.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240506235251.3968262-2-pablo@netfilter.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:

On Tue,  7 May 2024 01:52:40 +0200 you wrote:
> Update b20dc3c68458 ("gtp: Allow to create GTP device without FDs") to
> remove useless initialization to NULL, sockets are initialized to
> non-NULL just a few lines of code after this.
> 
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> ---
>  drivers/net/gtp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [net-next,v3,01/12] gtp: remove useless initialization
    https://git.kernel.org/netdev/net-next/c/353f5ffbc63b
  - [net-next,v3,02/12] gtp: properly parse extension headers
    https://git.kernel.org/netdev/net-next/c/b6fc0956ac53
  - [net-next,v3,03/12] gtp: prepare for IPv6 support
    https://git.kernel.org/netdev/net-next/c/750771d0ca76
  - [net-next,v3,04/12] gtp: add IPv6 support
    https://git.kernel.org/netdev/net-next/c/999cb275c807
  - [net-next,v3,05/12] gtp: use IPv6 address /64 prefix for UE/MS
    https://git.kernel.org/netdev/net-next/c/c6461ec97b25
  - [net-next,v3,06/12] gtp: pass up link local traffic to userspace socket
    https://git.kernel.org/netdev/net-next/c/e4f88f7381fa
  - [net-next,v3,07/12] gtp: move debugging to skbuff build helper function
    https://git.kernel.org/netdev/net-next/c/e075880459a8
  - [net-next,v3,08/12] gtp: remove IPv4 and IPv6 header from context object
    https://git.kernel.org/netdev/net-next/c/559101a70784
  - [net-next,v3,09/12] gtp: add helper function to build GTP packets from an IPv4 packet
    https://git.kernel.org/netdev/net-next/c/b77732f05ebb
  - [net-next,v3,10/12] gtp: add helper function to build GTP packets from an IPv6 packet
    https://git.kernel.org/netdev/net-next/c/045a7c15e791
  - [net-next,v3,11/12] gtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTP
    https://git.kernel.org/netdev/net-next/c/e30ea48b5e7e
  - [net-next,v3,12/12] gtp: identify tunnel via GTP device + GTP version + TEID + family
    https://git.kernel.org/netdev/net-next/c/c75fc0b9e5be

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



  parent reply	other threads:[~2024-05-10 13:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-06 23:52 [PATCH net-next,v3 00/12] gtp updates for net-next (v3) Pablo Neira Ayuso
2024-05-06 23:52 ` [PATCH net-next,v3 01/12] gtp: remove useless initialization Pablo Neira Ayuso
2024-05-09 10:19   ` Simon Horman
2024-05-10 13:10   ` patchwork-bot+netdevbpf [this message]
2024-05-06 23:52 ` [PATCH net-next,v3 02/12] gtp: properly parse extension headers Pablo Neira Ayuso
2024-05-09 12:14   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 03/12] gtp: prepare for IPv6 support Pablo Neira Ayuso
2024-05-09 12:15   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 04/12] gtp: add " Pablo Neira Ayuso
2024-05-09 12:15   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 05/12] gtp: use IPv6 address /64 prefix for UE/MS Pablo Neira Ayuso
2024-05-09 12:15   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 06/12] gtp: pass up link local traffic to userspace socket Pablo Neira Ayuso
2024-05-09 12:16   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 07/12] gtp: move debugging to skbuff build helper function Pablo Neira Ayuso
2024-05-09 12:16   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 08/12] gtp: remove IPv4 and IPv6 header from context object Pablo Neira Ayuso
2024-05-09 12:17   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 09/12] gtp: add helper function to build GTP packets from an IPv4 packet Pablo Neira Ayuso
2024-05-09 12:17   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 10/12] gtp: add helper function to build GTP packets from an IPv6 packet Pablo Neira Ayuso
2024-05-09 12:17   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 11/12] gtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTP Pablo Neira Ayuso
2024-05-09 12:18   ` Simon Horman
2024-05-06 23:52 ` [PATCH net-next,v3 12/12] gtp: identify tunnel via GTP device + GTP version + TEID + family Pablo Neira Ayuso
2024-05-09 12:19   ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171534662994.12238.5609528418870545724.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=laforge@osmocom.org \
    --cc=netdev@vger.kernel.org \
    --cc=osmith@sysmocom.de \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.org \
    --cc=pespin@sysmocom.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.