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:   Tue, 20 Jul 2021 14:20:04 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Peilin Ye <yepeilin.cs@...il.com>
Cc:     jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us,
        peilin.ye@...edance.com, davem@...emloft.net, kuba@...nel.org,
        cong.wang@...edance.com, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH net] net/sched: act_skbmod: Skip non-Ethernet packets

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Mon, 19 Jul 2021 16:41:24 -0700 you wrote:
> From: Peilin Ye <peilin.ye@...edance.com>
> 
> Currently tcf_skbmod_act() assumes that packets use Ethernet as their L2
> protocol, which is not always the case.  As an example, for CAN devices:
> 
> 	$ ip link add dev vcan0 type vcan
> 	$ ip link set up vcan0
> 	$ tc qdisc add dev vcan0 root handle 1: htb
> 	$ tc filter add dev vcan0 parent 1: protocol ip prio 10 \
> 		matchall action skbmod swap mac
> 
> [...]

Here is the summary with links:
  - [net] net/sched: act_skbmod: Skip non-Ethernet packets
    https://git.kernel.org/netdev/net/c/727d6a8b7ef3

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