1. 950c54d sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate by Ben Hutchings · 11 years ago
  2. c14ff2e sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN by Ben Hutchings · 11 years ago
  3. debd003 sfc: make local functions static by stephen hemminger · 11 years ago
  4. 1648a23 sfc: allocate more RX buffers per page by Daniel Pieczko · 11 years ago
  5. 179ea7f sfc: Replace efx_rx_is_last_buffer() with a flag by Ben Hutchings · 11 years ago
  6. 2768935 sfc: reuse pages to avoid DMA mapping/unmapping costs by Daniel Pieczko · 11 years ago
  7. 85740cdf sfc: Enable RX DMA scattering where possible by Ben Hutchings · 11 years ago
  8. b74e3e8 sfc: Update RX buffer address together with length by Ben Hutchings · 11 years ago
  9. 5036b7c sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade by Ben Hutchings · 11 years ago
  10. b184f16 sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va() by Ben Hutchings · 11 years ago
  11. ff734ef sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet() by Ben Hutchings · 11 years ago
  12. 272baee sfc: Properly distinguish RX buffer and DMA lengths by Ben Hutchings · 11 years ago
  13. 97d48a1 sfc: Remove rx_alloc_method SKB by Alexandre Rames · 12 years ago
  14. 4a74dc6 sfc: Allow efx_channel_type::receive_skb() to reject a packet by Ben Hutchings · 11 years ago
  15. c73e787 sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0 by Ben Hutchings · 11 years ago
  16. b590ace sfc: Fix efx_rx_buf_offset() in the presence of swiotlb by Ben Hutchings · 12 years ago
  17. 3a68f19 sfc: Properly sync RX DMA buffer when it is not the last in the page by Ben Hutchings · 12 years ago
  18. b8e0251 sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page() by Ben Hutchings · 12 years ago
  19. c31e5f9 sfc: Add channel specific receive_skb handler and post_remove callback by Stuart Hodgson · 12 years ago
  20. 79d68b3 sfc: Add explicit RX queue flag to channel by Stuart Hodgson · 12 years ago
  21. 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
  22. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 12 years ago
  23. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  24. 6423518 sfc: By default refill RX rings as soon as space for a batch by David Riddoch · 12 years ago
  25. da9ca50 sfc: Fill RX rings completely full, rather than to 95% full by David Riddoch · 12 years ago
  26. 61321d9 sfc: Update comments on efx_rx_packet_gro() by Ben Hutchings · 12 years ago
  27. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  28. ff3bc1e sfc: Fix assignment of ip_summed for pre-allocated skbs by Ben Hutchings · 12 years ago
  29. 9f2cb71 sfc: Leave interrupts and event queues enabled whenever we can by Ben Hutchings · 12 years ago
  30. 2ae75da sfc: Generate RX fill events based on RX queues, not channels by Ben Hutchings · 12 years ago
  31. 06e63c5 sfc: Use a more sensible cast in efx_rx_buf_offset() by Ben Hutchings · 12 years ago
  32. db33956 sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field by Ben Hutchings · 13 years ago
  33. 1ddceb4 sfc: Move the end of the non-GRO RX path into its own function by Ben Hutchings · 12 years ago
  34. 0beaca2 sfc: Remove parentheses around return expressions, reported by checkpatch by Ben Hutchings · 13 years ago
  35. 70350b0 sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GRO by Ben Hutchings · 13 years ago
  36. c2e4e25 sfc: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  37. 6eb07ca drivers/net: Add moduleparam.h to drivers as required. by Paul Gortmaker · 13 years ago
  38. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  39. 4a22c4c sfc: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  40. 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/sfc/rx.c]
  41. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  42. abfe903 sfc: Implement generic features interface by Ben Hutchings · 13 years ago
  43. ab3cf6d sfc: Move test of rx_checksum_enabled from nic.c to rx.c by Ben Hutchings · 13 years ago
  44. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 13 years ago
  45. a526f14 sfc: Reduce size of efx_rx_buffer further by removing data member by Steve Hodgson · 13 years ago
  46. 8ba5366 sfc: Reduce size of efx_rx_buffer by unionising skb and page by Steve Hodgson · 13 years ago
  47. 4afb752 sfc: convert references to LRO to GRO by stephen hemminger · 14 years ago
  48. ecc910f sfc: Make the dmaq size a run-time setting (rather than compile-time) by Steve Hodgson · 14 years ago
  49. f7d12cd sfc: Refactor channel and queue lookup and iteration by Ben Hutchings · 14 years ago
  50. ba1e8a3 sfc: Abstract channel and index lookup for RX queues by Ben Hutchings · 14 years ago
  51. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  52. 604f604 sfc: Fix reading of inserted hash by Ben Hutchings · 14 years ago
  53. 39c9cf0 sfc: Record hardware RX hash on each skb where possible by Ben Hutchings · 14 years ago
  54. 62776d0 sfc: Implement message level control by Ben Hutchings · 14 years ago
  55. 62b330b sfc: Allow shared pages to be recycled by Steve Hodgson · 14 years ago
  56. 2445580 sfc: Recycle discarded rx buffers back onto the queue by Steve Hodgson · 14 years ago
  57. f7d6f37 sfc: Support only two rx buffers per page by Steve Hodgson · 14 years ago
  58. 90d683a sfc: Remove efx_rx_queue::add_lock by Steve Hodgson · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 906bb26 sfc: Update version, copyright dates, authors by Ben Hutchings · 15 years ago
  61. 744093c sfc: Rename falcon.h to nic.h by Ben Hutchings · 15 years ago
  62. 152b6a6 sfc: Separate shared NIC code from Falcon-specific and rename accordingly by Ben Hutchings · 15 years ago
  63. f5e7adc sfc: Combine high-level header files by Ben Hutchings · 15 years ago
  64. 3eadb7b sfc: Record RX queue number on GRO path by Ben Hutchings · 15 years ago
  65. 1241e95 sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro() by Ben Hutchings · 15 years ago
  66. 3139e62 sfc: Remove ridiculously paranoid assertions by Ben Hutchings · 15 years ago
  67. d96d7dc sfc: Remove redundant gotos from __efx_rx_packet() by Ben Hutchings · 15 years ago
  68. c3c6336 sfc: Enable heuristic selection between page and skb RX buffers by Ben Hutchings · 15 years ago
  69. 18e1d2b sfc: Feed GRO result into RX allocation policy and interrupt moderation by Ben Hutchings · 15 years ago
  70. 0519d83 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  71. 345056a sfc: Set ip_summed correctly for page buffers passed to GRO by Ben Hutchings · 15 years ago
  72. 3ffeabd sfc: Eliminate indirect lookups of queue size constants by Ben Hutchings · 15 years ago
  73. 76620aa gro: New frags interface to avoid copying shinfo by Herbert Xu · 15 years ago
  74. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 15 years ago
  75. da3bc07 sfc: Replace LRO with GRO by Herbert Xu · 15 years ago
  76. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  77. bc3c90a sfc: Remove some unreachable error paths by Ben Hutchings · 16 years ago
  78. 8831da7 sfc: Cleanup RX queue information by Ben Hutchings · 16 years ago
  79. 4d56606 sfc: Removed forced inlining of long functions by Ben Hutchings · 16 years ago
  80. dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
  81. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  82. d3208b5 sfc: Remove redundant casts to and from void * by Ben Hutchings · 16 years ago
  83. 184be0c sfc: Merged efx_page_offset() into efx_rx_buf_offset() by Ben Hutchings · 16 years ago
  84. 5566861 sfc: Replaced various macros with inline functions by Ben Hutchings · 16 years ago
  85. b347564 sfc: Added and removed braces to comply with kernel style by Ben Hutchings · 16 years ago
  86. 3273c2e [netdrvr] sfc: sfc: Add self-test support by Ben Hutchings · 16 years ago
  87. ba911a4 [netdrvr] sfc: Removed bogus 'fall-thru' comments by Ben Hutchings · 16 years ago
  88. 8ceee66 New driver "sfc" for Solarstorm SFC4000 controller. by Ben Hutchings · 16 years ago