Age | Commit message (Expand) | Author |
2011-02-28 | sfc: Bump version to 3.1 | Ben Hutchings |
2011-02-28 | sfc: Update copyright dates | Ben Hutchings |
2011-02-28 | sfc: Reduce size of efx_rx_buffer further by removing data member | Steve Hodgson |
2011-02-28 | sfc: Reduce size of efx_rx_buffer by unionising skb and page | Steve Hodgson |
2011-02-17 | sfc: Implement hardware acceleration of RFS | Ben Hutchings |
2011-02-15 | sfc: Add TX queues for high-priority traffic | Ben Hutchings |
2011-02-15 | sfc: Distinguish queue lookup from test for queue existence | Ben Hutchings |
2011-01-24 | net: change netdev->features to u32 | Michał Mirosław |
2011-01-13 | sfc: Make efx_get_tx_queue() an inline function | Ben Hutchings |
2010-12-10 | sfc: Remove ancient support for nesting of TX stop | Ben Hutchings |
2010-12-10 | sfc: Remove unused field and comment on a previously removed field | Ben Hutchings |
2010-12-10 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... | David S. Miller |
2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-12-07 | sfc: Fix crash in legacy onterrupt handler during ring reallocation | Ben Hutchings |
2010-12-06 | sfc: Use TX push whenever adding descriptors to an empty queue | Ben Hutchings |
2010-12-06 | sfc: Reorder struct efx_nic to separate fields by volatility | Ben Hutchings |
2010-12-03 | sfc: Store MAC address from NVRAM in net_device::perm_addr | Ben Hutchings |
2010-12-03 | sfc: Update kernel-doc to match earlier move of Toeplitz hash key | Ben Hutchings |
2010-12-03 | sfc: Move xmac_poll_required into struct falcon_nic_data | Ben Hutchings |
2010-12-03 | sfc: Move Falcon global event handling to falcon.c | Ben Hutchings |
2010-12-03 | sfc: Move mdio_lock to struct falcon_nic_data | Ben Hutchings |
2010-12-03 | sfc: Move SPI state to struct falcon_nic_data | Ben Hutchings |
2010-10-21 | sfc: make functions static | stephen hemminger |
2010-09-26 | drivers/net: return operator cleanup | Eric Dumazet |
2010-09-22 | sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC | Ben Hutchings |
2010-09-21 | sfc: Fix build due to lack of vmalloc.h include. | David S. Miller |
2010-09-21 | sfc: Add filter table management | Ben Hutchings |
2010-09-13 | sfc: Fix order of channel_name array dimensions | Ben Hutchings |
2010-09-10 | sfc: Allow changing the DMA ring sizes dynamically via ethtool | Ben Hutchings |
2010-09-10 | sfc: Make the dmaq size a run-time setting (rather than compile-time) | Steve Hodgson |
2010-09-10 | sfc: Allocate each channel separately, along with its RX and TX queues | Ben Hutchings |
2010-09-10 | sfc: Refactor channel and queue lookup and iteration | Ben Hutchings |
2010-09-10 | sfc: Abstract channel and index lookup for RX queues | Ben Hutchings |
2010-07-08 | sfc: Remove unused field left from mis-merge | Ben Hutchings |
2010-06-30 | sfc: Add support for RX flow hash control | Ben Hutchings |
2010-06-25 | sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key | Ben Hutchings |
2010-06-24 | sfc: Record hardware RX hash on each skb where possible | Ben Hutchings |
2010-06-24 | sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME | Ben Hutchings |
2010-06-24 | sfc: Implement message level control | Ben Hutchings |
2010-06-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-06-03 | sfc: Store port number in net_device::dev_id | Ben Hutchings |
2010-06-03 | sfc: Get port number from CS_PORT_NUM, not PCI function number | Ben Hutchings |
2010-06-02 | sfc: Get port number from CS_PORT_NUM, not PCI function number | Ben Hutchings |
2010-06-02 | sfc: Allow shared pages to be recycled | Steve Hodgson |
2010-06-02 | sfc: Support only two rx buffers per page | Steve Hodgson |
2010-06-02 | sfc: Remove efx_rx_queue::add_lock | Steve Hodgson |
2010-06-02 | sfc: Allow DRV_GEN events to be used outside of selftests | Steve Hodgson |
2010-04-28 | sfc: Create multiple TX queues | Ben Hutchings |
2010-04-28 | sfc: Clean up efx_nic::irq_zero_count | Ben Hutchings |
2010-04-28 | sfc: Add necessary parentheses to macro definitions in net_driver.h | Ben Hutchings |