1. 05 2月, 2012 2 次提交
  2. 02 2月, 2012 2 次提交
  3. 27 1月, 2012 1 次提交
    • E
      be2net: allocate more headroom in incoming skbs · bb349bb4
      Eric Dumazet 提交于
      Allocation of 64 bytes in skb headroom is not enough if we have to pull
      ethernet + ipv6 + tcp headers, and/or extra tunneling header.
      
      Its currently not noticed because netdev_alloc_skb_ip_align(64) give us
      more room, thanks to power-of-two kmalloc() roundups.
      
      Make sure we ask for 128 bytes so that side effects of upcoming patches
      from Ian Campbell dont decrease benet rx performance, because of extra
      skb head reallocations.
      Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
      Cc: Ian Campbell <Ian.Campbell@citrix.com>
      Cc: Vasundhara Volam <vasundhara.volam@emulex.com>
      Cc: Sathya Perla <sathya.perla@emulex.com>
      Cc: Ajit Khaparde <ajit.khaparde@emulex.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bb349bb4
  4. 23 1月, 2012 1 次提交
  5. 10 1月, 2012 1 次提交
  6. 31 12月, 2011 3 次提交
  7. 20 12月, 2011 1 次提交
  8. 17 12月, 2011 1 次提交
  9. 14 12月, 2011 2 次提交
  10. 12 12月, 2011 2 次提交
  11. 09 12月, 2011 2 次提交
  12. 27 11月, 2011 5 次提交
  13. 17 11月, 2011 5 次提交
  14. 13 11月, 2011 4 次提交
  15. 09 11月, 2011 1 次提交
  16. 04 11月, 2011 4 次提交
  17. 01 11月, 2011 1 次提交
  18. 28 10月, 2011 2 次提交