1. 06 5月, 2015 8 次提交
  2. 18 3月, 2015 1 次提交
  3. 01 1月, 2015 1 次提交
  4. 27 12月, 2014 1 次提交
  5. 13 9月, 2014 1 次提交
  6. 15 8月, 2014 1 次提交
  7. 09 8月, 2014 1 次提交
  8. 13 3月, 2014 1 次提交
  9. 14 2月, 2014 2 次提交
    • M
      net: axienet: Fix compilation warnings · 91ff37ff
      Michal Simek 提交于
      Warning log:
      xilinx_axienet_main.c: In function 'axienet_start_xmit_done':
      xilinx_axienet_main.c:617:16: warning: operation on 'lp->tx_bd_ci' may be undefined [-Wsequence-point]
      xilinx_axienet_main.c: In function 'axienet_start_xmit':
      xilinx_axienet_main.c:703:18: warning: operation on 'lp->tx_bd_tail' may be undefined [-Wsequence-point]
      xilinx_axienet_main.c:719:17: warning: operation on 'lp->tx_bd_tail' may be undefined [-Wsequence-point]
      xilinx_axienet_main.c: In function 'axienet_recv':
      xilinx_axienet_main.c:792:16: warning: operation on 'lp->rx_bd_ci' may be undefined [-Wsequence-point]
      xilinx_axienet_main.c: In function 'axienet_of_probe':
      xilinx_axienet_main.c:1501:21: warning: unused variable 'rc' [-Wunused-variable]
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      91ff37ff
    • M
      net: axienet: Fix compilation error · 9d5e8ec6
      Michal Simek 提交于
      Add missing header to fix compilation error.
      drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1575:22:
       error: undefined identifier 'irq_of_parse_and_map'
      drivers/net/ethernet/xilinx/xilinx_axienet_main.c:1576:22:
       error: undefined identifier 'irq_of_parse_and_map'
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9d5e8ec6
  10. 17 1月, 2014 1 次提交
  11. 03 12月, 2013 1 次提交
    • E
      net: do not pretend FRAGLIST support · 28e24c62
      Eric Dumazet 提交于
      Few network drivers really supports frag_list : virtual drivers.
      
      Some drivers wrongly advertise NETIF_F_FRAGLIST feature.
      
      If skb with a frag_list is given to them, packet on the wire will be
      corrupt.
      
      Remove this flag, as core networking stack will make sure to
      provide packets that can be sent without corruption.
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
      Cc: Anirudha Sarangi <anirudh@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28e24c62
  12. 30 8月, 2013 1 次提交
  13. 26 5月, 2013 1 次提交
  14. 18 3月, 2013 1 次提交
  15. 15 3月, 2013 1 次提交
  16. 10 3月, 2013 1 次提交
  17. 11 1月, 2013 1 次提交
  18. 07 1月, 2013 1 次提交
  19. 04 12月, 2012 1 次提交
  20. 21 11月, 2012 1 次提交
  21. 15 11月, 2012 1 次提交
  22. 04 11月, 2012 1 次提交
  23. 17 7月, 2012 1 次提交
  24. 14 4月, 2012 1 次提交
  25. 18 2月, 2012 1 次提交
  26. 01 2月, 2012 1 次提交
  27. 26 1月, 2012 1 次提交