1. fdaa9ae sfc: Simplify PHY polling by Steve Hodgson · 15 years ago
  2. 8be4f3e sfc: Change MAC promiscuity and multicast hash at the same time by Ben Hutchings · 15 years ago
  3. 9007b9f sfc: Simplify XMAC link polling by Ben Hutchings · 15 years ago
  4. 55edc6e sfc: Split MAC stats DMA initiation and completion by Ben Hutchings · 15 years ago
  5. 127e6e1 sfc: Fix bugs in RX queue flushing by Ben Hutchings · 15 years ago
  6. c459302 sfc: Log interrupt and reset type names, not numbers by Ben Hutchings · 15 years ago
  7. eb50c0d sfc: Gather link state fields in struct efx_nic into new struct efx_link_state by Ben Hutchings · 15 years ago
  8. e775fb9 sfc: Move all I2C stuff into struct falcon_board by Ben Hutchings · 15 years ago
  9. 3759433 sfc: Move struct falcon_board into struct falcon_nic_data by Ben Hutchings · 15 years ago
  10. 278c062 sfc: Make board information explicitly Falcon-specific by Ben Hutchings · 15 years ago
  11. 981fc1b4 sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T by Ben Hutchings · 15 years ago
  12. 398468e sfc: Use a single blink implementation by Ben Hutchings · 15 years ago
  13. 9e0c8a5 sfc: Remove pointless abstraction of memory BAR number (2) by Ben Hutchings · 15 years ago
  14. 18ea024 sfc: Merge efx_fc_resolve() into efx_mdio_get_pause() by Ben Hutchings · 15 years ago
  15. 8698a6b sfc: Removed kernel-doc for nonexistent member of efx_phy_operations by Ben Hutchings · 15 years ago
  16. 0d86ebd sfc: Maintain interrupt moderation values in ticks, not microseconds by Ben Hutchings · 15 years ago
  17. 0484e0d sfc: Move shared members of struct falcon_nic_data into struct efx_nic by Ben Hutchings · 15 years ago
  18. 7d4cdb5 sfc: Merge struct efx_blinker into struct efx_board by Ben Hutchings · 15 years ago
  19. 63f1988 sfc: Move all TX DMA length limiting into tx.c by Ben Hutchings · 15 years ago
  20. 3ffeabd sfc: Eliminate indirect lookups of queue size constants by Ben Hutchings · 15 years ago
  21. 625b451 sfc: Move RX data FIFO thresholds out of struct efx_nic_type by Ben Hutchings · 15 years ago
  22. cc11763 sfc: Work around XMAC bug causing packet loss with some peers by Ben Hutchings · 15 years ago
  23. 3f926da sfc: Use generic MDIO flow control auto-negotiation functions by Ben Hutchings · 15 years ago
  24. 68e7f45 sfc: Use generic MDIO functions and definitions by Ben Hutchings · 15 years ago
  25. 6fb70fd sfc: Implement adaptive IRQ moderation by Ben Hutchings · 16 years ago
  26. 8129d21 sfc: Clean up LED control by Ben Hutchings · 16 years ago
  27. b4a44a6 sfc: Delete unused efx_blinker::led_num field by Ben Hutchings · 16 years ago
  28. d2d2c37 sfc: Add support for QT2025C PHY by Ben Hutchings · 16 years ago
  29. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  30. 1974cc2 sfc: Replace stats_enabled flag with a disable count by Ben Hutchings · 16 years ago
  31. af4ad9b sfc: SFX7101/SFT9001: Fix AN advertisements by Ben Hutchings · 16 years ago
  32. da3bc07 sfc: Replace LRO with GRO by Herbert Xu · 16 years ago
  33. 1796721 sfc: Add support for multiple PHY self-tests by Ben Hutchings · 16 years ago
  34. 6977dc6 sfc: Generate unique names for per-NIC workqueues by Ben Hutchings · 16 years ago
  35. a7a81fc sfc: Version 2.3 by Ben Hutchings · 16 years ago
  36. ab37735 sfc: Use model numbers for PHY type names by Ben Hutchings · 16 years ago
  37. e6fa2eb sfc: Add support for Solarflare 10Xpress SFT9001 by Ben Hutchings · 16 years ago
  38. 766ca0f sfc: Rework MAC, PHY and board event handling by Ben Hutchings · 16 years ago
  39. 04cc8ca sfc: Implement auto-negotiation by Ben Hutchings · 16 years ago
  40. 177dfcd sfc: Add support for sub-10G speeds by Ben Hutchings · 16 years ago
  41. f31a45d sfc: Remove MII extension cruft by Ben Hutchings · 16 years ago
  42. 56536e9 sfc: Provide hints to irqbalance daemon by Ben Hutchings · 16 years ago
  43. 28b581a sfc: Add option to use a separate channel for TX completions by Neil Turton · 16 years ago
  44. 1ab0062 sfc: Make reset_workqueue driver-global rather than per-NIC by Steve Hodgson · 16 years ago
  45. 3e133c4 sfc: Use lm87 and lm90 drivers for board temperature/power monitoring by Ben Hutchings · 16 years ago
  46. f415072 sfc: Expose flash region storing boot code as MTD by Ben Hutchings · 16 years ago
  47. 13e9ab1 sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriate by Ben Hutchings · 16 years ago
  48. 6bc5d3a sfc: Make queue flushes more reliable by Ben Hutchings · 16 years ago
  49. ef08af0 sfc: Remove workaround for old firmware bug by Ben Hutchings · 16 years ago
  50. 3c78708 sfc: Remove the STATE_RESETTING flag by Ben Hutchings · 16 years ago
  51. 8c8661e sfc: Extend self-tests by Ben Hutchings · 16 years ago
  52. f8b87c1 sfc: Make PHY flash mode a device attribute, not a module parameter by Ben Hutchings · 16 years ago
  53. d307402 sfc: Remove efx_channel::evqnum field by Ben Hutchings · 16 years ago
  54. a258902 sfc: Make efx_for_each_channel_rx_queue() more efficient by Ben Hutchings · 16 years ago
  55. 8831da7 sfc: Cleanup RX queue information by Ben Hutchings · 16 years ago
  56. 64ee312 sfc: Remove efx_channel::has_interrupt by Ben Hutchings · 16 years ago
  57. 4a5b504 sfc: Export boot configuration in EEPROM through ethtool by Ben Hutchings · 16 years ago
  58. dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
  59. cc12dac sfc: Reduce the size of struct efx_tx_buffer by Ben Hutchings · 16 years ago
  60. 60ac106 sfc: Use separate hardware TX queues to select checksum generation by Ben Hutchings · 16 years ago
  61. 26c0867 sfc: Remove unused field efx_channel::reset_work by Steve Hodgson · 16 years ago
  62. 18c2fc0 sfc: Change first parameter type of {set,clear}_bit_le() to unsigned by Ben Hutchings · 16 years ago
  63. 8d9853d sfc: Use a separate workqueue for resets by Ben Hutchings · 16 years ago
  64. 37b5a60 sfc: Use kernel I2C system and i2c-algo-bit driver by Ben Hutchings · 16 years ago
  65. 8757a5f sfc: Remove sub-minor component from driver version by Ben Hutchings · 16 years ago
  66. 5daab96 sfc: Change type of efx_nic::nic_data to struct falcon_nic_data * by Ben Hutchings · 16 years ago
  67. 6f8135c sfc: Do not define inline macro by Ben Hutchings · 16 years ago
  68. 9bbd7d9 sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros by Ben Hutchings · 16 years ago
  69. 086ea35 sfc: Use resource_size_t for PCI bus address by Ben Hutchings · 16 years ago
  70. 5566861 sfc: Replaced various macros with inline functions by Ben Hutchings · 16 years ago
  71. 3273c2e [netdrvr] sfc: sfc: Add self-test support by Ben Hutchings · 16 years ago
  72. d6742d4 [netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nic by Ben Hutchings · 16 years ago
  73. b9b39b6 [netdrvr] sfc: Add TSO support by Ben Hutchings · 16 years ago
  74. 8ceee66 New driver "sfc" for Solarstorm SFC4000 controller. by Ben Hutchings · 16 years ago