mbox series

[PATHv2,0/9] net fixes prior lwip

Message ID 20231225153929.8284-1-maxim.uvarov@linaro.org
Headers show
Series net fixes prior lwip | expand

Message

Maxim Uvarov Dec. 25, 2023, 3:39 p.m. UTC
Add small net fixes prior lwip patches.

v2: - rebase on the top of master tree with descriptions fixes
      suggested in review comments.

Maxim Uvarov (9):
  test_net: print out net list
  net: sandbox: fix NULL pointer derefences
  net/smc911x: fix return from smc911x_send
  sandbox: eth-raw-os: successful return code is 0
  driver/net/rtl8139: remove debug print
  mach-socfpga: do not overlap defines with lwip
  bcm_ns3: use device specific naming for variables
  omap3: use device specific naming for mem_init
  Makefile: add dtbs to clean

 Makefile                                           | 3 ++-
 arch/arm/include/asm/arch-omap3/mem.h              | 2 +-
 arch/arm/mach-omap2/omap3/board.c                  | 2 +-
 arch/arm/mach-omap2/omap3/emif4.c                  | 4 ++--
 arch/arm/mach-omap2/omap3/sdrc.c                   | 6 +++---
 arch/arm/mach-socfpga/include/mach/handoff_soc64.h | 6 ------
 arch/arm/mach-socfpga/wrap_handoff_soc64.c         | 9 +++++++++
 arch/sandbox/cpu/eth-raw-os.c                      | 2 +-
 drivers/net/rtl8139.c                              | 2 +-
 drivers/net/sandbox.c                              | 3 +++
 drivers/net/smc911x.c                              | 2 +-
 include/configs/bcm_ns3.h                          | 6 +++---
 test/py/tests/test_net.py                          | 2 ++
 13 files changed, 29 insertions(+), 20 deletions(-)