1. 31 Jul, 2020 18 commits
  2. 30 Jul, 2020 20 commits
  3. 29 Jul, 2020 2 commits
    • Brian Vazquez's avatar
      fib: fix fib_rules_ops indirect calls wrappers · 41d707b7
      Brian Vazquez authored
      This patch fixes:
      commit b9aaec8f ("fib: use indirect call wrappers in the most common
      fib_rules_ops") which didn't consider the case when
      CONFIG_IPV6_MULTIPLE_TABLES is not set.
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Fixes: b9aaec8f ("fib: use indirect call wrappers in the most common fib_rules_ops")
      Signed-off-by: default avatarBrian Vazquez <brianvv@google.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      41d707b7
    • David S. Miller's avatar
      Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · a41cf09b
      David S. Miller authored
      Tony Nguyen says:
      
      ====================
      100GbE Intel Wired LAN Driver Updates 2020-07-29
      
      This series contains updates to the ice driver only.
      
      Dave works around LFC settings not being preserved through link events.
      Fixes link issues with GLOBR reset and handling of multiple link events.
      
      Nick restores VF MSI-X after PCI reset.
      
      Kiran corrects the error code returned in ice_aq_sw_rules if the rule
      does not exist.
      
      Paul prevents overwriting of user set descriptors.
      
      Tarun adds masking before accessing rate limiting profile types and
      corrects queue bandwidth configuration.
      
      Victor modifies Tx queue scheduler distribution to spread more evenly
      across queue group nodes.
      
      Krzysztof sets need_wakeup flag for Tx AF_XDP.
      
      Brett allows VLANs in safe mode.
      
      Marcin cleans up VSIs on probe failure.
      
      Bruce reduces the scope of a variable.
      
      Ben removes a FW workaround.
      
      Tony fixes an unused parameter warning.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a41cf09b