From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Soltys Subject: [PATCH net 0/1] bonding: fix PACKET_ORIGDEV regression Date: Mon, 7 Jan 2019 17:29:45 +0100 Message-ID: <20190107162946.13072-1-soltys@ziu.info> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Michal Soltys , netdev@vger.kernel.org, Jay Vosburgh , Vincent Bernat , Mahesh Bandewar , Chonggang Li To: "David S . Miller" Return-path: Received: from drutsystem.com ([84.10.39.251]:59629 "EHLO drutsystem.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726890AbfAGQaJ (ORCPT ); Mon, 7 Jan 2019 11:30:09 -0500 Sender: netdev-owner@vger.kernel.org List-ID: This patch brings back pre-4.12 behavior of handling link local packets, as it turned out that the functionality intended by b89f04c61efe has been available since as early as 2.6.22 (via PACKET_ORIGDEV option) - but wasn't documented in packet(7). Separate patch will add the missing information to packet(7). See v2.6.21-350-g80feaacb8a64 for details about PACKET_ORIGDEV. Michal Soltys (1): bonding: fix PACKET_ORIGDEV regression on bonding masters drivers/net/bonding/bond_main.c | 21 --------------------- 1 file changed, 21 deletions(-) -- 2.20.1