05 Jun, 2019

1 commit

  • Based on 1 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license v2 0 as
    published by the free software foundation this program is
    distributed in the hope that it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 23 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Alexios Zavras
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190529141901.115786599@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

16 May, 2016

2 commits

  • Some ethernet adapter vendors are supplying products which support optional
    (payed license) features. On some adapters this includes a hardware iscsi
    initiator. The same adapters in a normal (no extra licenses) mode of
    operation can be used as a software iscsi initiator. In addition, software
    iscsi boot initiators are becoming a standard part of many vendors uefi
    implementations. This is creating difficulties during early boot/install
    determining the proper configuration method for these adapters when they
    are used as a boot device.

    The attached patch creates sysfs entries to expose information from the
    acpi header of the ibft table. This information allows for a method to
    easily determining if an ibft table was created by a ethernet card's
    firmware or the system uefi/bios. In the case of a hardware initiator this
    information in combination with the pci vendor and device id can be used
    to ascertain any vendor specific behaviors that need to be accommodated.

    Reviewed-by: Lee Duncan
    Signed-off-by: David Bond
    Signed-off-by: Konrad Rzeszutek Wilk

    David Bond
     
  • The iBFT table only specifies a prefix length, not a netmask.
    And the netmask is pretty much pointless for IPv6.
    So introduce a new attribute 'prefix-len'.

    Some older user-space code might rely on the netmask attribute
    being present, so we should always display it.

    Changes from v1:
    - Combined two patches into one

    Changes from v2:
    - Cleaned up/corrected wording for patch description

    Signed-off-by: Hannes Reinecke
    Signed-off-by: Lee Duncan
    Reviewed-by: Mike Christie
    Signed-off-by: Konrad Rzeszutek Wilk

    Hannes Reinecke
     

16 Mar, 2014

1 commit


04 Jan, 2012

1 commit


30 Jun, 2011

2 commits


06 Aug, 2010

1 commit