1. 22 11月, 2008 1 次提交
  2. 04 11月, 2008 4 次提交
  3. 31 10月, 2008 1 次提交
  4. 28 10月, 2008 2 次提交
  5. 09 9月, 2008 1 次提交
  6. 04 9月, 2008 1 次提交
    • E
      bnx2x: Accessing un-mapped page · 437cf2f1
      Eilon Greenstein 提交于
      The allocated RX buffer size was 64 bytes bigger than the PCI mapped
      size with no good reason. If the packet was actually using the buffer up
      to its limit and if the last 64 bytes of the buffer crossed 4KB boundary
      then an unmapped PCI page was accessed. The fix is to use only one
      parameter for the buffer size - there is no need to differentiate
      between the buffer size and the PCI mapping size since the extra 64
      bytes can actually be used by the FW to align the Ethernet payload to
      64 bytes.
      
      Also updating the driver version and date
      Signed-off-by: NEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      437cf2f1
  7. 26 8月, 2008 9 次提交
  8. 14 8月, 2008 21 次提交