1. 09 10月, 2013 1 次提交
    • N
      net: sh_eth: Fix RX packets errors on R8A7740 · 2c6221e4
      Nguyen Hong Ky 提交于
      This patch will fix RX packets errors when receiving big size
      of data by set bit RNC = 1.
      
      RNC - Receive Enable Control
      
      0: Upon completion of reception of one frame, the E-DMAC writes
      the receive status to the descriptor and clears the RR bit in
      EDRRR to 0.
      
      1: Upon completion of reception of one frame, the E-DMAC writes
      (writes back) the receive status to the descriptor. In addition,
      the E-DMAC reads the next descriptor and prepares for reception
      of the next frame.
      
      In addition, for get more stable when receiving packets, I set
      maximum size for the transmit/receive FIFO and inserts padding
      in receive data.
      Signed-off-by: NNguyen Hong Ky <nh-ky@jinso.co.jp>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2c6221e4
  2. 08 10月, 2013 2 次提交
  3. 03 10月, 2013 7 次提交
  4. 02 10月, 2013 2 次提交
  5. 01 10月, 2013 4 次提交
  6. 28 9月, 2013 8 次提交
  7. 27 9月, 2013 7 次提交
  8. 24 9月, 2013 8 次提交
  9. 23 9月, 2013 1 次提交