1. 16 11月, 2016 1 次提交
  2. 15 7月, 2016 2 次提交
  3. 05 5月, 2016 1 次提交
  4. 08 6月, 2015 1 次提交
    • M
      net: ll_temac: Remove sparse warnings · 84ea0ded
      Michal Simek 提交于
      Remove sparse warnings:
      drivers/net/ethernet/xilinx/ll_temac_main.c:65:16: warning: cast removes
      address space of expression
      drivers/net/ethernet/xilinx/ll_temac_main.c:70:9: warning: cast removes
      address space of expression
      drivers/net/ethernet/xilinx/ll_temac_main.c:127:16: warning: cast
      removes address space of expression
      drivers/net/ethernet/xilinx/ll_temac_main.c:137:9: warning: cast removes
      address space of expression
      drivers/net/ethernet/xilinx/ll_temac_main.c:409:3: warning: symbol
      'temac_options' was not declared. Should it be static?
      drivers/net/ethernet/xilinx/ll_temac_main.c:590:6: warning: symbol
      'temac_adjust_link' was not declared. Should it be static?
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      84ea0ded
  5. 13 5月, 2015 1 次提交
  6. 12 5月, 2015 1 次提交
  7. 18 3月, 2015 1 次提交
  8. 01 1月, 2015 1 次提交
  9. 22 11月, 2014 1 次提交
  10. 02 10月, 2014 1 次提交
  11. 15 8月, 2014 1 次提交
  12. 09 8月, 2014 1 次提交
  13. 23 6月, 2014 1 次提交
  14. 23 5月, 2014 1 次提交
  15. 13 3月, 2014 1 次提交
  16. 17 1月, 2014 1 次提交
  17. 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
  18. 10 10月, 2013 1 次提交
  19. 02 10月, 2013 1 次提交
  20. 30 8月, 2013 1 次提交
  21. 26 5月, 2013 1 次提交
  22. 20 4月, 2013 1 次提交
  23. 18 3月, 2013 1 次提交
  24. 15 3月, 2013 1 次提交
  25. 10 3月, 2013 1 次提交
  26. 05 2月, 2013 1 次提交
  27. 04 1月, 2013 1 次提交
  28. 04 12月, 2012 1 次提交
  29. 11 7月, 2012 2 次提交
  30. 04 4月, 2012 1 次提交
  31. 20 2月, 2012 1 次提交
  32. 18 2月, 2012 1 次提交
  33. 01 2月, 2012 1 次提交
  34. 22 12月, 2011 1 次提交
  35. 04 12月, 2011 1 次提交
  36. 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
  37. 10 11月, 2011 2 次提交