All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-12-15
@ 2021-12-15 19:34 Tony Nguyen
  2021-12-15 19:34 ` [PATCH net 1/5] igb: Fix removal of unicast MAC filters of VFs Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2021-12-15 19:34 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev

This series contains updates to igb, igbvf, igc and ixgbe drivers.

Karen moves checks for invalid VF MAC filters to occur earlier for
igb.

Letu Ren fixes a double free issue in igbvf probe.

Sasha fixes incorrect min value being used when calculating for max for
igc.

Robert Schlabbach adds documentation on enabling NBASE-T support for
ixgbe.

Cyril Novikov adds missing initialization of MDIO bus speed for ixgbe.

The following are changes since commit 1d1c950faa81e1c287c9e14f307f845b190eb578:
  Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Cyril Novikov (1):
  ixgbe: set X550 MDIO speed before talking to PHY

Karen Sornek (1):
  igb: Fix removal of unicast MAC filters of VFs

Letu Ren (1):
  igbvf: fix double free in `igbvf_probe`

Robert Schlabbach (1):
  ixgbe: Document how to enable NBASE-T support

Sasha Neftin (1):
  igc: Fix typo in i225 LTR functions

 .../device_drivers/ethernet/intel/ixgbe.rst   | 16 +++++++++++
 drivers/net/ethernet/intel/igb/igb_main.c     | 28 +++++++++----------
 drivers/net/ethernet/intel/igbvf/netdev.c     |  1 +
 drivers/net/ethernet/intel/igc/igc_i225.c     |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  4 +++
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c |  3 ++
 6 files changed, 39 insertions(+), 15 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-12-16 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 19:34 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-12-15 Tony Nguyen
2021-12-15 19:34 ` [PATCH net 1/5] igb: Fix removal of unicast MAC filters of VFs Tony Nguyen
2021-12-15 19:34 ` [PATCH net 2/5] igbvf: fix double free in `igbvf_probe` Tony Nguyen
2021-12-15 19:34 ` [PATCH net 3/5] igc: Fix typo in i225 LTR functions Tony Nguyen
2021-12-15 19:34 ` [PATCH net 4/5] ixgbe: Document how to enable NBASE-T support Tony Nguyen
2021-12-15 19:34 ` [PATCH net 5/5] ixgbe: set X550 MDIO speed before talking to PHY Tony Nguyen
2021-12-16 10:40 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-12-15 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.