Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorJakub Kicinski <kuba@kernel.org>
Fri, 10 Jun 2022 06:02:02 +0000 (23:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 10 Jun 2022 06:02:03 +0000 (23:02 -0700)
commitce1d8e74f779ed0a35becdc81c3f9b3fa9603b13
tree20148d375ba50860deac49ea6e529bcdb0cab4d9
parent3000024ccc8e080a4c1fd10bba3fd596f8117a7a
parenta4da4913a04de89b75ff874e5962deee2b8be177
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2022-06-08

Michal prevents setting of VF VLAN capabilities in switchdev mode and
removes, not needed, specific switchdev VLAN operations.

Karol converts u16 variables to unsigned int for GNSS calculations.

Christophe Jaillet corrects the parameter order for a couple of
devm_kcalloc() calls.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue:
  ice: Use correct order for the parameters of devm_kcalloc()
  ice: remove u16 arithmetic in ice_gnss
  ice: remove VLAN representor specific ops
  ice: don't set VF VLAN caps in switchdev
====================

Link: https://lore.kernel.org/r/20220608160757.2395729-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>