1. 20 1月, 2010 2 次提交
  2. 19 1月, 2010 1 次提交
  3. 16 1月, 2010 4 次提交
  4. 13 1月, 2010 20 次提交
  5. 12 1月, 2010 1 次提交
    • F
      mac80211: fix queue selection for data frames on monitor interfaces · 193e70ef
      Felix Fietkau 提交于
      When ieee80211_monitor_select_queue encounters data frames, it selects
      the WMM AC based on skb->priority and assumes that skb->priority
      contains a valid 802.1d tag. However this assumption is incorrect, since
      ieee80211_select_queue has not been called at this point.
      If skb->priority > 7, an array overrun occurs, which could lead to
      invalid values, resulting in crashes in the tx path.
      Fix this by setting skb->priority based on the 802.11 header for QoS
      frames and using the default AC for all non-QoS frames.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      193e70ef
  6. 09 1月, 2010 3 次提交
  7. 07 1月, 2010 2 次提交
  8. 06 1月, 2010 5 次提交
  9. 05 1月, 2010 1 次提交
  10. 29 12月, 2009 1 次提交