1. 08 Jan, 2020 2 commits
    • yu kuai's avatar
      net: 3com: 3c59x: remove set but not used variable 'mii_reg1' · e1027745
      yu kuai authored
      Fixes gcc '-Wunused-but-set-variable' warning:
      
      drivers/net/ethernet/3com/3c59x.c: In function ‘vortex_up’:
      drivers/net/ethernet/3com/3c59x.c:1551:9: warning: variable
      ‘mii_reg1’ set but not used [-Wunused-but-set-variable]
      
      It is never used, and so can be removed.
      Signed-off-by: default avataryu kuai <yukuai3@huawei.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e1027745
    • David S. Miller's avatar
      Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux · 94d39978
      David S. Miller authored
      Saeed Mahameed says:
      
      ====================
      mlx5-updates-2020-01-07
      
      This series adds 2 sets of changes to mlx5 driver
      1) Misc updates and cleanups:
      
      1.1) Stack usages warning cleanups and log level reduction
      1.2) Increase the max number of supported rings
      1.3) Support accept TC action on native NIC netdev.
      
      2) Software steering support for multi destination steering rules:
      First three patches from Erez are adding the low level FW command support
      and SW steering infrastructure to create the mult-destination FW tables.
      
      Last four patches from Alex are introducing the needed changes and APIs in
      SW steering to create and manage multi-destination actions and rules.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      94d39978
  2. 07 Jan, 2020 37 commits
  3. 06 Jan, 2020 1 commit