1. 02 11月, 2016 1 次提交
  2. 30 10月, 2016 1 次提交
  3. 29 1月, 2016 1 次提交
  4. 08 1月, 2016 1 次提交
  5. 04 12月, 2015 1 次提交
  6. 27 10月, 2015 1 次提交
  7. 21 10月, 2015 2 次提交
  8. 16 10月, 2015 1 次提交
  9. 16 9月, 2015 1 次提交
  10. 10 9月, 2015 1 次提交
  11. 01 6月, 2015 1 次提交
  12. 27 1月, 2015 1 次提交
    • E
      net: mv643xx_eth: Fix highmem support in non-TSO egress path · 9e911414
      Ezequiel Garcia 提交于
      Commit 69ad0dd7
      Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
      Date:   Mon May 19 13:59:59 2014 -0300
      
          net: mv643xx_eth: Use dma_map_single() to map the skb fragments
      
      caused a nasty regression by removing the support for highmem skb
      fragments. By using page_address() to get the address of a fragment's
      page, we are assuming a lowmem page. However, such assumption is incorrect,
      as fragments can be in highmem pages, resulting in very nasty issues.
      
      This commit fixes this by using the skb_frag_dma_map() helper,
      which takes care of mapping the skb fragment properly. Additionally,
      the type of mapping is now tracked, so it can be unmapped using
      dma_unmap_page or dma_unmap_single when appropriate.
      
      This commit also fixes the error path in txq_init() to release the
      resources properly.
      
      Fixes: 69ad0dd7 ("net: mv643xx_eth: Use dma_map_single() to map the skb fragments")
      Reported-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NEzequiel Garcia <ezequiel.garcia@free-electrons.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9e911414
  13. 07 11月, 2014 1 次提交
  14. 20 10月, 2014 1 次提交
  15. 03 6月, 2014 4 次提交
  16. 24 5月, 2014 1 次提交
  17. 23 5月, 2014 5 次提交
  18. 14 5月, 2014 1 次提交
  19. 25 3月, 2014 1 次提交
  20. 18 12月, 2013 1 次提交
  21. 10 12月, 2013 1 次提交
  22. 07 12月, 2013 1 次提交
    • J
      ethernet: Fix FSF address in file headers · 0ab75ae8
      Jeff Kirsher 提交于
      Several files refer to an old address for the Free Software Foundation
      in the file header comment.  Resolve by replacing the address with
      the URL <http://www.gnu.org/licenses/> so that we do not have to keep
      updating the header comments anytime the address changes.
      
      CC: Santosh Raspatur <santosh@chelsio.com>
      CC: Dimitris Michailidis <dm@chelsio.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Santiago Leon <santil@linux.vnet.ibm.com>
      CC: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      CC: Olof Johansson <olof@lixom.net>
      CC: Manish Chopra <manish.chopra@qlogic.com>
      CC: Sony Chacko <sony.chacko@qlogic.com>
      CC: Rajesh Borundia <rajesh.borundia@qlogic.com>
      CC: Nicolas Pitre <nico@fluxnic.net>
      CC: Steve Glendinning <steve.glendinning@shawell.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0ab75ae8
  23. 14 11月, 2013 1 次提交
  24. 06 11月, 2013 1 次提交
  25. 03 10月, 2013 4 次提交
  26. 31 8月, 2013 1 次提交
  27. 10 7月, 2013 1 次提交
  28. 20 6月, 2013 1 次提交
  29. 18 6月, 2013 1 次提交