aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJussi Maki <[email protected]>2021-08-12 14:52:41 +0000
committerJakub Kicinski <[email protected]>2021-08-13 14:03:28 -0700
commit39a0876d595bd7c7512782dfcce0ee66f65bf221 (patch)
treea0f33adadc502dabf2a903ab8b0ebe2ef928de77 /net/unix/af_unix.c
parent876c14ad014d0e39c57cbfde53e13d17cdb6d645 (diff)
net, bonding: Disallow vlan+srcmac with XDP
The new vlan+srcmac xmit policy is not implementable with XDP since in many cases the 802.1Q payload is not present in the packet. This can be for example due to hardware offload or in the case of veth due to use of skbuffs internally. This also fixes the NULL deref with the vlan+srcmac xmit policy reported by Jonathan Toppins by additionally checking the skb pointer. Fixes: a815bde56b15 ("net, bonding: Refactor bond_xmit_hash for use with xdp_buff") Reported-by: Jonathan Toppins <[email protected]> Signed-off-by: Jussi Maki <[email protected]> Reviewed-by: Jonathan Toppins <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions