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