1. 04 Mar, 2015 1 commit
    • Johannes Berg's avatar
      mac80211: don't do driver suspend with auth/assoc in progress · ef7c6725
      Johannes Berg authored
      Drivers can't really be expected to suspend properly while auth
      or assoc is in progress since then they don't have any state
      they could keep with WoWLAN, nor can they actually finish the
      authentication or association. In fact, keeping this can cause
      subtle issues with drivers like iwlwifi that refuse WoWLAN if
      not associated, but have trouble figuring out what's going on
      in the middle of association.
      
      In any case, regardless of possible driver issues in this area,
      it doesn't make sense for mac80211 to try to WoWLAN-suspend in
      the middle of such operations, so stop them before.
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      ef7c6725
  2. 03 Mar, 2015 10 commits
  3. 28 Feb, 2015 8 commits
  4. 23 Feb, 2015 1 commit
    • Roopa Prabhu's avatar
      bridge: add vlan info to bridge setlink and dellink notification messages · b7853d73
      Roopa Prabhu authored
      vlan add/deletes are not notified to userspace today. This patch adds
      vlan info to bridge newlink/dellink notifications generated from the
      bridge driver. Notifications use the RTEXT_FILTER_BRVLAN_COMPRESSED
      flag to compress vlans into ranges whereever applicable.
      
      The size calculations does not take ranges into account for
      simplicity.  This has the potential for allocating a larger skb than
      required.
      
      There is an existing inconsistency with bridge NEWLINK and DELLINK
      change notifications. Both generate NEWLINK notifications.  Since its
      always a NEWLINK notification, this patch includes all vlans the port
      belongs to in the notification. The NEWLINK and DELLINK request
      messages however only include the vlans to be added and deleted.
      Signed-off-by: default avatarRoopa Prabhu <roopa@cumulusnetworks.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b7853d73
  5. 22 Feb, 2015 8 commits
  6. 20 Feb, 2015 12 commits