1. 23 May, 2020 14 commits
  2. 22 May, 2020 24 commits
  3. 21 May, 2020 2 commits
    • David S. Miller's avatar
      Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · de1b99ef
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      1GbE Intel Wired LAN Driver Updates 2020-05-19
      
      This series contains updates to igc only.
      
      Sasha cleans up the igc driver code that is not used or needed.
      
      Vitaly cleans up driver code that was used to support Virtualization on
      a device that is not supported by igc, so remove the dead code.
      
      Andre renames a few macros to align with register and field names
      described in the data sheet.  Also adds the VLAN Priority Queue Fliter
      and EType Queue Filter registers to the list of registers dumped by
      igc_get_regs().  Added additional debug messages and updated return codes
      for unsupported features.  Refactored the VLAN priority filtering code to
      move the core logic into igc_main.c.  Cleaned up duplicate code and
      useless code.
      ====================
      Acked-by: default avatarJakub Kicinski <kuba@kernel.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      de1b99ef
    • David S. Miller's avatar
      Merge branch 'uaccess.net' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs · c536fc74
      David S. Miller authored
      Al Viro says:
      
      ====================
      uaccess-related stuff in net/*
      
      Assorted uaccess-related work in net/*.  First, there's
      getting rid of compat_alloc_user_space() mess in MCAST_...
      [gs]etsockopt() - no need to play with copying to/from temporary
      object on userland stack, etc., when ->compat_[sg]etsockopt()
      instances in question can easly do everything without that.
      That's the first 13 patches.  Then there's a trivial bit in
      net/batman-adv (completely unrelated to everything else) and
      finally getting the atm compat ioctls into simpler shape.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c536fc74