1. e3a8786 net: mvneta: fix usage as a module on RGMII configurations by Thomas Petazzoni · 10 years ago
  2. a79121d net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLE by Thomas Petazzoni · 10 years ago
  3. 2d4186c sky2: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  4. 0b88a8e skge: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  5. 43f5437 mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  6. 21ceda2 sky2: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 10 years ago
  7. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  8. 3ee2f8c sky2: allow mac to come from dt by Tim Harvey · 10 years ago
  9. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  10. 4b636b5 net: ethernet: update dependency and help text of mvneta by Thomas Petazzoni · 10 years ago
  11. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  12. 731073b sky2: initialize napi before registering device by Stanislaw Gruszka · 10 years ago
  13. cd71319 net: mvneta: make mvneta_txq_done() return void by Arnaud Ebalard · 11 years ago
  14. 0713a86 net: mvneta: mvneta_tx_done_gbe() cleanups by Arnaud Ebalard · 11 years ago
  15. f19fadf net: mvneta: implement rx_copybreak by willy tarreau · 11 years ago
  16. 8ec2cd4 net: mvneta: convert to build_skb() by willy tarreau · 11 years ago
  17. 34e4179 net: mvneta: prefetch next rx descriptor instead of current one by willy tarreau · 11 years ago
  18. 5428213 net: mvneta: simplify access to the rx descriptor status by willy tarreau · 11 years ago
  19. a1a65ab net: mvneta: factor rx refilling code by willy tarreau · 11 years ago
  20. 6c49897 net: mvneta: remove tests for impossible cases in the tx_done path by willy tarreau · 11 years ago
  21. 71f6d1b net: mvneta: replace Tx timer with a real interrupt by willy tarreau · 11 years ago
  22. 40ba35e net: mvneta: add missing bit descriptions for interrupt masks and causes by willy tarreau · 11 years ago
  23. 2902136 net: mvneta: do not schedule in mvneta_tx_timeout by willy tarreau · 11 years ago
  24. 74c41b0 net: mvneta: use per_cpu stats to fix an SMP lock up by willy tarreau · 11 years ago
  25. dc4277d net: mvneta: increase the 64-bit rx/tx stats out of the hot path by willy tarreau · 11 years ago
  26. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  27. af1f2d7 net,marvell: Add dependency on HAS_IOMEM by Richard Weinberger · 11 years ago
  28. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  29. 1a1f20b net: mvmdio: fix interrupt timeout handling by Leigh Brown · 11 years ago
  30. b408f94 net: sky2 calls skb_set_hash by Tom Herbert · 11 years ago
  31. 5891115 net: mv643xx_eth: properly start/stop phy device by Sebastian Hesselbarth · 11 years ago
  32. 78de53f net: pxa168_eth: use phy_init_hw for PHY reset by Florian Fainelli · 11 years ago
  33. 7cd1463 net: mv643xx_eth: use phy_init_hw to reset PHY by Florian Fainelli · 11 years ago
  34. 34f9f43 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  35. a328f3a net: mvneta: Fix incorrect DMA unmapping size by Ezequiel Garcia · 11 years ago
  36. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  37. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  38. 6115c11 net: mv643xx_eth: potential NULL dereference in probe() by Dan Carpenter · 11 years ago
  39. 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
  40. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  41. 1cce16d net: mv643xx_eth: Add missing phy_addr_set in DT mode by Jason Gunthorpe · 11 years ago
  42. 6c7a9a3 mvneta: drop redundant mac address check by Luka Perkov · 11 years ago
  43. d4a0acb net: mvmdio: doc: mvmdio now used by mv643xx_eth by Leigh Brown · 11 years ago
  44. 526edcf net: mvmdio: slight optimisation of orion_mdio_write by Leigh Brown · 11 years ago
  45. 839f46b net: mvmdio: orion_mdio_ready: remove manual poll by Leigh Brown · 11 years ago
  46. b70cd1c net: mvmdio: make orion_mdio_wait_ready consistent by Leigh Brown · 11 years ago
  47. 21d35d2 net: sky2: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  48. 68e35d8 net: skge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  49. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. b5d82db net: mv643xx_eth: fix missing device_node for port devices by Sebastian Hesselbarth · 11 years ago
  51. f564412 net: mv643xx_eth: fix orphaned statistics timer crash by Sebastian Hesselbarth · 11 years ago
  52. 041b4dd net: mv643xx_eth: update statistics timer from timer context only by Sebastian Hesselbarth · 11 years ago
  53. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  54. 3361dc9 skge: fix invalid value passed to pci_unmap_sigle by Mikulas Patocka · 11 years ago
  55. c194992 skge: fix broken driver by Mikulas Patocka · 11 years ago
  56. 599c2e1 net: pxa168_eth: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  57. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  58. 15f5945 net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctls by Thomas Petazzoni · 11 years ago
  59. 7140860 net: mvneta: properly disable HW PHY polling and ensure adjust_link() works by Thomas Petazzoni · 11 years ago
  60. e19eac0 net: pxa168_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  61. bbfa6d0 net: mv643xx_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  62. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  63. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  64. e47851f skge: dma_sync the whole receive buffer by stephen hemminger · 11 years ago
  65. f7b7a36 skge: fix build on 32 bit by Stephen Hemminger · 11 years ago
  66. 136d8f3 skge: add dma_mapping check by stephen hemminger · 11 years ago
  67. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  68. 5445eaf mvneta: Try to fix mvneta when compiled as module by Arnaud Patard \(Rtp\) · 11 years ago
  69. aded095 mvneta: Fix hang when loading the mvneta driver by Arnaud Patard \(Rtp\) · 11 years ago
  70. 9ad8fef net: mvneta: support big endian by Thomas Petazzoni · 11 years ago
  71. 6083ed4 net: mvneta: move the RX and TX desc macros outside of the structs by Thomas Petazzoni · 11 years ago
  72. 785bf6f net: mv643xx_eth: do not use port number as platform device id by Jonas Gorski · 11 years ago
  73. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  74. 9fa8e98 mv643xx_eth: Allocate receive queue initialized to zero by Lubomir Rintel · 11 years ago
  75. 451bff2 pxa168_eth: Allocate receive queue initialized to zero by Lubomir Rintel · 11 years ago
  76. 511efbb pxa168_eth: convert skb->end into skb_end_pointer(skb) by Isaku Yamahata · 11 years ago
  77. 18f1d05 mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) by Isaku Yamahata · 11 years ago
  78. 8cc3e43 net: mvneta: read MAC address from hardware when available by Thomas Petazzoni · 11 years ago
  79. ff20877 net: mv643xx_eth: add missing semicolon by Arnd Bergmann · 11 years ago
  80. 76723bc net: mv643xx_eth: add DT parsing support by Sebastian Hesselbarth · 11 years ago
  81. cb85215 net: mv643xx_eth: proper initialization for Kirkwood SoCs by Sebastian Hesselbarth · 11 years ago
  82. cc9d459 net: mv643xx_eth: use of_phy_connect if phy_node present by Sebastian Hesselbarth · 11 years ago
  83. 65a6f96 net: mv643xx_eth: use managed devm_ioremap for port registers by Sebastian Hesselbarth · 11 years ago
  84. cec753f net: mv643xx_eth: use phy_disconnect instead of phy_detach by Sebastian Hesselbarth · 11 years ago
  85. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  86. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  87. 3aefe2b NET: mv643xx_eth: avoid lockdep dump on interface down by Russell King · 11 years ago
  88. a3659aa mv643xx_eth: fix NAPI weight being > 64 by Andrew Lunn · 11 years ago
  89. 88dccf5 sky2: Fix crash on receiving VLAN frames by Kirill Smelkov · 11 years ago
  90. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  92. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  93. ee40a11 net: mvneta: fix improper tx queue usage in mvneta_tx() by Willy Tarreau · 11 years ago
  94. 2e0cbf2 net: mvmdio: add select PHYLIB by Thomas Petazzoni · 11 years ago
  95. 3619eb8 net: mv643xx_eth: remove deprecated inet_lro support by Sebastian Hesselbarth · 11 years ago
  96. 09bf1c1 net: mv643xx_eth: Add GRO support by Sebastian Hesselbarth · 11 years ago
  97. 727f957 net: mv643xx_eth: use managed devm_kzalloc by Sebastian Hesselbarth · 11 years ago
  98. 2092248 net: mv643xx_eth: add shared clk and cleanup existing clk handling by Sebastian Hesselbarth · 11 years ago
  99. 3d604da net: mvmdio: get and enable optional clock by Sebastian Hesselbarth · 11 years ago
  100. b50b72d net: mvneta: enable features before registering the driver by willy tarreau · 11 years ago