1. 11 Jan, 2023 15 commits
  2. 10 Jan, 2023 23 commits
  3. 09 Jan, 2023 2 commits
    • Jakub Kicinski's avatar
      net: skb: remove old comments about frag_size for build_skb() · 12c1604a
      Jakub Kicinski authored
      Since commit ce098da1 ("skbuff: Introduce slab_build_skb()")
      drivers trying to build skb around slab-backed buffers should
      go via slab_build_skb() rather than passing frag_size = 0 to
      the main build_skb().
      
      Remove the copy'n'pasted comments about 0 meaning slab.
      Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      12c1604a
    • David S. Miller's avatar
      Merge branch 'r8152-NCM-firmwares' · 0fd43d0c
      David S. Miller authored
      Bjørn Mork says:
      
      ====================
      r8152: allow firmwares with NCM support
      
      Some device and firmware combinations with NCM support will
      end up using the cdc_ncm driver by default.  This is sub-
      optimal for the same reasons we've previously accepted the
      blacklist hack in cdc_ether.
      
      The recent support for subclassing the generic USB device
      driver allows us to create a very slim driver with the same
      functionality.  This patch set uses that to implement a
      device specific configuration default which is independent
      of any USB interface drivers.  This means that it works
      equally whether the device initially ends up in NCM or ECM
      mode, without depending on any code in the respective class
      drivers.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      0fd43d0c