1. 6f7f8aa sfc: Bind the sfc driver to any available VF's by Shradha Shah · 9 years ago
  2. 267c015 sfc: Add use of shared RSS contexts. by Jon Cooper · 9 years ago
  3. 02246a7 sfc: Prepare to bind the sfc driver to the VF. by Shradha Shah · 9 years ago
  4. 6d8aaaf sfc: create VEB vswitch and vport above default firmware setup by Daniel Pieczko · 9 years ago
  5. 834e23d sfc: Enable VF's via a write to the sysfs file sriov_numvfs by Shradha Shah · 9 years ago
  6. bf3d015 sfc: Move and rename efx_vf struct to siena_vf by Daniel Pieczko · 9 years ago
  7. 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
  8. d98a4ff sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.c by Shradha Shah · 10 years ago
  9. 2dc313e sfc: Move the current VF state from efx_nic into siena_nic_data by Shradha Shah · 10 years ago
  10. 3676326 sfc: Add support for busy polling by Alexandre Rames · 10 years ago
  11. 8ccf3800 sfc: Add per-queue statistics in ethtool by Andrew Rybchenko · 10 years ago
  12. e4d112e sfc: add extra RX drop counters for nodesc_trunc and noskb_drop by Edward Cree · 10 years ago
  13. e283546 sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) by Edward Cree · 10 years ago
  14. 5b3b760 sfc: Add/remove blank lines to taste by Ben Hutchings · 10 years ago
  15. 8c5270a sfc: remove unused 'enum efx_rx_alloc_method' by Andrew Rybchenko · 11 years ago
  16. ff2de51 sfc: remove unused 'refcnt' from efx_rx_page_state by Andrew Rybchenko · 11 years ago
  17. fbd7912 sfc: Implement efx_nic_type::filter_clear_rx operation for EF10 by Ben Hutchings · 11 years ago
  18. d43050c sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well by Andrew Rybchenko · 11 years ago
  19. 0bcf4a6 sfc: Associate primary and secondary functions of controller by Ben Hutchings · 11 years ago
  20. ef215e6 sfc: Store VPD serial number at probe time by Ben Hutchings · 11 years ago
  21. bd9a265 sfc: Add RX packet timestamping for EF10 by Jon Cooper · 11 years ago
  22. 2ccd0b1 sfc: Copy RX prefix into skb head area in efx_rx_mk_skb() by Ben Hutchings · 11 years ago
  23. 9ec0659 sfc: split setup of hardware timestamping into NIC-type operation by Daniel Pieczko · 11 years ago
  24. f8f3b5a sfc: Correct RX dropped count for drops while interface is down by Jon Cooper · 11 years ago
  25. 74cd60a sfc: Add MC BISTs to ethtool offline self test on EF10 by Jon Cooper · 11 years ago
  26. 2ec0301 sfc: RX buffer allocation takes prefix size into account in IP header alignment by Andrew Rybchenko · 11 years ago
  27. 2acdb92 sfc: Fix DMA unmapping issue with firmware assisted TSO by Alexandre Rames · 11 years ago
  28. ee45fd9 sfc: Use TX PIO for sufficiently small packets by Jon Cooper · 11 years ago
  29. 183233b sfc: Allocate and link PIO buffers; map them with write-combining by Ben Hutchings · 11 years ago
  30. f7a6d2c sfc: Update copyright banners by Ben Hutchings · 11 years ago
  31. 8127d66 sfc: Add support for Solarflare SFC9100 family by Ben Hutchings · 11 years ago
  32. ba8977b sfc: Extend struct efx_tx_buffer to allow pushing option descriptors by Ben Hutchings · 11 years ago
  33. 3881d8a sfc: Use a global count of active queues instead of pending drains by Alexandre Rames · 11 years ago
  34. e8c68c0 sfc: Prepare for RX scatter on EF10 by Jon Cooper · 11 years ago
  35. c15eed2 sfc: Allow efx_nic_type::dimension_resources to fail by Ben Hutchings · 11 years ago
  36. 261e4d9 sfc: Allow event queue initialisation to fail by Jon Cooper · 11 years ago
  37. 3dced74 sfc: Add support for reading packet length from prefix by Ben Hutchings · 11 years ago
  38. 02e1216 sfc: Add TX merged completion counter by Ben Hutchings · 11 years ago
  39. 43a3739 sfc: Generalise packet hash lookup to support EF10 RX prefix by Jon Cooper · 12 years ago
  40. 977a5d5 sfc: Add a function pointer to abstract write of host time into NIC shared memory by Laurence Evans · 11 years ago
  41. cd0ecc9 sfc: Delegate MAC/NIC statistic description to efx_nic_type by Ben Hutchings · 12 years ago
  42. 45a3fd5 sfc: Move MTD operations into efx_nic_type by Ben Hutchings · 12 years ago
  43. b766630 sfc: Eliminate struct efx_mtd by Ben Hutchings · 12 years ago
  44. 964e613 sfc: Cleanup Falcon-arch simple MAC filter state by Ben Hutchings · 12 years ago
  45. add7247 sfc: Make most filter operations NIC-type-specific by Ben Hutchings · 12 years ago
  46. 6d661ce sfc: Split Falcon-arch-specific and common filter state by Ben Hutchings · 12 years ago
  47. be3fc09 sfc: Do not assume efx_nic_type::ev_fini is idempotent by Ben Hutchings · 12 years ago
  48. b105798 sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size by Ben Hutchings · 12 years ago
  49. df2cd8a sfc: Add support for MCDI v2 by Ben Hutchings · 12 years ago
  50. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  51. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 11 years ago
  52. d8aec74 sfc: Stop RX refill before flushing RX queues by Ben Hutchings · 11 years ago
  53. d829118 sfc: Rework IRQ enable/disable by Ben Hutchings · 12 years ago
  54. 514bedb sfc: Remove efx_process_channel_now() by Ben Hutchings · 12 years ago
  55. caa7558 sfc: Make struct efx_special_buffer less special by Ben Hutchings · 12 years ago
  56. f3ad500 sfc: Make MCDI independent of Siena by Ben Hutchings · 12 years ago
  57. 9dd3a13 sfc: Move details of a Falcon bug workaround out of ethtool.c by Ben Hutchings · 12 years ago
  58. d07df8e sfc: Define and set RX buffer flag for packets parsed as TCP by Ben Hutchings · 11 years ago
  59. b28405b sfc: Fix EEH with legacy interrupts. by Alexandre Rames · 11 years ago
  60. 6602041 sfc: Store port number in private data, not net_device::dev_id by Ben Hutchings · 11 years ago
  61. 950c54d sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate by Ben Hutchings · 11 years ago
  62. c14ff2e sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN by Ben Hutchings · 11 years ago
  63. 1648a23 sfc: allocate more RX buffers per page by Daniel Pieczko · 11 years ago
  64. 179ea7f sfc: Replace efx_rx_is_last_buffer() with a flag by Ben Hutchings · 11 years ago
  65. 2768935 sfc: reuse pages to avoid DMA mapping/unmapping costs by Daniel Pieczko · 11 years ago
  66. 85740cdf sfc: Enable RX DMA scattering where possible by Ben Hutchings · 11 years ago
  67. b74e3e8 sfc: Update RX buffer address together with length by Ben Hutchings · 11 years ago
  68. 9bc2fc9 sfc: Make RX queue descriptor counts unsigned for consistency by Ben Hutchings · 11 years ago
  69. 272baee sfc: Properly distinguish RX buffer and DMA lengths by Ben Hutchings · 11 years ago
  70. 80c2e71 sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_len by Ben Hutchings · 11 years ago
  71. 626950d sfc: Add AER and EEH support for Siena by Alexandre Rames · 11 years ago
  72. 97d48a1 sfc: Remove rx_alloc_method SKB by Alexandre Rames · 11 years ago
  73. 4a74dc6 sfc: Allow efx_channel_type::receive_skb() to reject a packet by Ben Hutchings · 11 years ago
  74. b590ace sfc: Fix efx_rx_buf_offset() in the presence of swiotlb by Ben Hutchings · 11 years ago
  75. 525d9e8 sfc: Work-around flush timeout when flushes have completed by Daniel Pieczko · 12 years ago
  76. d5e8cc6 sfc: Really disable flow control while flushing by Ben Hutchings · 12 years ago
  77. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 12 years ago
  78. 32766ec drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions by Ben Hutchings · 12 years ago
  79. 25ce200 sfc: Bump version to 3.2 by Ben Hutchings · 12 years ago
  80. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  81. c31e5f9 sfc: Add channel specific receive_skb handler and post_remove callback by Stuart Hodgson · 12 years ago
  82. 79d68b3 sfc: Add explicit RX queue flag to channel by Stuart Hodgson · 12 years ago
  83. f16aeea sfc: Change state names to be clearer, and comment them by Ben Hutchings · 12 years ago
  84. f7251a9 sfc: Simplify TSO header buffer allocation by Ben Hutchings · 12 years ago
  85. 14bf718 sfc: Stop TX queues before they fill up by Ben Hutchings · 12 years ago
  86. 7668ff9 sfc: Refactor struct efx_tx_buffer to use a flags field by Ben Hutchings · 12 years ago
  87. 54399a7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 12 years ago
  88. d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 12 years ago
  89. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 12 years ago
  90. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  91. c087bd2 sfc: Added support for new ethtool APIs for obtaining module eeprom by Stuart Hodgson · 12 years ago
  92. da9ca50 sfc: Fill RX rings completely full, rather than to 95% full by David Riddoch · 12 years ago
  93. 58f7e57 sfc: Remove efx_channel::last_eventq_read_ptr by Ben Hutchings · 12 years ago
  94. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 12 years ago
  95. 73e0026 sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channels by Ben Hutchings · 12 years ago
  96. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 12 years ago
  97. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 12 years ago
  98. 7f967c0 sfc: Add support for 'extra' channel types by Ben Hutchings · 12 years ago
  99. a16e5b2 sfc: Make all CPU/IRQ/channel/queue counts unsigned by Ben Hutchings · 12 years ago
  100. 5bbe2f4 sfc: Make buffer table indices and counts consistently unsigned by Ben Hutchings · 12 years ago