1. 4b0d29d sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO by Ben Hutchings · 15 years ago
  2. 674979d sfc: Remove duplicate hardware structure definitions by Ben Hutchings · 15 years ago
  3. 39e6021 sfc: Remove redundant writes to INT_ADR_KER by Ben Hutchings · 15 years ago
  4. c1ac403 sfc: Clean up RX event handling by Ben Hutchings · 15 years ago
  5. 0228f5cdb0 sfc: Move descriptor cache base addresses to struct efx_nic_type by Ben Hutchings · 15 years ago
  6. daeda63 sfc: Decouple NIC revision number from Falcon PCI revision number by Ben Hutchings · 15 years ago
  7. 0589ece0 sfc: Remove EFX_WORKAROUND_9141 macro by Matthew Slattery · 15 years ago
  8. b895d73 sfc: Always start Falcon using the XMAC by Steve Hodgson · 15 years ago
  9. ab86746 sfc: Replace MDIO spinlock with mutex by Steve Hodgson · 15 years ago
  10. fdaa9ae sfc: Simplify PHY polling by Steve Hodgson · 15 years ago
  11. 8be4f3e sfc: Change MAC promiscuity and multicast hash at the same time by Ben Hutchings · 15 years ago
  12. 9007b9f sfc: Simplify XMAC link polling by Ben Hutchings · 15 years ago
  13. fe75820 sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c by Ben Hutchings · 15 years ago
  14. 55edc6e sfc: Split MAC stats DMA initiation and completion by Ben Hutchings · 15 years ago
  15. 26deba5 sfc: Only switch Falcon MAC clocks as necessary by Steve Hodgson · 15 years ago
  16. 127e6e1 sfc: Fix bugs in RX queue flushing by Ben Hutchings · 15 years ago
  17. 44838a4 sfc: Clean up struct falcon_board and struct falcon_board_data by Ben Hutchings · 15 years ago
  18. 734a350 sfc: Remove unused constant by Ben Hutchings · 15 years ago
  19. 8986352 sfc: Comment corrections by Ben Hutchings · 15 years ago
  20. 80cb9a0 sfc: Treat all MAC registers as 128-bit by Ben Hutchings · 15 years ago
  21. 46e1ac0 sfc: Fix descriptor cache sizes by Ben Hutchings · 15 years ago
  22. c459302 sfc: Log interrupt and reset type names, not numbers by Ben Hutchings · 15 years ago
  23. eb50c0d sfc: Gather link state fields in struct efx_nic into new struct efx_link_state by Ben Hutchings · 15 years ago
  24. e775fb9 sfc: Move all I2C stuff into struct falcon_board by Ben Hutchings · 15 years ago
  25. 5c16a96 sfc: Move definition of struct falcon_nic_data into falcon.h by Ben Hutchings · 15 years ago
  26. 278c062 sfc: Make board information explicitly Falcon-specific by Ben Hutchings · 15 years ago
  27. 9c1bbba sfc: Really allow RX checksum offload to be disabled by Ben Hutchings · 15 years ago
  28. b37b62f sfc: Rename 'xfp' file and functions to reflect reality by Ben Hutchings · 15 years ago
  29. 96c45726 sfc: Merge falcon_probe_phy() into falcon_probe_port() by Ben Hutchings · 15 years ago
  30. dc803df sfc: Remove pointless abstraction of memory BAR number by Ben Hutchings · 15 years ago
  31. 0d86ebd sfc: Maintain interrupt moderation values in ticks, not microseconds by Ben Hutchings · 15 years ago
  32. 0484e0d sfc: Move shared members of struct falcon_nic_data into struct efx_nic by Ben Hutchings · 15 years ago
  33. 63f1988 sfc: Move all TX DMA length limiting into tx.c by Ben Hutchings · 15 years ago
  34. 6d51d30 sfc: Define DMA address mask explicitly in terms of descriptor field width by Ben Hutchings · 15 years ago
  35. 3ffeabd sfc: Eliminate indirect lookups of queue size constants by Ben Hutchings · 15 years ago
  36. 12d00ca sfc: Rename register I/O header and functions used by both Falcon and Siena by Ben Hutchings · 15 years ago
  37. 3e6c453 sfc: Update hardware definitions for Siena by Ben Hutchings · 15 years ago
  38. 625b451 sfc: Move RX data FIFO thresholds out of struct efx_nic_type by Ben Hutchings · 15 years ago
  39. 56241ce sfc: Remove versioned bitfield macros by Ben Hutchings · 15 years ago
  40. 5087b54 sfc: Remove boards.h, moving last remaining declaration to falcon.h by Ben Hutchings · 15 years ago
  41. 3473a5b sfc: Rename Falcon-specific board code and types by Ben Hutchings · 15 years ago
  42. 19e71cf sfc: Remove redundant hardware initialisation by Ben Hutchings · 15 years ago
  43. 68e7f45 sfc: Use generic MDIO functions and definitions by Ben Hutchings · 15 years ago
  44. 239795a sfc: Use correct macro to set event bitfield by Ben Hutchings · 15 years ago
  45. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  46. 6fb70fd sfc: Implement adaptive IRQ moderation by Ben Hutchings · 15 years ago
  47. 28c4605 sfc: Remove unused private PCI register definitions by Ben Hutchings · 15 years ago
  48. a9de9a7 sfc: Work around unreliable legacy interrupt status by Ben Hutchings · 15 years ago
  49. 2c3c3d0 sfc: Improve NIC internal error recovery by Ben Hutchings · 15 years ago
  50. 4720bc6 sfc: Fix search for flush completion events by Ben Hutchings · 15 years ago
  51. 8c87037 sfc: Clear I2C adapter structure in falcon_remove_nic() by Ben Hutchings · 15 years ago
  52. d2d2c37 sfc: Add support for QT2025C PHY by Ben Hutchings · 15 years ago
  53. 9c8976a falcon fix compilation warnings by Jaswinder Singh Rajput · 15 years ago
  54. 1974cc2 sfc: Replace stats_enabled flag with a disable count by Ben Hutchings · 15 years ago
  55. 0cc128387 sfc: Fix post-reset MAC selection by Steve Hodgson · 15 years ago
  56. 2d18835 sfc: SFX7101: Remove workaround for bad link training by Steve Hodgson · 15 years ago
  57. ef1bba2 net: sfc: Use pci_clear_master() to disable bus mastering by Ben Hutchings · 16 years ago
  58. 0c53d8c sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialised by Ben Hutchings · 16 years ago
  59. ab37735 sfc: Use model numbers for PHY type names by Ben Hutchings · 16 years ago
  60. b453193 sfc: Remove leading spaces by Ben Hutchings · 16 years ago
  61. 6f158d5 sfc: Add support for SFN4111T by Ben Hutchings · 16 years ago
  62. e6fa2eb sfc: Add support for Solarflare 10Xpress SFT9001 by Ben Hutchings · 16 years ago
  63. 766ca0f sfc: Rework MAC, PHY and board event handling by Ben Hutchings · 16 years ago
  64. 04cc8ca sfc: Implement auto-negotiation by Ben Hutchings · 16 years ago
  65. 177dfcd sfc: Add support for sub-10G speeds by Ben Hutchings · 16 years ago
  66. f31a45d sfc: Remove MII extension cruft by Ben Hutchings · 16 years ago
  67. 5005087 sfc: Don't count RX checksum errors during loopback self-test by Ben Hutchings · 16 years ago
  68. 56536e9 sfc: Provide hints to irqbalance daemon by Ben Hutchings · 16 years ago
  69. 2f7f573 sfc: Work around unreliable strap pins by Ben Hutchings · 16 years ago
  70. be4ea89 sfc: Clean up waits for flash/EEPROM operations by Ben Hutchings · 16 years ago
  71. 2b2734d sfc: Remove unneeded register write by Ben Hutchings · 16 years ago
  72. 23d30f0 sfc: Change SPI lengths to type size_t by Ben Hutchings · 16 years ago
  73. f415072 sfc: Expose flash region storing boot code as MTD by Ben Hutchings · 16 years ago
  74. 0a95f56 sfc: Clean up non-volatile memory partitioning by Ben Hutchings · 16 years ago
  75. 31b7602 sfc: Fix type of FALCON_SPI_MAX_LEN by Ben Hutchings · 16 years ago
  76. 0a62f1a sfc: Disable interrupts after a fatal interrupt occurs until reset by Ben Hutchings · 16 years ago
  77. 1d0680f sfc: Insert read memory barrier after checking MAC statistics flag by Ben Hutchings · 16 years ago
  78. 6bc5d3a sfc: Make queue flushes more reliable by Ben Hutchings · 16 years ago
  79. 92ade88 sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word) by Steve Hodgson · 16 years ago
  80. 88c5942 sfc: Add check for memory allocation failure in falcon_probe_nic() by Ben Hutchings · 16 years ago
  81. 8c8661e sfc: Extend self-tests by Ben Hutchings · 16 years ago
  82. bc3c90a sfc: Remove some unreachable error paths by Ben Hutchings · 16 years ago
  83. 42cbe2d sfc: Cleanup RX event processing by Ben Hutchings · 16 years ago
  84. d307402 sfc: Remove efx_channel::evqnum field by Ben Hutchings · 16 years ago
  85. 955f0a7 sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER by Ben Hutchings · 16 years ago
  86. 8831da7 sfc: Cleanup RX queue information by Ben Hutchings · 16 years ago
  87. 64ee312 sfc: Remove efx_channel::has_interrupt by Ben Hutchings · 16 years ago
  88. 4a5b504 sfc: Export boot configuration in EEPROM through ethtool by Ben Hutchings · 16 years ago
  89. 4d56606 sfc: Removed forced inlining of long functions by Ben Hutchings · 16 years ago
  90. dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
  91. c84a6f1 sfc: Reverse the XOFF/XON pause frame control fifo thresholds by Ben Hutchings · 16 years ago
  92. 5b39fe3 sfc: Remove mistaken hardware workaround by Ben Hutchings · 16 years ago
  93. 60ac106 sfc: Use separate hardware TX queues to select checksum generation by Ben Hutchings · 16 years ago
  94. 767e468 sfc: Replace net_dev->priv with netdev_priv(net_dev) by Ben Hutchings · 16 years ago
  95. 9dadae6 sfc: I2C adapter initialisation fixes by Ben Hutchings · 16 years ago
  96. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  97. 23bdfdd sfc: Recover from RX queue flush failure by Steve Hodgson · 16 years ago
  98. 62c7832 sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz by Ben Hutchings · 16 years ago
  99. 37b5a60 sfc: Use kernel I2C system and i2c-algo-bit driver by Ben Hutchings · 16 years ago
  100. d3208b5 sfc: Remove redundant casts to and from void * by Ben Hutchings · 16 years ago