1. 17 11月, 2021 3 次提交
  2. 28 10月, 2021 1 次提交
  3. 19 10月, 2021 1 次提交
  4. 14 9月, 2021 1 次提交
  5. 26 8月, 2021 1 次提交
  6. 24 8月, 2021 2 次提交
  7. 16 8月, 2021 1 次提交
  8. 07 8月, 2021 2 次提交
  9. 28 7月, 2021 1 次提交
    • A
      dev_ioctl: split out ndo_eth_ioctl · a7605370
      Arnd Bergmann 提交于
      Most users of ndo_do_ioctl are ethernet drivers that implement
      the MII commands SIOCGMIIPHY/SIOCGMIIREG/SIOCSMIIREG, or hardware
      timestamping with SIOCSHWTSTAMP/SIOCGHWTSTAMP.
      
      Separate these from the few drivers that use ndo_do_ioctl to
      implement SIOCBOND, SIOCBR and SIOCWANDEV commands.
      
      This is a purely cosmetic change intended to help readers find
      their way through the implementation.
      
      Cc: Doug Ledford <dledford@redhat.com>
      Cc: Jason Gunthorpe <jgg@ziepe.ca>
      Cc: Jay Vosburgh <j.vosburgh@gmail.com>
      Cc: Veaceslav Falico <vfalico@gmail.com>
      Cc: Andy Gospodarek <andy@greyhouse.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Vivien Didelot <vivien.didelot@gmail.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      Cc: Vladimir Oltean <olteanv@gmail.com>
      Cc: Leon Romanovsky <leon@kernel.org>
      Cc: linux-rdma@vger.kernel.org
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NJason Gunthorpe <jgg@nvidia.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a7605370
  10. 21 7月, 2021 1 次提交
    • S
      r8169: Avoid duplicate sysfs entry creation error · e9a72f87
      Sayanta Pattanayak 提交于
      When registering the MDIO bus for a r8169 device, we use the PCI
      bus/device specifier as a (seemingly) unique device identifier.
      However the very same BDF number can be used on another PCI segment,
      which makes the driver fail probing:
      
      [ 27.544136] r8169 0002:07:00.0: enabling device (0000 -> 0003)
      [ 27.559734] sysfs: cannot create duplicate filename '/class/mdio_bus/r8169-700'
      ....
      [ 27.684858] libphy: mii_bus r8169-700 failed to register
      [ 27.695602] r8169: probe of 0002:07:00.0 failed with error -22
      
      Add the segment number to the device name to make it more unique.
      
      This fixes operation on ARM N1SDP boards, with two boards connected
      together to form an SMP system, and all on-board devices showing up
      twice, just on different PCI segments. A similar issue would occur on
      large systems with many PCI slots and multiple RTL8169 NICs.
      
      Fixes: f1e911d5 ("r8169: add basic phylib support")
      Signed-off-by: NSayanta Pattanayak <sayanta.pattanayak@arm.com>
      [Andre: expand commit message, use pci_domain_nr()]
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Acked-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e9a72f87
  11. 17 6月, 2021 1 次提交
  12. 12 6月, 2021 1 次提交
  13. 29 5月, 2021 1 次提交
  14. 18 5月, 2021 1 次提交
  15. 18 4月, 2021 1 次提交
    • H
      r8169: keep pause settings on interface down/up cycle · 11ac4e66
      Heiner Kallweit 提交于
      Currently, if the user changes the pause settings, the default settings
      will be restored after an interface down/up cycle, and also when
      resuming from suspend. This doesn't seem to provide the best user
      experience. Change this to keep user settings, and just ensure that in
      jumbo mode pause is disabled.
      Small drawback: When switching back mtu from jumbo to non-jumbo then
      pause remains disabled (but user can enable it using ethtool).
      I think that's a not too common scenario and acceptable.
      Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      11ac4e66
  16. 15 4月, 2021 2 次提交
  17. 10 4月, 2021 1 次提交
  18. 01 4月, 2021 1 次提交
  19. 26 3月, 2021 1 次提交
  20. 21 3月, 2021 2 次提交
  21. 20 3月, 2021 1 次提交
  22. 06 3月, 2021 1 次提交
  23. 26 2月, 2021 1 次提交
  24. 18 2月, 2021 1 次提交
  25. 17 2月, 2021 1 次提交
  26. 16 2月, 2021 3 次提交
  27. 12 2月, 2021 3 次提交
  28. 07 2月, 2021 1 次提交
  29. 03 2月, 2021 2 次提交