1. 7e6d06f sfc: Fix maximum number of TSO segments and minimum TX queue size by Ben Hutchings · 12 years ago
  2. a9ec6bd sfc: initialize dynamic sysfs attributes for lockdep by Michal Schmidt · 12 years ago
  3. 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
  4. c2dbab3 sfc: Correct some comments on enum reset_type by Ben Hutchings · 12 years ago
  5. b7f514a sfc: Fix interface statistics running backward by Ben Hutchings · 12 years ago
  6. d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 12 years ago
  7. 0f1e54ae sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc() by Ben Hutchings · 12 years ago
  8. e3ed2bd sfc: Use dev_kfree_skb() in efx_end_loopback() by Ben Hutchings · 12 years ago
  9. a4ed2d4 sfc: Use strlcpy() to copy ethtool stats names by Ben Hutchings · 12 years ago
  10. f7cbb16 sfc: Stop changing header offsets on TX by Ben Hutchings · 12 years ago
  11. e718905 sfc: Remove dead write to tso_state::packet_space by Ben Hutchings · 12 years ago
  12. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 12 years ago
  13. 62f8dc5 sfc: Work around bogus 'uninitialised variable' warning by Ben Hutchings · 12 years ago
  14. 1aa8b47 drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers by Ben Hutchings · 12 years ago
  15. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  16. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  18. ba62b2a sfc: Implement module EEPROM access for SFE4002 and SFN4112F by Ben Hutchings · 12 years ago
  19. c087bd2 sfc: Added support for new ethtool APIs for obtaining module eeprom by Stuart Hodgson · 12 years ago
  20. 6423518 sfc: By default refill RX rings as soon as space for a batch by David Riddoch · 12 years ago
  21. da9ca50 sfc: Fill RX rings completely full, rather than to 95% full by David Riddoch · 12 years ago
  22. 3de4e30 sfc: Fix missing cleanup in failure path of efx_pci_probe() by Ben Hutchings · 12 years ago
  23. 3dca9d2 sfc: Do not attempt to flush queues if DMA is disabled by Stuart Hodgson · 12 years ago
  24. 3132d28 sfc: Fix division by zero when using one RX channel and no SR-IOV by Ben Hutchings · 12 years ago
  25. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  26. 88dfda5 sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Shmulik Ladkani · 13 years ago
  27. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  28. 460eeaa sfc: Log the part number on probe by Ben Hutchings · 12 years ago
  29. 58f7e57 sfc: Remove efx_channel::last_eventq_read_ptr by Ben Hutchings · 12 years ago
  30. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 12 years ago
  31. eee6f6a sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test by Ben Hutchings · 12 years ago
  32. ed74f48 sfc: Test all event queues in parallel by Ben Hutchings · 12 years ago
  33. 93e5dfa sfc: Raise self-test timeouts by Ben Hutchings · 12 years ago
  34. e7bed9c sfc: Remove TX completions from adaptive IRQ scoring by Ben Hutchings · 12 years ago
  35. 61321d9 sfc: Update comments on efx_rx_packet_gro() by Ben Hutchings · 12 years ago
  36. bdca71e sfc: Remove redundant function efx_nic_has_mc() by Ben Hutchings · 12 years ago
  37. 2c61c8a sfc: Fix calculation of vf_i in map_vi_index() by Robert Stonehouse · 12 years ago
  38. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  39. ff3bc1e sfc: Fix assignment of ip_summed for pre-allocated skbs by Ben Hutchings · 12 years ago
  40. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago
  41. 73e0026 sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channels by Ben Hutchings · 12 years ago
  42. 2d0cc56 sfc: Minor formatting cleanup by Ben Hutchings · 12 years ago
  43. c92aaff sfc: Reverse initial buffer table allocation to allow for later resizing by Ben Hutchings · 12 years ago
  44. 01cb543 sfc: Correct validation of peer_page_count in efx_vfdi_set_status_page() by Ben Hutchings · 12 years ago
  45. c3cb2a8 sfc: Specify that the VFDI status page has page alignment and size by Ben Hutchings · 12 years ago
  46. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 13 years ago
  47. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 13 years ago
  48. a9a52506 sfc: Pass NIC structure into efx_wanted_parallelism() by Ben Hutchings · 13 years ago
  49. 7f967c0 sfc: Add support for 'extra' channel types by Ben Hutchings · 13 years ago
  50. a16e5b2 sfc: Make all CPU/IRQ/channel/queue counts unsigned by Ben Hutchings · 13 years ago
  51. 5bbe2f4 sfc: Make buffer table indices and counts consistently unsigned by Ben Hutchings · 13 years ago
  52. a606f43 sfc: Disable flow control during flushes by Steve Hodgson · 13 years ago
  53. 9089300 sfc: Generalise event generation to cover VF-owned event queues by Ben Hutchings · 13 years ago
  54. 9d9a697 sfc: Use proper function to test for RX channel in efx_poll() by Ben Hutchings · 13 years ago
  55. 9f2cb71 sfc: Leave interrupts and event queues enabled whenever we can by Ben Hutchings · 13 years ago
  56. 2ae75da sfc: Generate RX fill events based on RX queues, not channels by Ben Hutchings · 13 years ago
  57. 4ef594eb sfc: Generalise driver event generation by Ben Hutchings · 13 years ago
  58. 055e0ad sfc: Correct MAC filter bitfield definitions by Ben Hutchings · 13 years ago
  59. 3d885e3 sfc: Add support for TX MAC filters by Ben Hutchings · 13 years ago
  60. c274d65 sfc: Add support for configuring RX unicast/multicast default filters by Ben Hutchings · 13 years ago
  61. 7c43161 sfc: Warn if unable to create MTDs by Ben Hutchings · 13 years ago
  62. 5b6262d sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE 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. 06e63c5 sfc: Use a more sensible cast in efx_rx_buf_offset() by Ben Hutchings · 13 years ago
  66. 8b1c36b sfc: MTD: Leave the DEBUG macro alone by Ben Hutchings · 13 years ago
  67. db33956 sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field by Ben Hutchings · 13 years ago
  68. 1ddceb4 sfc: Move the end of the non-GRO RX path into its own function by Ben Hutchings · 13 years ago
  69. f9c7625 sfc: Make all MAC statistics consistently 64 bits wide by Ben Hutchings · 13 years ago
  70. 0fca8c9 sfc: Rename implementation of ndo_set_rx_mode by Ben Hutchings · 13 years ago
  71. 6c8eef4 sfc: Remove redundant 'rc' variable, always set to 0 by Ben Hutchings · 13 years ago
  72. 2aa9ef1 sfc: Minor formatting fixes by Ben Hutchings · 13 years ago
  73. 86ee530 sfc: Use existing local variables instead of repeated indirect lookups by Ben Hutchings · 13 years ago
  74. 73ba7b6 sfc: Remove remnants of on-load self-test by Ben Hutchings · 13 years ago
  75. b249513 sfc: Remove obsolete function efx_dev_name() by Ben Hutchings · 13 years ago
  76. 94813b8 sfc: Update the description of SFC_MTD by Ben Hutchings · 13 years ago
  77. 55c5e0f sfc: Add hwmon driver for boards using SFC9000-family controllers by Ben Hutchings · 13 years ago
  78. 1646a6f sfc: Clean up test interrupt handling by Ben Hutchings · 13 years ago
  79. f70d184 Partly revert "sfc: Handle serious errors in exactly one interrupt handler" by Ben Hutchings · 13 years ago
  80. 0fb53fa sfc: Remove dependence on NAPI polling in efx_test_eventq_irq() by Ben Hutchings · 13 years ago
  81. cc180b6 sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) by Ben Hutchings · 13 years ago
  82. 6aa9c7f sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response. by Matthew Slattery · 14 years ago
  83. 5f3f9d6 sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG by Ben Hutchings · 13 years ago
  84. 30b81cd sfc: Remove efx_nic_type::push_multicast_hash operation by Ben Hutchings · 13 years ago
  85. 1daf417 sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults() by Ben Hutchings · 13 years ago
  86. 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
  87. 1cb3452 sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats by Ben Hutchings · 13 years ago
  88. 788ec41 sfc: Use new names for MC shared memory layout constants by Ben Hutchings · 13 years ago
  89. 3f713bf sfc: Make handling of MC reboot more reliable by Ben Hutchings · 13 years ago
  90. e332bcb sfc: Remove fallback for invalid permanent MAC address by Ben Hutchings · 13 years ago
  91. cdb08f8 sfc: Set default parallelism to per-core by default by Ben Hutchings · 13 years ago
  92. fa142b9 sfc: Rename efx_wanted_channels() to efx_wanted_parallelism() by Ben Hutchings · 13 years ago
  93. 05a9320 sfc: Update MCDI (firmware interface) definitions by Ben Hutchings · 13 years ago
  94. 783b6bb sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatch by Ben Hutchings · 13 years ago
  95. 18e83e4 sfc: Const-qualify static data as appropriate, partly prompted by checkpatch by Ben Hutchings · 13 years ago
  96. 0beaca2 sfc: Remove parentheses around return expressions, reported by checkpatch by Ben Hutchings · 13 years ago
  97. e9e0184 sfc: Avoid assignment in an if-statement, reported by checkpatch by Ben Hutchings · 13 years ago
  98. 9c636ba sfc: Fix some formatting errors reported by checkpatch by Ben Hutchings · 13 years ago
  99. 8db182f sfc: Remove now-unused filter function by Ben Hutchings · 13 years ago
  100. b2bb7b7 sfc: Implement ethtool RX NFC rules API instead of n-tuple API by Ben Hutchings · 13 years ago