1. 23 6月, 2021 2 次提交
  2. 09 6月, 2021 1 次提交
  3. 12 5月, 2021 9 次提交
  4. 06 3月, 2021 1 次提交
  5. 21 1月, 2021 1 次提交
    • F
      mac80211: add rx decapsulation offload support · 80a915ec
      Felix Fietkau 提交于
      This allows drivers to pass 802.3 frames to mac80211, with some restrictions:
      
      - the skb must be passed with a valid sta
      - fast-rx needs to be active for the sta
      - monitor mode needs to be disabled
      
      mac80211 will tell the driver when it is safe to enable rx decap offload for
      a particular station.
      
      In order to implement support, a driver must:
      
      - call ieee80211_hw_set(hw, SUPPORTS_RX_DECAP_OFFLOAD)
      - implement ops->sta_set_decap_offload
      - mark 802.3 frames with RX_FLAG_8023
      
      If it doesn't want to enable offload for some vif types, it can mask out
      IEEE80211_OFFLOAD_DECAP_ENABLED in vif->offload_flags from within the
      .add_interface or .update_vif_offload driver ops
      Signed-off-by: NFelix Fietkau <nbd@nbd.name>
      Link: https://lore.kernel.org/r/20201218184718.93650-6-nbd@nbd.nameSigned-off-by: NJohannes Berg <johannes.berg@intel.com>
      80a915ec
  6. 15 1月, 2021 1 次提交
  7. 11 12月, 2020 2 次提交
  8. 11 11月, 2020 1 次提交
  9. 03 11月, 2020 1 次提交
  10. 28 9月, 2020 2 次提交
  11. 18 9月, 2020 3 次提交
  12. 31 7月, 2020 3 次提交
  13. 25 6月, 2020 1 次提交
  14. 08 6月, 2020 1 次提交
  15. 27 5月, 2020 3 次提交
  16. 24 4月, 2020 2 次提交
  17. 20 3月, 2020 1 次提交
  18. 24 2月, 2020 2 次提交
  19. 07 2月, 2020 1 次提交
  20. 15 1月, 2020 1 次提交
  21. 08 10月, 2019 1 次提交