| Commit message (Expand) | Author | Age |
* | net: sfc: Use pci_clear_master() to disable bus mastering | Ben Hutchings | 2009-01-07 |
* | sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialised | Ben Hutchings | 2008-12-13 |
* | sfc: Use model numbers for PHY type names | Ben Hutchings | 2008-12-13 |
* | sfc: Remove leading spaces | Ben Hutchings | 2008-12-13 |
* | sfc: Add support for SFN4111T | Ben Hutchings | 2008-12-13 |
* | sfc: Add support for Solarflare 10Xpress SFT9001 | Ben Hutchings | 2008-12-13 |
* | sfc: Rework MAC, PHY and board event handling | Ben Hutchings | 2008-12-13 |
* | sfc: Implement auto-negotiation | Ben Hutchings | 2008-12-13 |
* | sfc: Add support for sub-10G speeds | Ben Hutchings | 2008-12-13 |
* | sfc: Remove MII extension cruft | Ben Hutchings | 2008-12-13 |
* | sfc: Don't count RX checksum errors during loopback self-test | Ben Hutchings | 2008-12-13 |
* | sfc: Provide hints to irqbalance daemon | Ben Hutchings | 2008-12-13 |
* | sfc: Work around unreliable strap pins | Ben Hutchings | 2008-12-13 |
* | sfc: Clean up waits for flash/EEPROM operations | Ben Hutchings | 2008-12-13 |
* | sfc: Remove unneeded register write | Ben Hutchings | 2008-12-13 |
* | sfc: Change SPI lengths to type size_t | Ben Hutchings | 2008-12-13 |
* | sfc: Expose flash region storing boot code as MTD | Ben Hutchings | 2008-11-06 |
* | sfc: Clean up non-volatile memory partitioning | Ben Hutchings | 2008-11-06 |
* | sfc: Fix type of FALCON_SPI_MAX_LEN | Ben Hutchings | 2008-09-24 |
* | sfc: Disable interrupts after a fatal interrupt occurs until reset | Ben Hutchings | 2008-09-24 |
* | sfc: Insert read memory barrier after checking MAC statistics flag | Ben Hutchings | 2008-09-24 |
* | sfc: Make queue flushes more reliable | Ben Hutchings | 2008-09-24 |
* | sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word) | Steve Hodgson | 2008-09-24 |
* | sfc: Add check for memory allocation failure in falcon_probe_nic() | Ben Hutchings | 2008-09-24 |
* | sfc: Extend self-tests | Ben Hutchings | 2008-09-03 |
* | sfc: Remove some unreachable error paths | Ben Hutchings | 2008-09-03 |
* | sfc: Cleanup RX event processing | Ben Hutchings | 2008-09-03 |
* | sfc: Remove efx_channel::evqnum field | Ben Hutchings | 2008-09-03 |
* | sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER | Ben Hutchings | 2008-09-03 |
* | sfc: Cleanup RX queue information | Ben Hutchings | 2008-09-03 |
* | sfc: Remove efx_channel::has_interrupt | Ben Hutchings | 2008-09-03 |
* | sfc: Export boot configuration in EEPROM through ethtool | Ben Hutchings | 2008-09-03 |
* | sfc: Removed forced inlining of long functions | Ben Hutchings | 2008-09-03 |
* | sfc: Use explicit bool for boolean variables, parameters and return values | Ben Hutchings | 2008-09-03 |
* | sfc: Reverse the XOFF/XON pause frame control fifo thresholds | Ben Hutchings | 2008-09-03 |
* | sfc: Remove mistaken hardware workaround | Ben Hutchings | 2008-09-03 |
* | sfc: Use separate hardware TX queues to select checksum generation | Ben Hutchings | 2008-09-03 |
* | sfc: Replace net_dev->priv with netdev_priv(net_dev) | Ben Hutchings | 2008-09-03 |
* | sfc: I2C adapter initialisation fixes | Ben Hutchings | 2008-07-22 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-13 |
|\ |
|
| * | sfc: Recover from RX queue flush failure | Steve Hodgson | 2008-06-10 |
* | | sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz | Ben Hutchings | 2008-05-30 |
* | | sfc: Use kernel I2C system and i2c-algo-bit driver | Ben Hutchings | 2008-05-30 |
|/ |
|
* | sfc: Remove redundant casts to and from void * | Ben Hutchings | 2008-05-22 |
* | sfc: Change type of efx_nic::nic_data to struct falcon_nic_data * | Ben Hutchings | 2008-05-22 |
* | sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros | Ben Hutchings | 2008-05-22 |
* | sfc: Replaced various macros with inline functions | Ben Hutchings | 2008-05-22 |
* | sfc: Added and removed braces to comply with kernel style | Ben Hutchings | 2008-05-22 |
* | sfc: Removed casts to void | Ben Hutchings | 2008-05-22 |
* | [netdrvr] sfc: sfc: Add self-test support | Ben Hutchings | 2008-05-13 |