1. 10d1e8c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 13 years ago
  2. ff79c8a sfc: Remove 'Communications' after 'Solarflare' in references to hardware by Ben Hutchings · 13 years ago
  3. 851f186 sfc: Remove 'Solarstorm' from Kconfig descriptions by Ben Hutchings · 13 years ago
  4. 5893279 sfc: Fix assertions in efx_filter_rfs() by Ben Hutchings · 13 years ago
  5. a659b2a sfc: Fix Siena mac statistics on big endian platforms by Steve Hodgson · 13 years ago
  6. 0e2a9c7 sfc: Fix mapping of reset reasons and flags to methods by Ben Hutchings · 13 years ago
  7. a7d529a sfc: Allow resets to be upgraded; use atomic ops for safety by Ben Hutchings · 13 years ago
  8. 4017dbd sfc: Fix loop condition for efx_filter_search() when !for_insert by Ben Hutchings · 13 years ago
  9. 95cb365 net: Remove unneeded version.h includes from drivers/net/ by Jesper Juhl · 13 years ago
  10. 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 13 years ago
  11. 43d620c drivers/net: Remove casts of void * by Joe Perches · 13 years ago
  12. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  13. 29a6ccc Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  14. ee0e87b mtd: convert remaining users to mtd_device_register() by Jamie Iles · 13 years ago
  15. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  16. b5626946 sfc: Don't use enums as a bitmask. by David S. Miller · 13 years ago
  17. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  18. e4abce8 sfc: Use netif_device_{detach,attach}() around reset and self-test by Ben Hutchings · 13 years ago
  19. 867955f sfc: Fix oops in register dump after mapping change by Ben Hutchings · 13 years ago
  20. 602a532 sfc: Fix TX queue numbering when separate_tx_channels=1 by Ben Hutchings · 13 years ago
  21. 47a8467 sfc: Fix return value from efx_ethtool_set_rx_ntuple() by Ben Hutchings · 13 years ago
  22. 747df22 sfc: Always map MCDI shared memory as uncacheable by Ben Hutchings · 13 years ago
  23. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  24. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  25. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  26. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  27. 6c8c251 sfc: make function tables const by stephen hemminger · 13 years ago
  28. fce5592 ethtool: allow custom interval for physical identification by Allan, Bruce W · 13 years ago
  29. fcfa060 sfc: Use rmb() to ensure reads occur in order by Neil Turton · 13 years ago
  30. d4fabcc sfc: Do not use efx_process_channel_now() in online self-test by Ben Hutchings · 13 years ago
  31. 9d1aea6 sfc: Stop the TX queues during loopback self-tests by Neil Turton · 13 years ago
  32. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  33. c5e129a sfc: Implement ethtool_ops::set_phys_id instead of ethtool_ops::phys_id by Ben Hutchings · 13 years ago
  34. abfe903 sfc: Implement generic features interface by Ben Hutchings · 13 years ago
  35. f82d9a6 sfc: Enable all TSO features on VLANs by Ben Hutchings · 13 years ago
  36. ab3cf6d sfc: Move test of rx_checksum_enabled from nic.c to rx.c by Ben Hutchings · 13 years ago
  37. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  38. d88d6b0 sfc: Siena: Disable write-combining when SR-IOV is enabled by Steve Hodgson · 13 years ago
  39. c01c6af Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  40. 65f0b41 sfc: Use write-combining to reduce TX latency by Ben Hutchings · 13 years ago
  41. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  42. 6d84b98 sfc: Bump version to 3.1 by Ben Hutchings · 13 years ago
  43. 5fb6b06 sfc: Remove configurable FIFO thresholds for pause frame generation by Ben Hutchings · 13 years ago
  44. 119226c sfc: Expose TX push and TSO counters through ethtool statistics by Ben Hutchings · 13 years ago
  45. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 13 years ago
  46. a461103 sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd() by Ben Hutchings · 13 years ago
  47. e5f0fd2 sfc: Read MC firmware version when requested through ethtool by Ben Hutchings · 13 years ago
  48. a526f14 sfc: Reduce size of efx_rx_buffer further by removing data member by Steve Hodgson · 13 years ago
  49. 8ba5366 sfc: Reduce size of efx_rx_buffer by unionising skb and page by Steve Hodgson · 13 years ago
  50. 28801f3 sfc: lower stack usage in efx_ethtool_self_test by Eric Dumazet · 13 years ago
  51. 64d8ad6 sfc: Implement hardware acceleration of RFS by Ben Hutchings · 14 years ago
  52. d472605 sfc: Limit filter search depth further for performance hints (i.e. RFS) by Ben Hutchings · 14 years ago
  53. 94b274b sfc: Add TX queues for high-priority traffic by Ben Hutchings · 13 years ago
  54. 525da90 sfc: Distinguish queue lookup from test for queue existence by Ben Hutchings · 13 years ago
  55. 60031fc sfc: Move TX queue core queue mapping into tx.c by Ben Hutchings · 13 years ago
  56. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  57. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  58. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  59. 5b874e2 sfc: Restore the effect of the rss_cpus module parameter by Ben Hutchings · 13 years ago
  60. 9765343 sfc: Make efx_get_tx_queue() an inline function by Ben Hutchings · 13 years ago
  61. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  62. a13c132 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 14 years ago
  63. ed4ba4b netdev: Use default implementation of ethtool_ops::get_link where possible by Ben Hutchings · 14 years ago
  64. 4afb752 sfc: convert references to LRO to GRO by stephen hemminger · 14 years ago
  65. c04bfc6 sfc: Remove ancient support for nesting of TX stop by Ben Hutchings · 14 years ago
  66. 6ecfd0c sfc: Remove unused field and comment on a previously removed field by Ben Hutchings · 14 years ago
  67. cf78f8e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 14 years ago
  68. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  69. e8f1499 sfc: Fix NAPI list corruption during ring reallocation by Ben Hutchings · 14 years ago
  70. 94dec6a sfc: Fix crash in legacy onterrupt handler during ring reallocation by Ben Hutchings · 14 years ago
  71. c39d35e sfc: Generalise filter spec initialisation by Ben Hutchings · 14 years ago
  72. 8891681 sfc: Remove filter table IDs from filter functions by Ben Hutchings · 14 years ago
  73. ac33ac6 sfc: Log start and end of ethtool self-test at INFO level by Ben Hutchings · 14 years ago
  74. cd38557 sfc: Use TX push whenever adding descriptors to an empty queue by Ben Hutchings · 14 years ago
  75. e506147 sfc: Remove locking from implementation of efx_writeo_paged() by Ben Hutchings · 14 years ago
  76. 1a29cc4 sfc: Add compile-time checks for correctness of paged register writes by Ben Hutchings · 14 years ago
  77. 494bdf1 sfc: Remove redundant memory barriers between MMIOs by Ben Hutchings · 14 years ago
  78. 9f2f6cd sfc: Expand/correct comments on collector behaviour and function usage by Ben Hutchings · 14 years ago
  79. 51c56f4 sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_count by Ben Hutchings · 14 years ago
  80. ab28c12 sfc: Reorder struct efx_nic to separate fields by volatility by Ben Hutchings · 14 years ago
  81. 7e300bc sfc: Store MAC address from NVRAM in net_device::perm_addr by Ben Hutchings · 14 years ago
  82. 02ebc26 sfc: Use current MAC address, not NVRAM MAC address, for WoL filter by Ben Hutchings · 14 years ago
  83. 4f3907e sfc: When waking a stopped tx_queue, only lock that tx_queue by Steve Hodgson · 14 years ago
  84. 78d4189 sfc: Update kernel-doc to match earlier move of Toeplitz hash key by Ben Hutchings · 14 years ago
  85. cef68bd sfc: Move xmac_poll_required into struct falcon_nic_data by Ben Hutchings · 14 years ago
  86. 40641ed sfc: Move Falcon global event handling to falcon.c by Ben Hutchings · 14 years ago
  87. 4833f02 sfc: Move mdio_lock to struct falcon_nic_data by Ben Hutchings · 14 years ago
  88. 4de9218 sfc: Move SPI state to struct falcon_nic_data by Ben Hutchings · 14 years ago
  89. 90b7a4e sfc: Remove unnecessary inclusion of various private header files by Ben Hutchings · 14 years ago
  90. 6a8872c sfc: Expose Falcon BootROM config through MTD, not ethtool by Ben Hutchings · 14 years ago
  91. 6c88b0b sfc: Remove broken automatic fallback for invalid Falcon chip/board config by Ben Hutchings · 14 years ago
  92. 18e3ee2 sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issue by Steve Hodgson · 14 years ago
  93. 3157183 sfc: Clear RXIN_SEL when soft-resetting QT2025C by Ben Hutchings · 14 years ago
  94. adc1d23 sfc: Read-to-clear LM87 alarm/interrupt status at start of day by Ben Hutchings · 14 years ago
  95. 71839f7 sfc: Distinguish critical and non-critical over-temperature conditions by Ben Hutchings · 14 years ago
  96. 4484cd7 sfc: Fix condition for no-op in set_phy_flash_cfg() by Ben Hutchings · 14 years ago
  97. f18ca36 sfc: Reduce log level for MCDI error response in efx_mcdi_rpc() by Ben Hutchings · 14 years ago
  98. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  99. d215697 sfc: make functions static by stephen hemminger · 14 years ago
  100. 993284d sfc: Don't try to set filters with search depths we know won't work by Ben Hutchings · 14 years ago