1. a915ccc sfc: Reinitialise and re-validate datapath caps after MC reboot by Ben Hutchings · 11 years ago
  2. f7a6d2c sfc: Update copyright banners by Ben Hutchings · 11 years ago
  3. 8127d66 sfc: Add support for Solarflare SFC9100 family by Ben Hutchings · 11 years ago
  4. 261e4d9 sfc: Allow event queue initialisation to fail by Jon Cooper · 12 years ago
  5. cd0ecc9 sfc: Delegate MAC/NIC statistic description to efx_nic_type by Ben Hutchings · 12 years ago
  6. e513612 sfc: Remove more left-overs from Falcon GMAC support by Ben Hutchings · 12 years ago
  7. 45a3fd5 sfc: Move MTD operations into efx_nic_type by Ben Hutchings · 12 years ago
  8. ecd0a6f sfc: Rename SPI stuff to show that it is Falcon-specific by Ben Hutchings · 12 years ago
  9. 964e613 sfc: Cleanup Falcon-arch simple MAC filter state by Ben Hutchings · 12 years ago
  10. add7247 sfc: Make most filter operations NIC-type-specific by Ben Hutchings · 12 years ago
  11. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  12. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 11 years ago
  13. 1840667 sfc: Limit scope of a Falcon A1 IRQ workaround by Ben Hutchings · 12 years ago
  14. 0d19a54 sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blocking by Ben Hutchings · 12 years ago
  15. f3ad500 sfc: Make MCDI independent of Siena by Ben Hutchings · 12 years ago
  16. ab0115f sfc: Move more Falcon-specific code and definitions into falcon.c by Ben Hutchings · 12 years ago
  17. 9dd3a13 sfc: Move details of a Falcon bug workaround out of ethtool.c by Ben Hutchings · 12 years ago
  18. 62ebac9 sfc: Report software timestamping capabilities by Ben Hutchings · 12 years ago
  19. d5e8cc6 sfc: Really disable flow control while flushing by Ben Hutchings · 12 years ago
  20. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 12 years ago
  21. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  22. b7f514a sfc: Fix interface statistics running backward by Ben Hutchings · 12 years ago
  23. 460eeaa sfc: Log the part number on probe by Ben Hutchings · 13 years ago
  24. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 13 years ago
  25. eee6f6a sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test by Ben Hutchings · 13 years ago
  26. bdca71e sfc: Remove redundant function efx_nic_has_mc() by Ben Hutchings · 13 years ago
  27. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 13 years ago
  28. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 13 years ago
  29. 9089300 sfc: Generalise event generation to cover VF-owned event queues by Ben Hutchings · 13 years ago
  30. 2ae75da sfc: Generate RX fill events based on RX queues, not channels by Ben Hutchings · 13 years ago
  31. 5b6262d sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE by Ben Hutchings · 13 years ago
  32. 55c5e0f sfc: Add hwmon driver for boards using SFC9000-family controllers by Ben Hutchings · 13 years ago
  33. cc180b6 sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) by Ben Hutchings · 13 years ago
  34. 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
  35. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  36. 9e393b3 sfc: Validate IRQ moderation parameters in efx_init_irq_moderation() by Ben Hutchings · 13 years ago
  37. 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/sfc/nic.h]
  38. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  39. 747df22 sfc: Always map MCDI shared memory as uncacheable by Ben Hutchings · 14 years ago
  40. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  41. 6c8c251 sfc: make function tables const by stephen hemminger · 14 years ago
  42. d4fabcc sfc: Do not use efx_process_channel_now() in online self-test by Ben Hutchings · 14 years ago
  43. 5fb6b06 sfc: Remove configurable FIFO thresholds for pause frame generation by Ben Hutchings · 14 years ago
  44. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 14 years ago
  45. e5f0fd2 sfc: Read MC firmware version when requested through ethtool by Ben Hutchings · 14 years ago
  46. 78d4189 sfc: Update kernel-doc to match earlier move of Toeplitz hash key by Ben Hutchings · 14 years ago
  47. cef68bd sfc: Move xmac_poll_required into struct falcon_nic_data by Ben Hutchings · 14 years ago
  48. 4833f02 sfc: Move mdio_lock to struct falcon_nic_data by Ben Hutchings · 14 years ago
  49. 4de9218 sfc: Move SPI state to struct falcon_nic_data by Ben Hutchings · 14 years ago
  50. 765c9f4 sfc: Add support for RX flow hash control by Ben Hutchings · 14 years ago
  51. 5d3a6fc sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key by Ben Hutchings · 14 years ago
  52. 5b98c1b sfc: Implement ethtool register dump operation by Ben Hutchings · 14 years ago
  53. 90d683a sfc: Remove efx_rx_queue::add_lock by Steve Hodgson · 14 years ago
  54. d730dc5 sfc: Allow DRV_GEN events to be used outside of selftests by Steve Hodgson · 14 years ago
  55. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. d614cfb sfc: Enable IPv6 RSS using random key for Toeplitz hash by Ben Hutchings · 15 years ago
  57. b7b40ee sfc: Reconfigure the XAUI serdes after an EM reset by Steve Hodgson · 15 years ago
  58. e41c11e sfc: Change falcon_probe_board() to fail for unsupported boards by Ben Hutchings · 15 years ago
  59. 906bb26 sfc: Update version, copyright dates, authors by Ben Hutchings · 15 years ago
  60. 8880f4e sfc: Add support for SFC9000 family (2) by Ben Hutchings · 15 years ago
  61. 744093c sfc: Rename falcon.h to nic.h by Ben Hutchings · 15 years ago[Renamed (98%) from drivers/net/sfc/falcon.h]
  62. c1c4f45 sfc: Remove static PHY data and enumerations by Ben Hutchings · 15 years ago
  63. 152b6a6 sfc: Separate shared NIC code from Falcon-specific and rename accordingly by Ben Hutchings · 15 years ago
  64. 0aa3fba sfc: Add efx_nic_type operation for NVRAM self-test by Ben Hutchings · 15 years ago
  65. 9bfc4bb sfc: Add efx_nic_type operation for register self-test by Ben Hutchings · 15 years ago
  66. d3245b2 sfc: Refactor link configuration by Ben Hutchings · 15 years ago
  67. ef2b90e sfc: Move Falcon NIC operations to efx_nic_type by Ben Hutchings · 15 years ago
  68. daeda63 sfc: Decouple NIC revision number from Falcon PCI revision number by Ben Hutchings · 15 years ago
  69. fdaa9ae sfc: Simplify PHY polling by Steve Hodgson · 15 years ago
  70. 8be4f3e sfc: Change MAC promiscuity and multicast hash at the same time by Ben Hutchings · 15 years ago
  71. 9007b9f sfc: Simplify XMAC link polling by Ben Hutchings · 15 years ago
  72. fe75820 sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c by Ben Hutchings · 15 years ago
  73. 55edc6e sfc: Split MAC stats DMA initiation and completion by Ben Hutchings · 15 years ago
  74. 44838a4 sfc: Clean up struct falcon_board and struct falcon_board_data by Ben Hutchings · 15 years ago
  75. 8986352 sfc: Comment corrections by Ben Hutchings · 15 years ago
  76. e775fb9 sfc: Move all I2C stuff into struct falcon_board by Ben Hutchings · 15 years ago
  77. 3759433 sfc: Move struct falcon_board into struct falcon_nic_data by Ben Hutchings · 15 years ago
  78. 5c16a96 sfc: Move definition of struct falcon_nic_data into falcon.h by Ben Hutchings · 15 years ago
  79. 278c062 sfc: Make board information explicitly Falcon-specific by Ben Hutchings · 15 years ago
  80. 5c86987 sfc: Remove declarations of nonexistent functions by Ben Hutchings · 15 years ago
  81. 5087b54 sfc: Remove boards.h, moving last remaining declaration to falcon.h by Ben Hutchings · 15 years ago
  82. 6fb70fd sfc: Implement adaptive IRQ moderation by Ben Hutchings · 16 years ago
  83. 177dfcd sfc: Add support for sub-10G speeds by Ben Hutchings · 16 years ago
  84. 6bc5d3a sfc: Make queue flushes more reliable by Ben Hutchings · 16 years ago
  85. 8c8661e sfc: Extend self-tests by Ben Hutchings · 16 years ago
  86. bc3c90a sfc: Remove some unreachable error paths by Ben Hutchings · 16 years ago
  87. 42cbe2d sfc: Cleanup RX event processing by Ben Hutchings · 16 years ago
  88. dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
  89. 5566861 sfc: Replaced various macros with inline functions by Ben Hutchings · 17 years ago
  90. 8ceee66 New driver "sfc" for Solarstorm SFC4000 controller. by Ben Hutchings · 17 years ago