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