1. 66341ff annotate myri10ge by Al Viro · 17 years ago
  2. 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 17 years ago
  3. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  4. 621544e [LRO]: fix lro_gen_skb() alignment by Andrew Gallatin · 17 years ago
  5. c956a24 Fix myri10ge NAPI oops & warnings by Andrew Gallatin · 17 years ago
  6. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  7. e0d7c52 myri10ge: update driver version to 1.3.2-1.287 by Brice Goglin · 17 years ago
  8. 4f93fde myri10ge: add IPv6 TSO support by Brice Goglin · 17 years ago
  9. af793e0 myri10ge: update firmware headers by Brice Goglin · 17 years ago
  10. e636b2e myri10ge: fix some indentation, white spaces, and comments by Brice Goglin · 17 years ago
  11. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  12. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  13. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  14. acb2cc8 [PATCH] drivers/net: remove superfluous memset by Mariusz Kozlowski · 17 years ago
  15. 1e6e934 [MYRI10GE]: Use LRO. by Andrew Gallatin · 17 years ago
  16. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  17. a07bc1f myri10ge: Add support for PCI device id 9 by Brice Goglin · 17 years ago
  18. 2972863 myri10ge: update driver version to 1.3.2-1.269 by Brice Goglin · 17 years ago
  19. 302d242 myri10ge: use pcie_get/set_readrq by Brice Goglin · 17 years ago
  20. 626fda9 myri10ge: Use the pause counter to avoid a needless device reset by Brice Goglin · 17 years ago
  21. c97884b myri10ge: Remove nonsensical limit in the tx done routine by Brice Goglin · 17 years ago
  22. 199126a Use is_power_of_2() in myri10ge/myri10ge.c by vignesh babu · 17 years ago
  23. b245fb6 myri10ge: SET_NETDEV_DEV() by Maik Hampel · 17 years ago
  24. 6f8a7c6 myri10ge: update driver version by Brice Goglin · 17 years ago
  25. 798a95d myri10ge: report when the link partner is running in Myrinet mode by Brice Goglin · 17 years ago
  26. f181137 myri10ge: limit the number of recoveries by Brice Goglin · 17 years ago
  27. 6ffdd07 myri10ge: report link up/down in standard ethtool way by Brice Goglin · 17 years ago
  28. 5443e9e myri10ge: replace the chipset whitelist with firmware autodetection by Brice Goglin · 17 years ago
  29. 0d6ac25 myri10ge: move the DMA test code into its own function by Brice Goglin · 17 years ago
  30. 2f76216 myri10ge: fix restoring of multicast list after reset by Brice Goglin · 17 years ago
  31. 772a815 myri10ge: update firmware headers by Brice Goglin · 17 years ago
  32. cee505d myri10ge: support new firmware counters by Brice Goglin · 17 years ago
  33. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  34. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 17 years ago
  35. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  36. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  37. 4b2281c myri10ge: update driver version to 1.3.0-1.233 by Brice Goglin · 17 years ago
  38. f19baae myri10ge: more Intel chipsets providing aligned PCIe completions by Brice Goglin · 17 years ago
  39. ae8509b myri10ge: fix management of the firmware 4KB boundary crossing restriction by Brice Goglin · 17 years ago
  40. 917690c myri10ge: correctly detect when TSO should be used by Brice Goglin · 17 years ago
  41. 2ea34672 myri10ge: update driver version to 1.3.0-1.226 by Brice Goglin · 17 years ago
  42. b52a8b7 myri10ge: fix management of >4kB allocated pages by Brice Goglin · 17 years ago
  43. f761fae myri10ge: update wcfifo and intr_coal_delay default values by Brice Goglin · 17 years ago
  44. aafa70e myri10ge: Serverworks HT2100 provides aligned PCIe completion by Brice Goglin · 17 years ago
  45. 276e26c myri10ge: add a wc_enabled flag to myri10ge_priv by Brice Goglin · 17 years ago
  46. 4c882dd myri10ge: prevent 4k rdma on SGI TIOCE chipset by Brice Goglin · 17 years ago
  47. 34fdcce myri10ge: use pci_map_page to prepare the dmatest buffer by Brice Goglin · 17 years ago
  48. 355c726 myri10ge: fix error checking and return value in myri10ge_allocate_rings by Brice Goglin · 17 years ago
  49. 4a2e612 myri10ge: fix copyright and license by Brice Goglin · 17 years ago
  50. 9dc6f0e myri10ge: workaround buggy adopted firmwares by Brice Goglin · 17 years ago
  51. 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 18 years ago
  52. b2db8dd myri10ge: update driver version to 1.2.0 by Brice Goglin · 18 years ago
  53. 21d05db myri10ge: check that we can get an irq by Brice Goglin · 18 years ago
  54. 6ebc087 myri10ge: make wc_fifo usage load-time tunable by Brice Goglin · 18 years ago
  55. 1a63e84 myri10ge: handle failures in suspend and resume by Brice Goglin · 18 years ago
  56. 83f6e15 myri10ge: no need to save MSI and PCIe state in the driver by Brice Goglin · 18 years ago
  57. 3621cec myri10ge: make msi configurable at runtime through sysfs by Brice Goglin · 18 years ago
  58. df30a74 myri10ge: move request_irq to myri10ge_open by Brice Goglin · 18 years ago
  59. 7adda30 myri10ge: match number of save_state and restore by Brice Goglin · 18 years ago
  60. 5796df1 [PATCH] myri10ge: update driver version to 1.1.0 by Brice Goglin · 18 years ago
  61. 13348be [PATCH] myri10ge: fix big_bytes in case of vlan frames by Brice Goglin · 18 years ago
  62. de3c450 [PATCH] myri10ge: Full vlan frame in small_bytes by Brice Goglin · 18 years ago
  63. 52ea6fb [PATCH] myri10ge: drop contiguous skb routines by Brice Goglin · 18 years ago
  64. c7dab99 [PATCH] myri10ge: switch to page-based skb by Brice Goglin · 18 years ago
  65. dd50f33 [PATCH] myri10ge: add page-based skb routines by Brice Goglin · 18 years ago
  66. 6250223 [PATCH] myri10ge: indentation cleanups by Brice Goglin · 18 years ago
  67. e67bda5 [PATCH] myri10ge: write as 2 32-byte blocks in myri10ge_submit_8rx by Brice Goglin · 18 years ago
  68. 8d1413b Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  69. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  70. 40f6cff [PATCH] myri10ge annotations by Al Viro · 18 years ago
  71. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  72. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  73. 1e7bed0 [PATCH] myri10ge: ServerWorks HT2000 PCI id is already defined in pci_ids.h by Brice Goglin · 18 years ago
  74. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  75. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  76. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  77. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  78. ce7f936 [PATCH] myri10ge: improve firmware selection by Brice Goglin · 18 years ago
  79. 85a7ea1 [PATCH] myri10ge: use multicast support in the firmware by Brice Goglin · 18 years ago
  80. c58ac5c [PATCH] myri10ge: use netif_msg_link by Brice Goglin · 18 years ago
  81. fd6746daa [PATCH] myri10ge: convert to netdev_alloc_skb by Brice Goglin · 18 years ago
  82. e700f9f [PATCH] myri10ge: define some previously hardwired firmware constants by Brice Goglin · 18 years ago
  83. 013b68b [PATCH] myri10ge: always re-enable dummy rdmas in myri10ge_resume by Brice Goglin · 18 years ago
  84. c54772e [PATCH] myri10ge - Fix spurious invokations of the watchdog reset handler by Brice Goglin · 18 years ago
  85. e454358 [PATCH] myri10ge - Write the firmware in 256-bytes chunks by Brice Goglin · 18 years ago
  86. 9a71db7 [PATCH] myri10ge - Always do a dummy RDMA after loading the firmware by Brice Goglin · 18 years ago
  87. 4c2248c [PATCH] myri10ge return value fix by Brice Goglin · 18 years ago
  88. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago
  89. 2c1a108 [PATCH] myri10ge - Export more parameters to ethtool by Brice Goglin · 18 years ago
  90. d602078 [PATCH] myri10ge - Use dev_info() when printing parameters after probe by Brice Goglin · 18 years ago
  91. 18ac544 [PATCH] myri10ge - Drop ununsed nvidia chipset id by brice@myri.com · 18 years ago
  92. ec59097 [PATCH] myri10ge - Drop unused pm_state by brice@myri.com · 18 years ago
  93. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  94. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  95. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  96. bfcbb00 [PATCH] myri10ge - drop workaround pci_save_state() disabling MSI by Brice Goglin · 18 years ago
  97. 69eb887 [PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804 by Brice Goglin · 18 years ago
  98. bec0e85 [PATCH] myri10ge build fix by Andrew Morton · 18 years ago
  99. b10c066 [PATCH] myri10ge update by Brice Goglin · 18 years ago
  100. 6ed1425 [netdrvr pcnet_cs, myri] trim trailing whitespace by Jeff Garzik · 18 years ago