1. ae5dbf1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  2. ede23fa8 drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  3. f7a6d2c sfc: Update copyright banners by Ben Hutchings · 11 years ago
  4. cd0ecc9 sfc: Delegate MAC/NIC statistic description to efx_nic_type by Ben Hutchings · 12 years ago
  5. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  6. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 12 years ago
  7. d8aec74 sfc: Stop RX refill before flushing RX queues by Ben Hutchings · 12 years ago
  8. 1840667 sfc: Limit scope of a Falcon A1 IRQ workaround by Ben Hutchings · 12 years ago
  9. d829118 sfc: Rework IRQ enable/disable by Ben Hutchings · 12 years ago
  10. 8b8a95a sfc: Rename Falcon-architecture register definitions by Ben Hutchings · 12 years ago
  11. caa7558 sfc: Make struct efx_special_buffer less special by Ben Hutchings · 12 years ago
  12. 0d19a54 sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blocking by Ben Hutchings · 12 years ago
  13. 1899c11 sfc: Fix IRQ cleanup in case of a probe failure by Ben Hutchings · 12 years ago
  14. d07df8e sfc: Define and set RX buffer flag for packets parsed as TCP by Ben Hutchings · 12 years ago
  15. b28405b sfc: Fix EEH with legacy interrupts. by Alexandre Rames · 12 years ago
  16. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  18. fae8563 sfc: Only use TX push if a single descriptor is to be written by Ben Hutchings · 12 years ago
  19. 85740cdf sfc: Enable RX DMA scattering where possible by Ben Hutchings · 12 years ago
  20. 525d9e8 sfc: Work-around flush timeout when flushes have completed by Daniel Pieczko · 12 years ago
  21. c3771a3 sfc: Do not initialise buffer in efx_alloc_special_buffer() by Ben Hutchings · 12 years ago
  22. 778cdaf sfc: Remove confusing MMIO functions by Ben Hutchings · 12 years ago
  23. d5e8cc6 sfc: Really disable flow control while flushing by Ben Hutchings · 12 years ago
  24. 32766ec drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions by Ben Hutchings · 12 years ago
  25. f7251a9 sfc: Simplify TSO header buffer allocation by Ben Hutchings · 13 years ago
  26. 7668ff9 sfc: Refactor struct efx_tx_buffer to use a flags field by Ben Hutchings · 13 years ago
  27. d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 13 years ago
  28. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 13 years ago
  29. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 13 years ago
  30. eee6f6a sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test by Ben Hutchings · 13 years ago
  31. e7bed9c sfc: Remove TX completions from adaptive IRQ scoring by Ben Hutchings · 13 years ago
  32. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 13 years ago
  33. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 13 years ago
  34. 5bbe2f4 sfc: Make buffer table indices and counts consistently unsigned by Ben Hutchings · 13 years ago
  35. a606f43 sfc: Disable flow control during flushes by Steve Hodgson · 14 years ago
  36. 9089300 sfc: Generalise event generation to cover VF-owned event queues by Ben Hutchings · 13 years ago
  37. 9f2cb71 sfc: Leave interrupts and event queues enabled whenever we can by Ben Hutchings · 13 years ago
  38. 2ae75da sfc: Generate RX fill events based on RX queues, not channels by Ben Hutchings · 13 years ago
  39. 4ef594eb sfc: Generalise driver event generation by Ben Hutchings · 13 years ago
  40. 5b6262d sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE by Ben Hutchings · 13 years ago
  41. db33956 sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field by Ben Hutchings · 13 years ago
  42. 73ba7b6 sfc: Remove remnants of on-load self-test by Ben Hutchings · 13 years ago
  43. 1646a6f3 sfc: Clean up test interrupt handling by Ben Hutchings · 13 years ago
  44. 5f3f9d6 sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG by Ben Hutchings · 13 years ago
  45. 9c636ba sfc: Fix some formatting errors reported by checkpatch by Ben Hutchings · 13 years ago
  46. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  47. 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/sfc/nic.c]
  48. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  49. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  50. 867955f sfc: Fix oops in register dump after mapping change by Ben Hutchings · 14 years ago
  51. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. d4fabcc sfc: Do not use efx_process_channel_now() in online self-test by Ben Hutchings · 14 years ago
  53. ab3cf6d sfc: Move test of rx_checksum_enabled from nic.c to rx.c by Ben Hutchings · 14 years ago
  54. 5fb6b06 sfc: Remove configurable FIFO thresholds for pause frame generation by Ben Hutchings · 14 years ago
  55. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 14 years ago
  56. 94b274b sfc: Add TX queues for high-priority traffic by Ben Hutchings · 14 years ago
  57. 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
  58. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 94dec6a sfc: Fix crash in legacy onterrupt handler during ring reallocation by Ben Hutchings · 14 years ago
  60. cd38557 sfc: Use TX push whenever adding descriptors to an empty queue by Ben Hutchings · 14 years ago
  61. 40641ed sfc: Move Falcon global event handling to falcon.c by Ben Hutchings · 14 years ago
  62. d215697 sfc: make functions static by stephen hemminger · 14 years ago
  63. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  64. 75abc51 sfc: Include RX IP filter table in register dump by Ben Hutchings · 14 years ago
  65. 4642610 sfc: Allow changing the DMA ring sizes dynamically via ethtool by Ben Hutchings · 14 years ago
  66. ecc910f sfc: Make the dmaq size a run-time setting (rather than compile-time) by Steve Hodgson · 14 years ago
  67. f7d12cd sfc: Refactor channel and queue lookup and iteration by Ben Hutchings · 14 years ago
  68. ba1e8a3 sfc: Abstract channel and index lookup for RX queues by Ben Hutchings · 14 years ago
  69. 58758aa sfc: Allocate DMA and event rings using GFP_KERNEL by Ben Hutchings · 14 years ago
  70. 765c9f4 sfc: Add support for RX flow hash control by Ben Hutchings · 15 years ago
  71. 62776d0 sfc: Implement message level control by Ben Hutchings · 15 years ago
  72. 5b98c1b sfc: Implement ethtool register dump operation by Ben Hutchings · 15 years ago
  73. 90d683a sfc: Remove efx_rx_queue::add_lock by Steve Hodgson · 15 years ago
  74. d730dc5 sfc: Allow DRV_GEN events to be used outside of selftests by Steve Hodgson · 15 years ago
  75. fd371e3 sfc: Workaround flush failures on Falcon B0 by Steve Hodgson · 15 years ago
  76. a4900ac sfc: Create multiple TX queues by Ben Hutchings · 15 years ago
  77. fa236e1 sfc: Break NAPI processing after one ring-full of TX completions by Ben Hutchings · 15 years ago
  78. 97e1eaa sfc: Read MEM_STAT for SRM_PERR as well as MEM_PERR errors by Steve Hodgson · 15 years ago
  79. 41b7e4c sfc: Extend the legacy interrupt workarounds by Steve Hodgson · 15 years ago
  80. 6369545 sfc: Handle serious errors in exactly one interrupt handler by Steve Hodgson · 15 years ago
  81. b17424b sfc: Ignore parity errors in the other port's SRAM by Steve Hodgson · 15 years ago
  82. 754c653 sfc: Fix some incorrect or redundant comments by Ben Hutchings · 15 years ago
  83. c91f48d sfc: Survive ISR0=0 bug in the shared IRQ case by Guido Barzini · 15 years ago
  84. 286d47b sfc: Disable TX descriptor prefetch watchdog by Ben Hutchings · 15 years ago
  85. 906bb26 sfc: Update version, copyright dates, authors by Ben Hutchings · 15 years ago
  86. 8880f4e sfc: Add support for SFC9000 family (2) by Ben Hutchings · 15 years ago
  87. 8e730c1 sfc: Move shared NIC code from falcon.c to new source file nic.c by Ben Hutchings · 15 years ago