1. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  2. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 11 years ago
  3. 501a248 sfc: Remove bogus call to efx_release_tx_buffers() by Ben Hutchings · 11 years ago
  4. d8aec74 sfc: Stop RX refill before flushing RX queues by Ben Hutchings · 11 years ago
  5. d829118 sfc: Rework IRQ enable/disable by Ben Hutchings · 12 years ago
  6. 514bedb sfc: Remove efx_process_channel_now() by Ben Hutchings · 12 years ago
  7. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  8. 1899c11 sfc: Fix IRQ cleanup in case of a probe failure by Ben Hutchings · 12 years ago
  9. b28405b sfc: Fix EEH with legacy interrupts. by Alexandre Rames · 12 years ago
  10. 776fbcc sfc: Remove write permission from phy_type attribute by Ben Hutchings · 11 years ago
  11. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  12. 950c54d sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate by Ben Hutchings · 12 years ago
  13. c14ff2e sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN by Ben Hutchings · 12 years ago
  14. debd003 sfc: make local functions static by stephen hemminger · 12 years ago
  15. df59456 sfc: remove duplicated include from efx.c by Wei Yongjun · 12 years ago
  16. 1648a23 sfc: allocate more RX buffers per page by Daniel Pieczko · 12 years ago
  17. 2768935 sfc: reuse pages to avoid DMA mapping/unmapping costs by Daniel Pieczko · 12 years ago
  18. 85740cdf sfc: Enable RX DMA scattering where possible by Ben Hutchings · 12 years ago
  19. ff734ef sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet() by Ben Hutchings · 12 years ago
  20. 272baee sfc: Properly distinguish RX buffer and DMA lengths by Ben Hutchings · 12 years ago
  21. 626950d sfc: Add AER and EEH support for Siena by Alexandre Rames · 12 years ago
  22. 97d48a1 sfc: Remove rx_alloc_method SKB by Alexandre Rames · 12 years ago
  23. 29c69a4 sfc: Detach net device when stopping queues for reconfiguration by Ben Hutchings · 12 years ago
  24. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  25. 87d1fc1 sfc: remove __dev* attributes by Bill Pemberton · 12 years ago
  26. b9cc977 sfc: Make module parameters really boolean by Ben Hutchings · 12 years ago
  27. c2f3b8e sfc: lock TX queues when calling netif_device_detach() by Daniel Pieczko · 12 years ago
  28. 32766ec drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions by Ben Hutchings · 12 years ago
  29. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  30. c31e5f9 sfc: Add channel specific receive_skb handler and post_remove callback by Stuart Hodgson · 12 years ago
  31. 79d68b3 sfc: Add explicit RX queue flag to channel by Stuart Hodgson · 12 years ago
  32. 8f8b3d5 sfc: Fix the initial device operstate by Ben Hutchings · 12 years ago
  33. adeb15a sfc: Assign efx and efx->type as early as possible in efx_pci_probe() by Ben Hutchings · 12 years ago
  34. 3f65ea5 sfc: Remove bogus comment about MTU change and RX buffer overrun by Ben Hutchings · 12 years ago
  35. 7bde852 sfc: Remove overly paranoid locking assertions from netdev operations by Ben Hutchings · 12 years ago
  36. 7153f62 sfc: Fix reset vs probe/remove/PM races involving efx_nic::state by Ben Hutchings · 12 years ago
  37. b812f8b sfc: Improve log messages in case we abort probe due to a pending reset by Ben Hutchings · 12 years ago
  38. 8b7325b sfc: Never try to stop and start a NIC that is disabled by Ben Hutchings · 12 years ago
  39. 5642cee sfc: Hold RTNL lock (only) when calling efx_stop_interrupts() by Ben Hutchings · 12 years ago
  40. 6032fb5 sfc: Keep disabled NICs quiescent during suspend/resume by Ben Hutchings · 12 years ago
  41. 61da026 sfc: Hold the RTNL lock for more of the suspend/resume cycle by Ben Hutchings · 12 years ago
  42. f16aeea sfc: Change state names to be clearer, and comment them by Ben Hutchings · 12 years ago
  43. 14bf718 sfc: Stop TX queues before they fill up by Ben Hutchings · 13 years ago
  44. 7e6d06f sfc: Fix maximum number of TSO segments and minimum TX queue size by Ben Hutchings · 12 years ago
  45. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 13 years ago
  46. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  47. 3de4e30 sfc: Fix missing cleanup in failure path of efx_pci_probe() by Ben Hutchings · 13 years ago
  48. 3dca9d2 sfc: Do not attempt to flush queues if DMA is disabled by Stuart Hodgson · 13 years ago
  49. 3132d28 sfc: Fix division by zero when using one RX channel and no SR-IOV by Ben Hutchings · 13 years ago
  50. 460eeaa sfc: Log the part number on probe by Ben Hutchings · 13 years ago
  51. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 13 years ago
  52. e7bed9c sfc: Remove TX completions from adaptive IRQ scoring by Ben Hutchings · 13 years ago
  53. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 13 years ago
  54. c92aaff sfc: Reverse initial buffer table allocation to allow for later resizing by Ben Hutchings · 13 years ago
  55. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 13 years ago
  56. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 13 years ago
  57. a9a52506 sfc: Pass NIC structure into efx_wanted_parallelism() by Ben Hutchings · 13 years ago
  58. 7f967c0 sfc: Add support for 'extra' channel types by Ben Hutchings · 13 years ago
  59. a16e5b2 sfc: Make all CPU/IRQ/channel/queue counts unsigned by Ben Hutchings · 13 years ago
  60. 9d9a697 sfc: Use proper function to test for RX channel in efx_poll() by Ben Hutchings · 13 years ago
  61. 9f2cb71 sfc: Leave interrupts and event queues enabled whenever we can by Ben Hutchings · 13 years ago
  62. 7c43161 sfc: Warn if unable to create MTDs by Ben Hutchings · 13 years ago
  63. fadac6a sfc: Do not retry hardware probe if it schedules a reset by Ben Hutchings · 13 years ago
  64. d9ab700 sfc: Skip RX end-of-batch work on channels without an RX queue by Ben Hutchings · 13 years ago
  65. db33956 sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field by Ben Hutchings · 13 years ago
  66. 0fca8c9 sfc: Rename implementation of ndo_set_rx_mode by Ben Hutchings · 13 years ago
  67. 6c8eef4 sfc: Remove redundant 'rc' variable, always set to 0 by Ben Hutchings · 13 years ago
  68. 2aa9ef1 sfc: Minor formatting fixes by Ben Hutchings · 13 years ago
  69. 86ee530 sfc: Use existing local variables instead of repeated indirect lookups by Ben Hutchings · 13 years ago
  70. 73ba7b6 sfc: Remove remnants of on-load self-test by Ben Hutchings · 13 years ago
  71. cc180b6 sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) by Ben Hutchings · 13 years ago
  72. 30b81cd sfc: Remove efx_nic_type::push_multicast_hash operation by Ben Hutchings · 13 years ago
  73. 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
  74. 1cb3452 sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats by Ben Hutchings · 13 years ago
  75. e332bcb sfc: Remove fallback for invalid permanent MAC address by Ben Hutchings · 13 years ago
  76. cdb08f8 sfc: Set default parallelism to per-core by default by Ben Hutchings · 13 years ago
  77. fa142b9 sfc: Rename efx_wanted_channels() to efx_wanted_parallelism() by Ben Hutchings · 13 years ago
  78. 18e83e4 sfc: Const-qualify static data as appropriate, partly prompted by checkpatch by Ben Hutchings · 13 years ago
  79. e9e0184 sfc: Avoid assignment in an if-statement, reported by checkpatch by Ben Hutchings · 13 years ago
  80. 9c636ba sfc: Fix some formatting errors reported by checkpatch by Ben Hutchings · 13 years ago
  81. 4721d22 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 13 years ago
  82. 278bc42 ethtool: Define and apply a default policy for RX flow hash indirection by Ben Hutchings · 13 years ago
  83. 547c474 sfc: Remove device ID macros only used once by Ben Hutchings · 13 years ago
  84. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  85. 0e59e7e7 Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  86. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  87. 9e393b3 sfc: Validate IRQ moderation parameters in efx_init_irq_moderation() by Ben Hutchings · 13 years ago
  88. a0c4faf sfc: Correct reporting and validation of TX interrupt coalescing by Ben Hutchings · 13 years ago
  89. b548f97 sfc: Use consistent types for interrupt coalescing parameters by Ben Hutchings · 13 years ago
  90. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  91. 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/sfc/efx.c]
  92. ff79c8a sfc: Remove 'Communications' after 'Solarflare' in references to hardware by Ben Hutchings · 13 years ago
  93. 0e2a9c7 sfc: Fix mapping of reset reasons and flags to methods by Ben Hutchings · 13 years ago
  94. a7d529a sfc: Allow resets to be upgraded; use atomic ops for safety by Ben Hutchings · 13 years ago
  95. b5626946 sfc: Don't use enums as a bitmask. by David S. Miller · 14 years ago
  96. e4abce8 sfc: Use netif_device_{detach,attach}() around reset and self-test by Ben Hutchings · 14 years ago
  97. 602a532 sfc: Fix TX queue numbering when separate_tx_channels=1 by Ben Hutchings · 14 years ago
  98. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  99. 6c8c251 sfc: make function tables const by stephen hemminger · 14 years ago
  100. d4fabcc sfc: Do not use efx_process_channel_now() in online self-test by Ben Hutchings · 14 years ago