All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: bcmgenet: support for flow control
@ 2021-09-26  3:21 Florian Fainelli
  2021-09-26  3:21 ` [PATCH net-next 1/4] net: bcmgenet: remove netif_carrier_off from adjust_link Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Florian Fainelli @ 2021-09-26  3:21 UTC (permalink / raw)
  To: netdev
  Cc: Florian Fainelli, Doug Berger, David S. Miller, Jakub Kicinski,
	open list:BROADCOM GENET ETHERNET DRIVER, open list

This patch series adds support for flow control to the GENET driver, the
first 2 patches remove superfluous code, the 3rd one does re-organize
code a little bit and the 4th one ads the support for flow control
proper.

Doug Berger (4):
  net: bcmgenet: remove netif_carrier_off from adjust_link
  net: bcmgenet: remove old link state values
  net: bcmgenet: pull mac_config from adjust_link
  net: bcmgenet: add support for ethtool flow control

 .../net/ethernet/broadcom/genet/bcmgenet.c    |  56 ++++++-
 .../net/ethernet/broadcom/genet/bcmgenet.h    |   8 +-
 drivers/net/ethernet/broadcom/genet/bcmmii.c  | 155 +++++++++---------
 3 files changed, 130 insertions(+), 89 deletions(-)

-- 
2.25.1


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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26  3:21 [PATCH net-next 0/4] net: bcmgenet: support for flow control Florian Fainelli
2021-09-26  3:21 ` [PATCH net-next 1/4] net: bcmgenet: remove netif_carrier_off from adjust_link Florian Fainelli
2021-09-26 13:59   ` Andrew Lunn
2021-09-26  3:21 ` [PATCH net-next 2/4] net: bcmgenet: remove old link state values Florian Fainelli
2021-09-26 14:00   ` Andrew Lunn
2021-09-26  3:21 ` [PATCH net-next 3/4] net: bcmgenet: pull mac_config from adjust_link Florian Fainelli
2021-09-26 14:05   ` Andrew Lunn
2021-09-26  3:21 ` [PATCH net-next 4/4] net: bcmgenet: add support for ethtool flow control Florian Fainelli
2021-09-26 14:26   ` Andrew Lunn
2021-10-12 19:13     ` Doug Berger
2021-10-25 17:15       ` Florian Fainelli

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.