1. 09 8月, 2014 1 次提交
  2. 23 6月, 2014 1 次提交
  3. 23 5月, 2014 1 次提交
  4. 13 3月, 2014 1 次提交
  5. 17 1月, 2014 1 次提交
  6. 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
  7. 10 10月, 2013 1 次提交
  8. 02 10月, 2013 1 次提交
  9. 30 8月, 2013 1 次提交
  10. 26 5月, 2013 1 次提交
  11. 20 4月, 2013 1 次提交
  12. 18 3月, 2013 1 次提交
  13. 15 3月, 2013 1 次提交
  14. 10 3月, 2013 1 次提交
  15. 05 2月, 2013 1 次提交
  16. 04 1月, 2013 1 次提交
  17. 04 12月, 2012 1 次提交
  18. 11 7月, 2012 2 次提交
  19. 04 4月, 2012 1 次提交
  20. 20 2月, 2012 1 次提交
  21. 18 2月, 2012 1 次提交
  22. 01 2月, 2012 1 次提交
  23. 22 12月, 2011 1 次提交
  24. 04 12月, 2011 1 次提交
  25. 29 11月, 2011 1 次提交
    • A
      net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() · db62f684
      Axel Lin 提交于
      This patch converts the drivers in drivers/net/ethernet/* to use the
      module_platform_driver() macro which makes the code smaller and a bit
      simpler.
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Pantelis Antoniou <pantelis.antoniou@gmail.com>
      Cc: Vitaly Bordug <vbordug@ru.mvista.com>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Nicolas Pitre <nico@fluxnic.net>
      Cc: Giuseppe Cavallaro <peppe.cavallaro@st.com>
      Cc: Marc Kleine-Budde <mkl@pengutronix.de>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Jiri Pirko <jpirko@redhat.com>
      Cc: Daniel Hellstrom <daniel@gaisler.com>
      Cc: Alexey Dobriyan <adobriyan@gmail.com>
      Cc: Tobias Klauser <tklauser@distanz.ch>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Jiri Kosina <jkosina@suse.cz>
      Cc: Richard Cochran <richard.cochran@omicron.at>
      Cc: Jonas Bonn <jonas@southpole.se>
      Cc: Sebastian Poehn <sebastian.poehn@belden.com>
      Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Cc: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
      Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Acked-by: NWan ZongShun <mcuos.com@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      db62f684
  26. 10 11月, 2011 2 次提交
  27. 09 11月, 2011 1 次提交
  28. 02 11月, 2011 1 次提交
  29. 21 10月, 2011 1 次提交
  30. 19 10月, 2011 1 次提交
  31. 11 10月, 2011 1 次提交
  32. 18 8月, 2011 1 次提交
  33. 12 8月, 2011 1 次提交
  34. 29 6月, 2011 1 次提交
    • S
      net: include dma-mapping.h in ll_temac_main.c for dma_map_single etc · 84cac398
      Stephen Rothwell 提交于
      fixes thses build errors:
      
      drivers/net/ll_temac_main.c: In function 'temac_dma_bd_release':
      drivers/net/ll_temac_main.c:209:4: error: implicit declaration of function 'dma_unmap_single'
      drivers/net/ll_temac_main.c:215:3: error: implicit declaration of function 'dma_free_coherent'
      drivers/net/ll_temac_main.c: In function 'temac_dma_bd_init':
      drivers/net/ll_temac_main.c:243:2: error: implicit declaration of function 'dma_alloc_coherent'
      drivers/net/ll_temac_main.c:243:14: warning: assignment makes pointer from integer without a cast
      drivers/net/ll_temac_main.c:251:14: warning: assignment makes pointer from integer without a cast
      drivers/net/ll_temac_main.c:280:3: error: implicit declaration of function 'dma_map_single'
      drivers/net/ll_temac_main.c: In function 'temac_start_xmit_done':
      drivers/net/ll_temac_main.c:628:22: warning: cast to pointer from integer of different size
      
      Caused by commit commit b7f080cf ("net: remove mm.h inclusion from
      netdevice.h").
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      84cac398
  35. 21 6月, 2011 1 次提交
  36. 08 6月, 2011 1 次提交
    • S
      net: add needed interrupt.h · ffbc03bc
      Stephen Rothwell 提交于
      Fixes these errors after the removal of interrupt.h from netdevice.h:
      
      drivers/net/ll_temac_main.c: In function 'temac_open':
      drivers/net/ll_temac_main.c:859:2: error: implicit declaration of function 'request_irq'
      drivers/net/ll_temac_main.c:870:2: error: implicit declaration of function 'free_irq'
      drivers/net/ll_temac_main.c: In function 'temac_poll_controller':
      drivers/net/ll_temac_main.c:903:2: error: implicit declaration of function 'disable_irq'
      drivers/net/ll_temac_main.c:909:2: error: implicit declaration of function 'enable_irq'
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ffbc03bc
  37. 01 3月, 2011 1 次提交
  38. 04 1月, 2011 1 次提交