1. 926d097 sky2: rename up/down functions by stephen hemminger · 13 years ago
  2. f9687c4 sky2: pci posting issues by stephen hemminger · 13 years ago
  3. 1401a80 sky2: fix hang on shutdown (and other irq issues) by stephen hemminger · 13 years ago
  4. 27d240f sky2: fix regression on Yukon Optima by stephen hemminger · 13 years ago
  5. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  6. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  7. 7ae60b3 sky2: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  8. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  9. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  10. 0bdb0bd sky2: manage irq better on single port card by stephen hemminger · 14 years ago
  11. 950a5a4 sky2: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  12. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  13. 527a626 skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/sky2.c]
  14. 4ec8f0c sky2: version 1.29 by stephen hemminger · 14 years ago
  15. 4fb99cd sky2: support for new Optima chipsets (EXPERIMENTAL) by stephen hemminger · 14 years ago
  16. 8e11680 sky2: use correct Inter Packet Gap at 10/100mbit by stephen hemminger · 14 years ago
  17. aa5ca96 sky2: force receive checksum when using RSS on some hardware (v2) by stephen hemminger · 14 years ago
  18. 68ac319 sky2: use GFP_KERNEL allocations at device setup by Eric Dumazet · 14 years ago
  19. 1a10cca sky2: remove unnecessary reads of PCI_CAP_ID_EXP by Jon Mason · 14 years ago
  20. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  21. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  22. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 14 years ago
  23. fce5592 ethtool: allow custom interval for physical identification by Allan, Bruce W · 14 years ago
  24. f5d6403 net: sky2: convert to hw_features by Michał Mirosław · 14 years ago
  25. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  26. 74e532f sky2: support ethtool set_phys_id by stephen hemminger · 14 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  28. 9425276 drivers/net: fix build warnings with CONFIG_PM_SLEEP disabled by Michel Lespinasse · 14 years ago
  29. 86aa778 sky2: convert to new VLAN model (v0.2) by Stephen Hemminger · 14 years ago
  30. 2aca31e sky2: fix limited auto negotiation by Stephen Hemminger · 14 years ago
  31. 0885a30 sky2: implement 64 bit stats by stephen hemminger · 14 years ago
  32. 0f333d1 sky2: Do not use legacy PCI power management by Rafael J. Wysocki · 14 years ago
  33. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  34. 1953925 sky2: enable GRO by default by stephen hemminger · 15 years ago
  35. 060b946 sky2: Code style fixes by Mike McCormack · 15 years ago
  36. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 15 years ago
  37. 38000a9 sky2: enable rx/tx in sky2_phy_reinit() by Brandon Philips · 15 years ago
  38. e0a67e2 sky2: version 1.28 by stephen hemminger · 15 years ago
  39. 3403aca sky2: Avoid allocating memory in sky2_resume by Mike McCormack · 15 years ago
  40. d72ff8f sky2: Refactor down/up code out of sky2_restart() by Mike McCormack · 15 years ago
  41. 93135a3 sky2: Shut off interrupts before NAPI by Mike McCormack · 15 years ago
  42. df01093 sky2: Avoid race in sky2_change_mtu by Mike McCormack · 15 years ago
  43. 3765252 sky2: Restore multicast after restart by Mike McCormack · 15 years ago
  44. 7cd26ce sky2: use the DMA state API instead of the pci equivalents by FUJITA Tomonori · 15 years ago
  45. bf73130 sky2: add support for receive hashing by Stephen Hemminger · 15 years ago
  46. efe9193 sky2: size status ring based on Tx/Rx ring by stephen hemminger · 15 years ago
  47. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  48. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  49. 9badba2 sky2: avoid duplicate link up on Optima chip by stephen hemminger · 15 years ago
  50. 4b7c47a sky2: add XL revisions by stephen hemminger · 15 years ago
  51. c1cd0a8 sky2: support Yukon EC_U rev B1 and later by stephen hemminger · 15 years ago
  52. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  53. 2a40018 sky2: Avoid rtnl_unlock without rtnl_lock by Mike McCormack · 15 years ago
  54. 5508590 net: convert multiple drivers to use netdev_for_each_mc_addr, part2 by Jiri Pirko · 15 years ago
  55. ada1db5 drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpers by Joe Perches · 15 years ago
  56. 6c35aba drivers/net/sky2: Convert to use netif_printk macros by Joe Perches · 15 years ago
  57. cfc0861 sky2: version 1.27 by stephen hemminger · 15 years ago
  58. 8a0c922 sky2: Avoid down and up during sky2_reset by Mike McCormack · 15 years ago
  59. f2b31cb sky2: Refactor sky2_down into two functions by Mike McCormack · 15 years ago
  60. ea0f71e sky2: Refactor sky2_up into two functions by Mike McCormack · 15 years ago
  61. 200ac49 sky2: Allocate initial skbs in sky2_alloc_buffers by Mike McCormack · 15 years ago
  62. 39ef110 sky2: Factor out code to calculate packet sizes by Mike McCormack · 15 years ago
  63. 44dde56 sky2: jumbo packet changes by stephen hemminger · 15 years ago
  64. 87b09f1 sky2: dont enable PME legacy mode by stephen hemminger · 15 years ago
  65. 5f8ae5c sky2: WoL changes by stephen hemminger · 15 years ago
  66. 8b05543 sky2: fix sparse warning by stephen hemminger · 15 years ago
  67. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  68. 375c568 sky2: receive checksum refactoring by stephen hemminger · 15 years ago
  69. acd12dd sky2: disable ASF on Yukon Supreme by stephen hemminger · 15 years ago
  70. a0db28b sky2: resume clocks by stephen hemminger · 15 years ago
  71. 90c3033 sky2: Flow control frames recorded as dropped packets by Stephen Hemminger · 15 years ago
  72. 3fbd918 sky2: hand receive DMA mapping failures by stephen hemminger · 15 years ago
  73. 9c119ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  74. f681507 sky2: fix transmit DMA map leakage by stephen hemminger · 15 years ago
  75. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  76. a40ccc6 sky2: revert config space change by stephen hemminger · 15 years ago
  77. 2ca4231 sky2: Enable/disable WOL per hardware device by Mike McCormack · 15 years ago
  78. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  79. 597d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  80. 9db2f1b sky2: Fix oops in sky2_xmit_frame() after TX timeout by Jarek Poplawski · 15 years ago
  81. c36531b sky2: Lock transmit queue while disabling device by Mike McCormack · 15 years ago
  82. c32bbff sky2: Refactor sky2_get_regs into two functions by Mike McCormack · 15 years ago
  83. 1ae861e PCI/PM: Use per-device D3 delays by Rafael J. Wysocki · 15 years ago
  84. 166a0fd sky2: leave PCI config space writeable by stephen hemminger · 15 years ago
  85. dae3a51 sky2: print Optima chip name by stephen hemminger · 15 years ago
  86. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  87. d66f0b2 net: Add missing TST_CFG_WRITE bits around sky2_pci_write by Takashi Iwai · 15 years ago
  88. b338682 net: Fix Yukon-2 Optima TCP offload setup by Takashi Iwai · 15 years ago
  89. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  90. 809aaaa sky2: fix sky2_link_down copy/paste comment error by Brandon Philips · 15 years ago
  91. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  92. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 33cb7d3 sky2: set carrier off in probe by Brandon Philips · 15 years ago
  94. ac958154 sky2: version 1.26 by Stephen Hemminger · 15 years ago
  95. 0f5aac7 sky2: 88E8059 support by Stephen Hemminger · 15 years ago
  96. 877c857 sky2: workarounds for Yukon-2 supreme by Stephen Hemminger · 15 years ago
  97. d6b54d2 sky2: fix receive pause thresholds by Stephen Hemminger · 15 years ago
  98. e30a4ac sky2: add SK-9E21M device id by Stephen Hemminger · 15 years ago
  99. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  100. 6646679 sky2: irqname based on pci address by Stephen Hemminger · 16 years ago