All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-06-30
@ 2022-06-30 21:19 Tony Nguyen
  2022-06-30 21:19 ` [PATCH net-next 1/5] ice: Add support for double VLAN in switchdev Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2022-06-30 21:19 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to ice driver only.

Martyna adds support for VLAN related TC switchdev filters and reworks
dummy packet implementation of VLANs to enable dynamic header insertion to
allow for more rule types.

Lu Wei utilizes eth_broadcast_addr() helper over an open coded version.

Ziyang Xuan removes unneeded NULL checks.

The following are changes since commit bf48c3fae6d78d6418f62bd3259cd62dd16f83ec:
  Merge branch 'net-neigh-introduce-interval_probe_time-for-periodic-probe'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Lu Wei (1):
  ice: use eth_broadcast_addr() to set broadcast address

Martyna Szapar-Mudlaw (3):
  ice: Add support for double VLAN in switchdev
  ice: Add support for VLAN TPID filters in switchdev
  ice: switch: dynamically add VLAN headers to dummy packets

Ziyang Xuan (1):
  ice: Remove unnecessary NULL check before dev_put

 drivers/net/ethernet/intel/ice/ice_lag.c      |   6 +-
 .../ethernet/intel/ice/ice_protocol_type.h    |   9 +-
 drivers/net/ethernet/intel/ice/ice_switch.c   | 386 ++++++++++--------
 drivers/net/ethernet/intel/ice/ice_switch.h   |   1 +
 drivers/net/ethernet/intel/ice/ice_tc_lib.c   |  66 ++-
 drivers/net/ethernet/intel/ice/ice_tc_lib.h   |   3 +
 .../net/ethernet/intel/ice/ice_vlan_mode.c    |   1 -
 7 files changed, 283 insertions(+), 189 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-01 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 21:19 [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-06-30 Tony Nguyen
2022-06-30 21:19 ` [PATCH net-next 1/5] ice: Add support for double VLAN in switchdev Tony Nguyen
2022-06-30 21:19 ` [PATCH net-next 2/5] ice: Add support for VLAN TPID filters " Tony Nguyen
2022-06-30 21:19 ` [PATCH net-next 3/5] ice: switch: dynamically add VLAN headers to dummy packets Tony Nguyen
2022-06-30 21:19 ` [PATCH net-next 4/5] ice: use eth_broadcast_addr() to set broadcast address Tony Nguyen
2022-06-30 21:20 ` [PATCH net-next 5/5] ice: Remove unnecessary NULL check before dev_put Tony Nguyen
2022-07-01 10:40 ` [PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-06-30 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.