1. 21 Feb, 2018 1 commit
  2. 14 Feb, 2018 2 commits
    • Alexander Aring's avatar
      ieee802154: 6lowpan: set IFF_NO_QUEUE · ee6f4a5a
      Alexander Aring authored
      This patch sets the IFF_NO_QUEUE for IEEE 802.15.4 6lowpan interfaces. As
      commit 24dcbf66 ("6lowpan: Don't set IFF_NO_QUEUE") removes it for
      "reasons" from the bluetooth 6lowpan subsystem. In IEEE 802.15.4 the lower
      interface deals with one qdisc for the real hardware, 6LoWPAN does the
      protocol adaption only and no second queuing on top.
      Signed-off-by: default avatarAlexander Aring <aring@mojatatu.com>
      Signed-off-by: default avatarStefan Schmidt <stefan@osg.samsung.com>
      ee6f4a5a
    • David S. Miller's avatar
      Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · 77079683
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      40GbE Intel Wired LAN Driver Updates 2018-02-13
      
      This series contains updates to i40e and i40evf.
      
      Wei Yongjun fixes a function that needed to be "static".  Also fixes the
      use of GFP_KERNEL to GFP_ATOMIC when we have taken a spinlock.
      
      Mitch cleans up several info messages to not include the memory
      addresses being used on the off chance this information could be used
      maliciously.
      
      Alan provides several fixes to the broadcast filters starting with the
      triggering of overflow promiscuous in circumstances where we run out of
      space for broadcast filters to prevent traffic from being unexpectedly
      dropped.  Refactored the code to improve the readability and
      maintainability when we are concerned about when and how overflow
      promiscuous is changed.
      
      Harshitha cleans up a message to make it more clear on what is being
      reset, so users are not confused and think the PF is resetting.
      
      Dave fixes an issue where the MAC, firmware version and NPAR checks used
      to determine if shutting off the firmware LLDP engine is supported or
      not, instead set a hardware flag which ethtool can use.
      
      Jake updates the VF driver to use __dev_uc_sync and __dev_mc_sync, like
      the PF driver.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      77079683
  3. 13 Feb, 2018 37 commits