OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Jul 2020 00:25:00 +0000 (17:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jul 2020 00:25:00 +0000 (17:25 -0700)
commit11a20c7152823efe17e282e11cdfcc683d5e2a06
tree720c918546fe2435bb24c28392836f0e4236dd3a
parenta3b658cfb66497525278cbf852913a04dbaae992
parent66486d8943bac36821f66b7e2d33e4c7c691e113
Merge branch '100GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2020-07-01

This series contains updates to the ice driver only.

Jacob implements a devlink region for device capabilities.

Bruce removes structs containing only one-element arrays that are either
unused or only used for indexing. Instead, use pointer arithmetic or
other indexing to access the elements. Converts "C struct hack"
variable-length types to the preferred C99 flexible array member.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>