1. 21 Oct, 2021 12 commits
  2. 28 Sep, 2021 1 commit
  3. 27 Sep, 2021 8 commits
  4. 24 Sep, 2021 2 commits
  5. 23 Sep, 2021 9 commits
  6. 22 Sep, 2021 6 commits
  7. 21 Sep, 2021 2 commits
    • Mianhan Liu's avatar
      net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_ipv4.c · 07b85562
      Mianhan Liu authored
      sysctl_net_ipv4.c hasn't use any macro or function declared in igmp.h,
      inetdevice.h, mm.h, module.h, nsproxy.h, swap.h, inet_frag.h, route.h
      and snmp.h. Thus, these files can be removed from sysctl_net_ipv4.c
      safely without affecting the compilation of the net module.
      Signed-off-by: default avatarMianhan Liu <liumh1@shanghaitech.edu.cn>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      07b85562
    • David S. Miller's avatar
      Merge branch 'iddq-sr-mode' · 6a380753
      David S. Miller authored
      Florian Fainelli says:
      
      ====================
      net: phy: broadcom: IDDQ-SR mode
      
      This patch series adds support for the IDDQ with soft recovery mode
      which allows power savings of roughly 150mW compared to a simple
      BMCR.PDOWN power off (called standby power down in Broadcom datasheets).
      
      In order to leverage these modes we add a new PHY driver flags for
      drivers to opt-in for that behavior, the PHY driver is modified to do
      the appropriate programming and the PHYs on which this was tested get
      updated to have an appropriate suspend/resume set of functions.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6a380753