mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] e1000 and rtl8169 drivers fixes
@ 2022-07-20 13:30 Denis Orlov
  2022-07-20 13:30 ` [PATCH 1/7] net: e1000: remove superfluous allocation check Denis Orlov
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Denis Orlov @ 2022-07-20 13:30 UTC (permalink / raw)
  To: barebox; +Cc: Denis Orlov

Denis Orlov (7):
  net: e1000: remove superfluous allocation check
  net: e1000: properly read/write MDI registers on 8254x cards
  net: e1000: do not actually acquire/put swfw_sync on 8254x cards
  net: e1000: configure tx/rx and rctl in open() instead of init()
  net: rtl8169: properly map rx/tx buffers for dma
  net: rtl8169: enable pci device bus mastering on ifup
  net: rtl8169: free allocated memory on halt()

 drivers/net/e1000/e1000.h |  3 +++
 drivers/net/e1000/main.c  | 44 +++++++++++++++++++++++++++------
 drivers/net/rtl8169.c     | 51 ++++++++++++++++++++++++++-------------
 3 files changed, 73 insertions(+), 25 deletions(-)

-- 
2.20.1




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

end of thread, other threads:[~2022-08-09  6:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 13:30 [PATCH 0/7] e1000 and rtl8169 drivers fixes Denis Orlov
2022-07-20 13:30 ` [PATCH 1/7] net: e1000: remove superfluous allocation check Denis Orlov
2022-07-20 13:30 ` [PATCH 2/7] net: e1000: properly read/write MDI registers on 8254x cards Denis Orlov
2022-07-20 13:30 ` [PATCH 3/7] net: e1000: do not actually acquire/put swfw_sync " Denis Orlov
2022-07-20 13:30 ` [PATCH 4/7] net: e1000: configure tx/rx and rctl in open() instead of init() Denis Orlov
2022-07-20 13:30 ` [PATCH 5/7] net: rtl8169: properly map rx/tx buffers for dma Denis Orlov
2022-07-20 13:30 ` [PATCH 6/7] net: rtl8169: enable pci device bus mastering on ifup Denis Orlov
2022-07-20 13:31 ` [PATCH 7/7] net: rtl8169: free allocated memory on halt() Denis Orlov
2022-08-09  6:48 ` [PATCH 0/7] e1000 and rtl8169 drivers fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox