1. 21d35d2 net: sky2: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  2. 68e35d8 net: skge: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  3. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. b5d82db net: mv643xx_eth: fix missing device_node for port devices by Sebastian Hesselbarth · 11 years ago
  5. f564412 net: mv643xx_eth: fix orphaned statistics timer crash by Sebastian Hesselbarth · 11 years ago
  6. 041b4dd net: mv643xx_eth: update statistics timer from timer context only by Sebastian Hesselbarth · 11 years ago
  7. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  8. 3361dc9 skge: fix invalid value passed to pci_unmap_sigle by Mikulas Patocka · 11 years ago
  9. c194992 skge: fix broken driver by Mikulas Patocka · 11 years ago
  10. 599c2e1 net: pxa168_eth: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  11. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. 15f5945 net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctls by Thomas Petazzoni · 11 years ago
  13. 7140860 net: mvneta: properly disable HW PHY polling and ensure adjust_link() works by Thomas Petazzoni · 11 years ago
  14. e19eac0 net: pxa168_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  15. bbfa6d0 net: mv643xx_eth: use dev_get_platdata() by Jingoo Han · 11 years ago
  16. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  17. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  18. e47851f skge: dma_sync the whole receive buffer by stephen hemminger · 11 years ago
  19. f7b7a36 skge: fix build on 32 bit by Stephen Hemminger · 11 years ago
  20. 136d8f3 skge: add dma_mapping check by stephen hemminger · 11 years ago
  21. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  22. 5445eaf mvneta: Try to fix mvneta when compiled as module by Arnaud Patard \(Rtp\) · 11 years ago
  23. aded095 mvneta: Fix hang when loading the mvneta driver by Arnaud Patard \(Rtp\) · 11 years ago
  24. 9ad8fef net: mvneta: support big endian by Thomas Petazzoni · 11 years ago
  25. 6083ed4 net: mvneta: move the RX and TX desc macros outside of the structs by Thomas Petazzoni · 11 years ago
  26. 785bf6f net: mv643xx_eth: do not use port number as platform device id by Jonas Gorski · 11 years ago
  27. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  28. 9fa8e98 mv643xx_eth: Allocate receive queue initialized to zero by Lubomir Rintel · 12 years ago
  29. 451bff2 pxa168_eth: Allocate receive queue initialized to zero by Lubomir Rintel · 12 years ago
  30. 511efbb pxa168_eth: convert skb->end into skb_end_pointer(skb) by Isaku Yamahata · 12 years ago
  31. 18f1d05 mv643xx_eth.c: convert skb->end into skb_end_poitner(skb) by Isaku Yamahata · 12 years ago
  32. 8cc3e43 net: mvneta: read MAC address from hardware when available by Thomas Petazzoni · 12 years ago
  33. ff20877 net: mv643xx_eth: add missing semicolon by Arnd Bergmann · 12 years ago
  34. 76723bc net: mv643xx_eth: add DT parsing support by Sebastian Hesselbarth · 12 years ago
  35. cb85215 net: mv643xx_eth: proper initialization for Kirkwood SoCs by Sebastian Hesselbarth · 12 years ago
  36. cc9d459 net: mv643xx_eth: use of_phy_connect if phy_node present by Sebastian Hesselbarth · 12 years ago
  37. 65a6f96 net: mv643xx_eth: use managed devm_ioremap for port registers by Sebastian Hesselbarth · 12 years ago
  38. cec753f net: mv643xx_eth: use phy_disconnect instead of phy_detach by Sebastian Hesselbarth · 12 years ago
  39. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  40. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  41. 3aefe2b NET: mv643xx_eth: avoid lockdep dump on interface down by Russell King · 12 years ago
  42. a3659aa mv643xx_eth: fix NAPI weight being > 64 by Andrew Lunn · 12 years ago
  43. 88dccf5 sky2: Fix crash on receiving VLAN frames by Kirill Smelkov · 12 years ago
  44. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  46. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  47. ee40a11 net: mvneta: fix improper tx queue usage in mvneta_tx() by Willy Tarreau · 12 years ago
  48. 2e0cbf2 net: mvmdio: add select PHYLIB by Thomas Petazzoni · 12 years ago
  49. 3619eb8 net: mv643xx_eth: remove deprecated inet_lro support by Sebastian Hesselbarth · 12 years ago
  50. 09bf1c1 net: mv643xx_eth: Add GRO support by Sebastian Hesselbarth · 12 years ago
  51. 727f957 net: mv643xx_eth: use managed devm_kzalloc by Sebastian Hesselbarth · 12 years ago
  52. 2092248 net: mv643xx_eth: add shared clk and cleanup existing clk handling by Sebastian Hesselbarth · 12 years ago
  53. 3d604da net: mvmdio: get and enable optional clock by Sebastian Hesselbarth · 12 years ago
  54. b50b72d net: mvneta: enable features before registering the driver by willy tarreau · 12 years ago
  55. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. 74f9f42 sky2: Threshold for Pause Packet is set wrong by Mirko Lindner · 12 years ago
  57. 9cfe8b1 sky2: Receive Overflows not counted by Mirko Lindner · 12 years ago
  58. 976c90b mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded by Simon Baatz · 12 years ago
  59. 404b8be net: mvmdio: define module alias for platform device by Simon Baatz · 12 years ago
  60. c3a0713 mv643xx_eth: convert to use the Marvell Orion MDIO driver by Florian Fainelli · 12 years ago
  61. 2ec9852 net: mvmdio: enhance driver to support SMI error/done interrupts by Florian Fainelli · 12 years ago
  62. 3712b71 net: mvmdio: rename base register cookie from smireg to regs by Florian Fainelli · 12 years ago
  63. 7111b71 net: mvmdio: allow platform device style registration by Florian Fainelli · 12 years ago
  64. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  65. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  66. 3871c38 mv643xx_eth with 88E1318S: support Wake on LAN by Michael Stapelberg · 12 years ago
  67. 260055b mv643xx_eth: fix for disabled autoneg by Phil Sutter · 12 years ago
  68. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  69. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  70. c353516 net: mvneta: remove unneeded version.h include by Jesper Juhl · 12 years ago
  71. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  72. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  73. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  74. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  75. 03ce758 Drivers: network: more __dev* removal by Greg KH · 12 years ago
  76. c271433 Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  77. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  78. 682d797 Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next by David S. Miller · 12 years ago
  79. 853e3f4 skge: remove __dev* attributes by Bill Pemberton · 12 years ago
  80. 1c85382 sky2: fix cleanup sequence in probe() function by Lino Sanfilippo · 12 years ago
  81. 70eeaf9 net: mvneta: fix section mismatch warning caused by mvneta_deinit() by Thomas Petazzoni · 12 years ago
  82. 189dd62 net: mvneta: add clk support by Thomas Petazzoni · 12 years ago
  83. 6a20c17 net: mvneta: adjust multiline comments to net/ style by Thomas Petazzoni · 12 years ago
  84. b07812f net: mvmdio: adjust multiline comment to net/ style by Thomas Petazzoni · 12 years ago
  85. d98a80f net: mvmdio: use <linux/delay.h> instead of <asm/delay.h> by Thomas Petazzoni · 12 years ago
  86. c5aff18 net: mvneta: driver for Marvell Armada 370/XP network unit by Thomas Petazzoni · 12 years ago
  87. fc8f5ad net: mvmdio: new Marvell MDIO driver by Thomas Petazzoni · 12 years ago
  88. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. 175c0df drivers/net: use tasklet_kill in device remove/close process by Xiaotian Feng · 12 years ago
  90. f7b4fb2 ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  91. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  92. a2af139 skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard by Graham Gower · 12 years ago
  93. 0bd8ba1 drivers/net/ethernet/marvell/sky2.c: fix error return code by Peter Senna Tschudin · 12 years ago
  94. bbcf61f drivers/net/ethernet/marvell/skge.c: fix error return code by Peter Senna Tschudin · 12 years ago
  95. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  96. c1f9c42 Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes by Arnd Bergmann · 12 years ago
  97. baffab2 ARM: Orion: fix driver probe error handling with respect to clk by Simon Baatz · 12 years ago
  98. d663d18 sky2: Fix for interrupt handler by Mirko Lindner · 12 years ago
  99. 0e76732 sky2: Added support for Optima EEE by Mirko Lindner · 12 years ago
  100. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago