1. 09 8月, 2014 1 次提交
  2. 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
  3. 05 2月, 2013 1 次提交
  4. 10 5月, 2012 2 次提交
  5. 05 2月, 2012 3 次提交
  6. 11 8月, 2011 1 次提交
  7. 22 6月, 2011 1 次提交
  8. 16 3月, 2011 1 次提交
  9. 29 10月, 2010 1 次提交
  10. 15 7月, 2010 1 次提交
  11. 16 6月, 2010 1 次提交
  12. 27 3月, 2010 1 次提交
  13. 15 1月, 2010 1 次提交
  14. 12 9月, 2009 1 次提交
  15. 07 9月, 2009 2 次提交
  16. 27 8月, 2009 2 次提交
  17. 24 8月, 2009 2 次提交
  18. 06 8月, 2009 1 次提交
  19. 28 7月, 2009 1 次提交
  20. 20 7月, 2009 1 次提交
  21. 29 4月, 2009 1 次提交
  22. 09 4月, 2009 5 次提交
  23. 15 3月, 2009 2 次提交
  24. 10 3月, 2009 1 次提交
  25. 27 2月, 2009 1 次提交
  26. 15 1月, 2009 1 次提交
  27. 07 8月, 2008 1 次提交
  28. 23 7月, 2008 1 次提交
    • D
      netxen: cut-through rx changes · d9e651bc
      Dhananjay Phadke 提交于
      NX3031 supports cut-through operation where ingress packets are
      directly dma'ed into host buffers to reduce latency.
      
      This requires larger dma buffers (2kb) and different alignemnt.
      
      The buffer posting logic is changed a bit. The free rx buffers
      are maintained in linked list, since the received reference
      handles can be out of order. However rx descriptors are still
      posted sequentially, indexed by producer.
      Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      d9e651bc