All of lore.kernel.org
 help / color / mirror / Atom feed
* pull-request: mac80211 2016-04-06
@ 2016-04-06 13:19 ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2016-04-06 13:19 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-wireless

Hi Dave,

First set of fixes for 4.6. Nothing really stands out.

Let me know if there's any problem.

Thanks,
johannes



The following changes since commit 05cf8077e54b20dddb756eaa26f3aeb5c38dd3cf:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-04-01 20:03:33 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2016-04-06

for you to fetch changes up to b4201cc4fc6e1c57d6d306b1f787865043d60129:

  mac80211: fix "warning: ‘target_metric’ may be used uninitialized" (2016-04-06 15:10:25 +0200)

----------------------------------------------------------------
For the current RC series, we have the following fixes:
 * TDLS fixes from Arik and Ilan
 * rhashtable fixes from Ben and myself
 * documentation fixes from Luis
 * U-APSD fixes from Emmanuel
 * a TXQ fix from Felix
 * and a compiler warning suppression from Jeff

----------------------------------------------------------------
Arik Nemtsov (3):
      mac80211: TDLS: always downgrade invalid chandefs
      mac80211: TDLS: change BW calculation for WIDER_BW peers
      mac80211: recalc min_def chanctx even when chandef is identical

Ben Greear (1):
      mac80211: ensure no limits on station rhashtable

Emmanuel Grumbach (2):
      mac80211: don't send deferred frames outside the SP
      mac80211: close the SP when we enqueue frames during the SP

Felix Fietkau (1):
      mac80211: fix AP buffered multicast frames with queue control and txq

Ilan Peer (1):
      mac80211: Fix BW upgrade for TDLS peers

Jeff Mahoney (1):
      mac80211: fix "warning: ‘target_metric’ may be used uninitialized"

Johannes Berg (1):
      mac80211: properly deal with station hashtable insert errors

Luis de Bethencourt (2):
      mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
      mac80211: remove description of dropped member

 include/net/mac80211.h     |  2 ++
 net/mac80211/chan.c        |  4 +++-
 net/mac80211/ieee80211_i.h |  4 ++++
 net/mac80211/mesh_hwmp.c   |  2 +-
 net/mac80211/sta_info.c    | 14 +++++++++-----
 net/mac80211/sta_info.h    |  1 -
 net/mac80211/tdls.c        | 43 +++++++++++++++++++++++++++++++++++--------
 net/mac80211/tx.c          | 13 +++++++++----
 net/mac80211/vht.c         | 30 +++++++++++++++++++++++++-----
 9 files changed, 88 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* pull-request: mac80211 2016-04-06
@ 2016-04-06 13:19 ` Johannes Berg
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2016-04-06 13:19 UTC (permalink / raw)
  To: David Miller
  Cc: netdev-u79uwXL29TY76Z2rM5mHXA, linux-wireless-u79uwXL29TY76Z2rM5mHXA

Hi Dave,

First set of fixes for 4.6. Nothing really stands out.

Let me know if there's any problem.

Thanks,
johannes



The following changes since commit 05cf8077e54b20dddb756eaa26f3aeb5c38dd3cf:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-04-01 20:03:33 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2016-04-06

for you to fetch changes up to b4201cc4fc6e1c57d6d306b1f787865043d60129:

  mac80211: fix "warning: ‘target_metric’ may be used uninitialized" (2016-04-06 15:10:25 +0200)

----------------------------------------------------------------
For the current RC series, we have the following fixes:
 * TDLS fixes from Arik and Ilan
 * rhashtable fixes from Ben and myself
 * documentation fixes from Luis
 * U-APSD fixes from Emmanuel
 * a TXQ fix from Felix
 * and a compiler warning suppression from Jeff

----------------------------------------------------------------
Arik Nemtsov (3):
      mac80211: TDLS: always downgrade invalid chandefs
      mac80211: TDLS: change BW calculation for WIDER_BW peers
      mac80211: recalc min_def chanctx even when chandef is identical

Ben Greear (1):
      mac80211: ensure no limits on station rhashtable

Emmanuel Grumbach (2):
      mac80211: don't send deferred frames outside the SP
      mac80211: close the SP when we enqueue frames during the SP

Felix Fietkau (1):
      mac80211: fix AP buffered multicast frames with queue control and txq

Ilan Peer (1):
      mac80211: Fix BW upgrade for TDLS peers

Jeff Mahoney (1):
      mac80211: fix "warning: ‘target_metric’ may be used uninitialized"

Johannes Berg (1):
      mac80211: properly deal with station hashtable insert errors

Luis de Bethencourt (2):
      mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
      mac80211: remove description of dropped member

 include/net/mac80211.h     |  2 ++
 net/mac80211/chan.c        |  4 +++-
 net/mac80211/ieee80211_i.h |  4 ++++
 net/mac80211/mesh_hwmp.c   |  2 +-
 net/mac80211/sta_info.c    | 14 +++++++++-----
 net/mac80211/sta_info.h    |  1 -
 net/mac80211/tdls.c        | 43 +++++++++++++++++++++++++++++++++++--------
 net/mac80211/tx.c          | 13 +++++++++----
 net/mac80211/vht.c         | 30 +++++++++++++++++++++++++-----
 9 files changed, 88 insertions(+), 25 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pull-request: mac80211 2016-04-06
  2016-04-06 13:19 ` Johannes Berg
  (?)
@ 2016-04-08 20:41 ` David Miller
  -1 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2016-04-08 20:41 UTC (permalink / raw)
  To: johannes; +Cc: netdev, linux-wireless

From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed,  6 Apr 2016 15:19:58 +0200

> First set of fixes for 4.6. Nothing really stands out.
> 
> Let me know if there's any problem.

Pulled, thanks Johannes.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-08 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06 13:19 pull-request: mac80211 2016-04-06 Johannes Berg
2016-04-06 13:19 ` Johannes Berg
2016-04-08 20:41 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.