1. 20 5月, 2015 6 次提交
  2. 12 5月, 2015 1 次提交
  3. 11 5月, 2015 2 次提交
  4. 07 5月, 2015 1 次提交
  5. 06 5月, 2015 8 次提交
  6. 05 5月, 2015 7 次提交
  7. 24 4月, 2015 12 次提交
  8. 23 4月, 2015 1 次提交
  9. 22 4月, 2015 2 次提交
    • J
      mac80211: allow segmentation offloads · 80616c0d
      Johannes Berg 提交于
      Implement the necessary software segmentation on the normal
      TX path so that fast-xmit can use segmentation offload if
      the hardware (or driver) supports it.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      80616c0d
    • J
      mac80211: allow drivers to support S/G · 680a0dab
      Johannes Berg 提交于
      If drivers want to support S/G (really just gather DMA on TX) then
      we can now easily support this on the fast-xmit path since it just
      needs to write to the ethernet header (and already has a check for
      that being possible.)
      
      However, disallow this on the regular TX path (which has to handle
      fragmentation, software crypto, etc.) by calling skb_linearize().
      
      Also allow the related HIGHDMA since that's not interesting to the
      code in mac80211 at all anyway.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      680a0dab