1. 46e612b sfc: enable cascaded multicast filters in MCFW by Daniel Pieczko · 9 years ago
  2. 3c36a2a sfc: display vadaptor statistics for all interfaces by Daniel Pieczko · 9 years ago
  3. e80ca013 sfc: add "port_" prefix to MAC stats by Daniel Pieczko · 9 years ago
  4. 1d051e0 sfc: Implement ndo_gets_phys_port_id() for EF10 VFs by Shradha Shah · 9 years ago
  5. 88a37de sfc: Store vf_index in nic_data for Ef10. by Shradha Shah · 9 years ago
  6. 267c015 sfc: Add use of shared RSS contexts. by Jon Cooper · 9 years ago
  7. 3c5eb87 sfc: create vports for VFs and assign random MAC addresses by Shradha Shah · 9 years ago
  8. 02246a7 sfc: Prepare to bind the sfc driver to the VF. by Shradha Shah · 9 years ago
  9. 1cd9ecb sfc: get the PF number and record in nic_data by Daniel Pieczko · 9 years ago
  10. 6d8aaaf sfc: create VEB vswitch and vport above default firmware setup by Daniel Pieczko · 9 years ago
  11. 45b2449 sfc: record the PF's vport ID in nic_data by Daniel Pieczko · 9 years ago
  12. 8d9f9dd sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_data by Daniel Pieczko · 9 years ago
  13. bf3d015 sfc: Move and rename efx_vf struct to siena_vf by Daniel Pieczko · 9 years ago
  14. 7fa8d54 sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon code by Shradha Shah · 9 years ago
  15. d98a4ff sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.c by Shradha Shah · 10 years ago
  16. 327c685 sfc: Rename implementations in siena_sriov.c to have a 'siena' prefix by Shradha Shah · 10 years ago
  17. 2dc313e sfc: Move the current VF state from efx_nic into siena_nic_data by Shradha Shah · 10 years ago
  18. 70b33fb sfc: add support for skb->xmit_more by Edward Cree · 10 years ago
  19. e4d112e sfc: add extra RX drop counters for nodesc_trunc and noskb_drop by Edward Cree · 10 years ago
  20. e283546 sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) by Edward Cree · 10 years ago
  21. 99691c4 sfc: Add PTP counters to ethtool stats by Ben Hutchings · 11 years ago
  22. 79ac47a sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait} by Shradha Shah · 11 years ago
  23. fbd7912 sfc: Implement efx_nic_type::filter_clear_rx operation for EF10 by Ben Hutchings · 11 years ago
  24. d43050c sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well by Andrew Rybchenko · 11 years ago
  25. bd9a265 sfc: Add RX packet timestamping for EF10 by Jon Cooper · 11 years ago
  26. 9ec0659 sfc: split setup of hardware timestamping into NIC-type operation by Daniel Pieczko · 11 years ago
  27. ac36baf sfc: Remove dependency of PTP on having a dedicated channel by Ben Hutchings · 11 years ago
  28. f8f3b5a sfc: Correct RX dropped count for drops while interface is down by Jon Cooper · 11 years ago
  29. 2dd6426 Merge branch 'sfc-3.13' into master by Ben Hutchings · 11 years ago
  30. 2ea4dc2 sfc: Stop/re-start PTP when stopping/starting the datapath. by Alexandre Rames · 11 years ago
  31. 433dc9b sfc: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 11 years ago
  32. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 568d7a0 sfc: Add PM and RXDP drop counters to ethtool stats by Edward Cree · 11 years ago
  34. 00aef98 sfc: Remove extern from function prototypes by Joe Perches · 11 years ago
  35. 306a278 sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc() by Ben Hutchings · 11 years ago
  36. 183233b sfc: Allocate and link PIO buffers; map them with write-combining by Ben Hutchings · 11 years ago
  37. a915ccc sfc: Reinitialise and re-validate datapath caps after MC reboot by Ben Hutchings · 11 years ago
  38. f7a6d2c sfc: Update copyright banners by Ben Hutchings · 11 years ago
  39. 8127d66 sfc: Add support for Solarflare SFC9100 family by Ben Hutchings · 11 years ago
  40. 261e4d9 sfc: Allow event queue initialisation to fail by Jon Cooper · 11 years ago
  41. cd0ecc9 sfc: Delegate MAC/NIC statistic description to efx_nic_type by Ben Hutchings · 12 years ago
  42. e513612 sfc: Remove more left-overs from Falcon GMAC support by Ben Hutchings · 12 years ago
  43. 45a3fd5 sfc: Move MTD operations into efx_nic_type by Ben Hutchings · 12 years ago
  44. ecd0a6f sfc: Rename SPI stuff to show that it is Falcon-specific by Ben Hutchings · 12 years ago
  45. 964e613 sfc: Cleanup Falcon-arch simple MAC filter state by Ben Hutchings · 12 years ago
  46. add7247 sfc: Make most filter operations NIC-type-specific by Ben Hutchings · 12 years ago
  47. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  48. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 11 years ago
  49. 1840667 sfc: Limit scope of a Falcon A1 IRQ workaround by Ben Hutchings · 12 years ago
  50. 0d19a54 sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blocking by Ben Hutchings · 12 years ago
  51. f3ad500 sfc: Make MCDI independent of Siena by Ben Hutchings · 12 years ago
  52. ab0115f sfc: Move more Falcon-specific code and definitions into falcon.c by Ben Hutchings · 12 years ago
  53. 9dd3a13 sfc: Move details of a Falcon bug workaround out of ethtool.c by Ben Hutchings · 12 years ago
  54. 62ebac9 sfc: Report software timestamping capabilities by Ben Hutchings · 11 years ago
  55. d5e8cc6 sfc: Really disable flow control while flushing by Ben Hutchings · 12 years ago
  56. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 12 years ago
  57. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  58. b7f514a sfc: Fix interface statistics running backward by Ben Hutchings · 12 years ago
  59. 460eeaa sfc: Log the part number on probe by Ben Hutchings · 12 years ago
  60. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 12 years ago
  61. eee6f6a sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test by Ben Hutchings · 12 years ago
  62. bdca71e sfc: Remove redundant function efx_nic_has_mc() by Ben Hutchings · 12 years ago
  63. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 12 years ago
  64. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 12 years ago
  65. 9089300 sfc: Generalise event generation to cover VF-owned event queues by Ben Hutchings · 12 years ago
  66. 2ae75da sfc: Generate RX fill events based on RX queues, not channels by Ben Hutchings · 12 years ago
  67. 5b6262d sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE by Ben Hutchings · 12 years ago
  68. 55c5e0f sfc: Add hwmon driver for boards using SFC9000-family controllers by Ben Hutchings · 13 years ago
  69. cc180b6 sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) by Ben Hutchings · 13 years ago
  70. 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
  71. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  72. 9e393b3 sfc: Validate IRQ moderation parameters in efx_init_irq_moderation() by Ben Hutchings · 13 years ago
  73. 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/sfc/nic.h]
  74. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  75. 747df22 sfc: Always map MCDI shared memory as uncacheable by Ben Hutchings · 13 years ago
  76. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  77. 6c8c251 sfc: make function tables const by stephen hemminger · 13 years ago
  78. d4fabcc sfc: Do not use efx_process_channel_now() in online self-test by Ben Hutchings · 13 years ago
  79. 5fb6b06 sfc: Remove configurable FIFO thresholds for pause frame generation by Ben Hutchings · 13 years ago
  80. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 13 years ago
  81. e5f0fd2 sfc: Read MC firmware version when requested through ethtool by Ben Hutchings · 13 years ago
  82. 78d4189 sfc: Update kernel-doc to match earlier move of Toeplitz hash key by Ben Hutchings · 14 years ago
  83. cef68bd sfc: Move xmac_poll_required into struct falcon_nic_data by Ben Hutchings · 14 years ago
  84. 4833f02 sfc: Move mdio_lock to struct falcon_nic_data by Ben Hutchings · 14 years ago
  85. 4de9218 sfc: Move SPI state to struct falcon_nic_data by Ben Hutchings · 14 years ago
  86. 765c9f4 sfc: Add support for RX flow hash control by Ben Hutchings · 14 years ago
  87. 5d3a6fc sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key by Ben Hutchings · 14 years ago
  88. 5b98c1b sfc: Implement ethtool register dump operation by Ben Hutchings · 14 years ago
  89. 90d683a sfc: Remove efx_rx_queue::add_lock by Steve Hodgson · 14 years ago
  90. d730dc5 sfc: Allow DRV_GEN events to be used outside of selftests by Steve Hodgson · 14 years ago
  91. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  92. d614cfb sfc: Enable IPv6 RSS using random key for Toeplitz hash by Ben Hutchings · 14 years ago
  93. b7b40ee sfc: Reconfigure the XAUI serdes after an EM reset by Steve Hodgson · 14 years ago
  94. e41c11e sfc: Change falcon_probe_board() to fail for unsupported boards by Ben Hutchings · 14 years ago
  95. 906bb26 sfc: Update version, copyright dates, authors by Ben Hutchings · 15 years ago
  96. 8880f4e sfc: Add support for SFC9000 family (2) by Ben Hutchings · 15 years ago
  97. 744093c sfc: Rename falcon.h to nic.h by Ben Hutchings · 15 years ago[Renamed (98%) from drivers/net/sfc/falcon.h]
  98. c1c4f45 sfc: Remove static PHY data and enumerations by Ben Hutchings · 15 years ago
  99. 152b6a6 sfc: Separate shared NIC code from Falcon-specific and rename accordingly by Ben Hutchings · 15 years ago
  100. 0aa3fba sfc: Add efx_nic_type operation for NVRAM self-test by Ben Hutchings · 15 years ago