1. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  2. 2d39d12 mvneta: Add missing if_vlan.h include. by David S. Miller · 10 years ago
  3. 817dbfa mvneta: Fix TSO and checksum for non-acceleration vlan traffic by Vlad Yasevich · 10 years ago
  4. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  5. f0094b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  6. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  7. 12fe08b sky2: use pci_zalloc_consistent by Joe Perches · 10 years ago
  8. c891c24 net: mvneta: Fix reference counting for phy_node by Uwe Kleine-König · 10 years ago
  9. bd695a5 net: mvpp2: implement ioctl() operation for PHY ioctls by Thomas Petazzoni · 10 years ago
  10. 2add511 net: mvpp2: fix 10 Mbit/s usage by Thomas Petazzoni · 10 years ago
  11. 7861f12 net: mvpp2: Simplify BM pool buffers freeing by Ezequiel Garcia · 10 years ago
  12. d74c96c net: mvpp2: Fix the BM pool buffer release check by Ezequiel Garcia · 10 years ago
  13. 08a2375 net: mvpp2: Enable proper PHY polling and fix port functionality by Marcin Wojtas · 10 years ago
  14. b5c0a80 net: mvpp2: Fix the periodic XON enable bit by Marcin Wojtas · 10 years ago
  15. 575a193 net: mvpp2: Fix error return code in mvpp2_probe() by Wei Yongjun · 10 years ago
  16. 468f864 net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe() by Wei Yongjun · 10 years ago
  17. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  18. c634099 net: mvpp2: Fix a typo in the license by Ezequiel Garcia · 10 years ago
  19. 3f51850 ethernet: Add new driver for Marvell Armada 375 network unit by Marcin Wojtas · 10 years ago
  20. 0a19858 net: mvneta: Fix big endian issue in mvneta_txq_desc_csum() by Thomas Fitzsimmons · 10 years ago
  21. 4d12bc6 net: mvneta: fix operation in 10 Mbit/s mode by Thomas Petazzoni · 10 years ago
  22. ee14eb7 skge: Added FS A8NE-FM to the list of 32bit DMA boards by Mirko Lindner · 11 years ago
  23. b926260 net: mv643xx_eth: Avoid unmapping the TSO header buffers by Ezequiel Garcia · 11 years ago
  24. eee492e net: mv643xx_eth: Drop the NETDEV_TX_BUSY return path by Ezequiel Garcia · 11 years ago
  25. ee9e495 net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholds by Ezequiel Garcia · 11 years ago
  26. dd11680 net: mv643xx_eth: Count dropped packets properly by Ezequiel Garcia · 11 years ago
  27. 2e3173a net: mvneta: Avoid unmapping the TSO header buffers by Ezequiel Garcia · 11 years ago
  28. ba7e46e net: mvneta: Fix missing DMA region unmap by Ezequiel Garcia · 11 years ago
  29. 8eef5f9 net: mvneta: Limit the TSO segments and adjust stop/wake thresholds by Ezequiel Garcia · 11 years ago
  30. 9fa9379 net: mvneta: Use default NAPI weight instead of a custom one by Ezequiel Garcia · 11 years ago
  31. dc03e21 net: mvneta: Remove unneeded 'weigth' field by Ezequiel Garcia · 11 years ago
  32. 56ecd2c net: mvmdio: Use devm_* API to simplify the code by Ezequiel Garcia · 11 years ago
  33. edadb7f net: mvneta: Change the number of default rx queues to one by Ezequiel Garcia · 11 years ago
  34. e68de36 net: mvneta: Use prepare/commit API to simplify MAC address setting by Ezequiel Garcia · 11 years ago
  35. 9672850 net: mvneta: Clean-up mvneta_init() by Ezequiel Garcia · 11 years ago
  36. a92dbd9 net: mvneta: Check tx queue setup error in mvneta_change_mtu() by Ezequiel Garcia · 11 years ago
  37. 3d4ea02 net: mvneta: Clean-up mvneta_tx_frag_process() by Ezequiel Garcia · 11 years ago
  38. 0a9e413 net: mv643xx_eth: Simplify mv643xx_eth_adjust_link() by Ezequiel Garcia · 11 years ago
  39. 3ae8f4e net: mv643xx_eth: Implement software TSO by Ezequiel Garcia · 11 years ago
  40. 69ad0dd net: mv643xx_eth: Use dma_map_single() to map the skb fragments by Ezequiel Garcia · 11 years ago
  41. 4d48d58 net: mv643xx_eth: Factorize feature setting by Ezequiel Garcia · 11 years ago
  42. 84411f7 net: mv643xx_eth: Avoid setting the initial TCP checksum by Ezequiel Garcia · 11 years ago
  43. 0a8fa93 net: mv643xx_eth: Factorize initial checksum and command preparation by Ezequiel Garcia · 11 years ago
  44. 2adb719d net: mvneta: Implement software TSO by Ezequiel Garcia · 11 years ago
  45. e19d2dd net: mvneta: Clean mvneta_tx() sk_buff handling by Ezequiel Garcia · 11 years ago
  46. 01ef26c net: mvneta: Factorize feature setting by Ezequiel Garcia · 11 years ago
  47. 83895be net: mvneta: add support for fixed links by Thomas Petazzoni · 11 years ago
  48. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  49. 39076b0 net: mvmdio: Check for a valid interrupt instead of an error by Ezequiel Garcia · 11 years ago
  50. 3f1dd4b net: mvneta: properly configure the MAC <-> PHY connection in all situations by Thomas Petazzoni · 11 years ago
  51. cc6ca30 Revert "net: mvneta: fix usage as a module on RGMII configurations" by Thomas Petazzoni · 11 years ago
  52. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. c3f0dd3 net: mvneta: use devm_ioremap_resource() instead of of_iomap() by Thomas Petazzoni · 11 years ago
  54. ca7efe8 net: mvmdio: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  55. b5f3b75 net: mvneta: use devm_ioremap_resource() instead of of_iomap() by Thomas Petazzoni · 11 years ago
  56. e3a8786 net: mvneta: fix usage as a module on RGMII configurations by Thomas Petazzoni · 11 years ago
  57. a79121d net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE by Thomas Petazzoni · 11 years ago
  58. 2d4186c sky2: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  59. 0b88a8e skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  60. 43f5437 mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  61. 21ceda2 sky2: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  62. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  63. 3ee2f8c sky2: allow mac to come from dt by Tim Harvey · 11 years ago
  64. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  65. 4b636b5 net: ethernet: update dependency and help text of mvneta by Thomas Petazzoni · 11 years ago
  66. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  67. 731073b sky2: initialize napi before registering device by Stanislaw Gruszka · 11 years ago
  68. cd71319 net: mvneta: make mvneta_txq_done() return void by Arnaud Ebalard · 11 years ago
  69. 0713a86 net: mvneta: mvneta_tx_done_gbe() cleanups by Arnaud Ebalard · 11 years ago
  70. f19fadf net: mvneta: implement rx_copybreak by willy tarreau · 11 years ago
  71. 8ec2cd4 net: mvneta: convert to build_skb() by willy tarreau · 11 years ago
  72. 34e4179 net: mvneta: prefetch next rx descriptor instead of current one by willy tarreau · 11 years ago
  73. 5428213 net: mvneta: simplify access to the rx descriptor status by willy tarreau · 11 years ago
  74. a1a65ab net: mvneta: factor rx refilling code by willy tarreau · 11 years ago
  75. 6c49897 net: mvneta: remove tests for impossible cases in the tx_done path by willy tarreau · 11 years ago
  76. 71f6d1b net: mvneta: replace Tx timer with a real interrupt by willy tarreau · 11 years ago
  77. 40ba35e net: mvneta: add missing bit descriptions for interrupt masks and causes by willy tarreau · 11 years ago
  78. 2902136 net: mvneta: do not schedule in mvneta_tx_timeout by willy tarreau · 11 years ago
  79. 74c41b0 net: mvneta: use per_cpu stats to fix an SMP lock up by willy tarreau · 11 years ago
  80. dc4277d net: mvneta: increase the 64-bit rx/tx stats out of the hot path by willy tarreau · 11 years ago
  81. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  82. af1f2d7 net,marvell: Add dependency on HAS_IOMEM by Richard Weinberger · 11 years ago
  83. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  84. 1a1f20b net: mvmdio: fix interrupt timeout handling by Leigh Brown · 11 years ago
  85. b408f94 net: sky2 calls skb_set_hash by Tom Herbert · 11 years ago
  86. 5891115 net: mv643xx_eth: properly start/stop phy device by Sebastian Hesselbarth · 11 years ago
  87. 78de53f net: pxa168_eth: use phy_init_hw for PHY reset by Florian Fainelli · 11 years ago
  88. 7cd1463 net: mv643xx_eth: use phy_init_hw to reset PHY by Florian Fainelli · 11 years ago
  89. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  90. a328f3a net: mvneta: Fix incorrect DMA unmapping size by Ezequiel Garcia · 11 years ago
  91. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  92. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  93. 6115c11 net: mv643xx_eth: potential NULL dereference in probe() by Dan Carpenter · 11 years ago
  94. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  96. 1cce16d net: mv643xx_eth: Add missing phy_addr_set in DT mode by Jason Gunthorpe · 11 years ago
  97. 6c7a9a3 mvneta: drop redundant mac address check by Luka Perkov · 11 years ago
  98. d4a0acb net: mvmdio: doc: mvmdio now used by mv643xx_eth by Leigh Brown · 11 years ago
  99. 526edcf net: mvmdio: slight optimisation of orion_mdio_write by Leigh Brown · 11 years ago
  100. 839f46b net: mvmdio: orion_mdio_ready: remove manual poll by Leigh Brown · 11 years ago