]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf...
authorJakub Kicinski <kuba@kernel.org>
Thu, 2 Apr 2026 02:02:43 +0000 (19:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 2 Apr 2026 02:02:44 +0000 (19:02 -0700)
commit6c3dec3e3d205c0560fc25e36488ddfb5fbad6a5
treebd6548a0fbfd0e410c97e61ef17e0be40ce888e2
parent2897c697b3266cae753e2349098cd98f36891c19
parent64c535db769e9ab917343d61045802e832d621ed
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next

Martin KaFai Lau says:

====================
pull-request: bpf-next 2026-04-01

We've added 2 non-merge commits during the last 2 day(s) which contain
a total of 3 files changed, 139 insertions(+), 23 deletions(-).

The main changes are:

1) skb_dst_drop(skb) when bpf prog does a encap or decap,
   from Jakub Kicinski

* tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next:
  selftests/bpf: Test that dst is cleared on same-protocol encap
  net: Clear the dst when performing encap / decap
====================

Link: https://patch.msgid.link/20260401233956.4133413-1-martin.lau@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>