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
| ||
|
Message-Id: <1482943567-12483-1-git-send-email-thomas.petazzoni@free-electrons.com> Date: Wed, 28 Dec 2016 17:45:56 +0100 From: Thomas Petazzoni <thomas.petazzoni@...e-electrons.com> To: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net> Cc: Jason Cooper <jason@...edaemon.net>, Andrew Lunn <andrew@...n.ch>, Sebastian Hesselbarth <sebastian.hesselbarth@...il.com>, Gregory Clement <gregory.clement@...e-electrons.com>, Nadav Haklai <nadavh@...vell.com>, Hanna Hawa <hannah@...vell.com>, Yehuda Yitschak <yehuday@...vell.com>, linux-arm-kernel@...ts.infradead.org, Stefan Chulski <stefanc@...vell.com>, Marcin Wojtas <mw@...ihalf.com>, Thomas Petazzoni <thomas.petazzoni@...e-electrons.com> Subject: [PATCHv2 net-next 00/11] net: mvpp2: misc improvements and preparation patches Hello, This series contains a number of misc improvements and preparation patches for an upcoming series that adds support for the new PPv2.2 network controller to the mvpp2 driver. The most significant improvements are: - Switching to using build_skb(), which is necessary for the upcoming PPv2.2 support, but anyway a good improvement to the current mvpp2 driver (supporting PPv2.1). - Making the driver build on 64-bit platforms. Changes since v1: - This series is split as a separate series from the larger patch set adding support for PPv2.2 in the mvpp2 driver, as requested by David Miller. - Rebased on top of v4.10-rc1. Thanks! Thomas Thomas Petazzoni (11): net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set() net: mvpp2: handle too large value in mvpp2_rx_time_coal_set() net: mvpp2: release reference to txq_cpu[] entry after unmapping net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue' net: mvpp2: drop useless fields in mvpp2_bm_pool and related code net: mvpp2: simplify mvpp2_bm_bufs_add() net: mvpp2: remove unused register definitions net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT net: mvpp2: simplify MVPP2_PRS_RI_* definitions net: mvpp2: switch to build_skb() in the RX path net: mvpp2: enable building on 64-bit platforms drivers/net/ethernet/marvell/Kconfig | 3 +- drivers/net/ethernet/marvell/mvpp2.c | 161 ++++++++++++++++++++--------------- 2 files changed, 93 insertions(+), 71 deletions(-) -- 2.7.4
Powered by blists - more mailing lists