Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | sfc: make functions static | stephen hemminger | 1 | -5/+0 |
2010-09-27 | drivers/net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2010-09-23 | sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC | Ben Hutchings | 1 | -2/+0 |
2010-09-22 | sfc: Fix build due to lack of vmalloc.h include. | David S. Miller | 1 | -0/+1 |
2010-09-22 | sfc: Add filter table management | Ben Hutchings | 1 | -0/+4 |
2010-09-14 | sfc: Fix order of channel_name array dimensions | Ben Hutchings | 1 | -1/+1 |
2010-09-10 | sfc: Allow changing the DMA ring sizes dynamically via ethtool | Ben Hutchings | 1 | -2/+2 |
2010-09-10 | sfc: Make the dmaq size a run-time setting (rather than compile-time) | Steve Hodgson | 1 | -3/+10 |
2010-09-10 | sfc: Allocate each channel separately, along with its RX and TX queues | Ben Hutchings | 1 | -39/+23 |
2010-09-10 | sfc: Refactor channel and queue lookup and iteration | Ben Hutchings | 1 | -6/+37 |
2010-09-10 | sfc: Abstract channel and index lookup for RX queues | Ben Hutchings | 1 | -0/+11 |
2010-07-09 | sfc: Remove unused field left from mis-merge | Ben Hutchings | 1 | -2/+0 |
2010-07-01 | sfc: Add support for RX flow hash control | Ben Hutchings | 1 | -0/+2 |
2010-06-26 | sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key | Ben Hutchings | 1 | -0/+1 |
2010-06-25 | sfc: Record hardware RX hash on each skb where possible | Ben Hutchings | 1 | -1/+3 |
2010-06-25 | sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAME | Ben Hutchings | 1 | -3/+1 |
2010-06-25 | sfc: Implement message level control | Ben Hutchings | 1 | -29/+6 |
2010-06-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2010-06-03 | sfc: Store port number in net_device::dev_id | Ben Hutchings | 1 | -3/+1 |
2010-06-03 | sfc: Get port number from CS_PORT_NUM, not PCI function number | Ben Hutchings | 1 | -1/+3 |
2010-06-02 | sfc: Get port number from CS_PORT_NUM, not PCI function number | Ben Hutchings | 1 | -1/+3 |
2010-06-02 | sfc: Allow shared pages to be recycled | Steve Hodgson | 1 | -0/+18 |
2010-06-02 | sfc: Support only two rx buffers per page | Steve Hodgson | 1 | -10/+0 |
2010-06-02 | sfc: Remove efx_rx_queue::add_lock | Steve Hodgson | 1 | -7/+3 |
2010-06-02 | sfc: Allow DRV_GEN events to be used outside of selftests | Steve Hodgson | 1 | -2/+2 |
2010-04-28 | sfc: Create multiple TX queues | Ben Hutchings | 1 | -33/+28 |
2010-04-28 | sfc: Clean up efx_nic::irq_zero_count | Ben Hutchings | 1 | -1/+2 |
2010-04-28 | sfc: Add necessary parentheses to macro definitions in net_driver.h | Ben Hutchings | 1 | -11/+11 |
2010-04-28 | sfc: Handle serious errors in exactly one interrupt handler | Steve Hodgson | 1 | -0/+2 |
2010-02-04 | sfc: Do not include unneeded headers | Ben Hutchings | 1 | -1/+0 |
2010-02-04 | sfc: Fix some incorrect or redundant comments | Ben Hutchings | 1 | -8/+4 |
2010-02-04 | sfc: Replace PHY MDIO test with an 'alive' test | Ben Hutchings | 1 | -1/+3 |
2009-12-24 | sfc: Move PHY software state initialisation from init() into probe() | Steve Hodgson | 1 | -0/+1 |
2009-11-30 | sfc: Update version, copyright dates, authors | Ben Hutchings | 1 | -2/+2 |
2009-11-30 | sfc: Add support for SFC9000 family (2) | Ben Hutchings | 1 | -1/+9 |
2009-11-30 | sfc: Allow for additional checksum offload features | Ben Hutchings | 1 | -0/+3 |
2009-11-30 | sfc: Extend MTD driver for use with new NICs | Ben Hutchings | 1 | -2/+6 |
2009-11-30 | sfc: Remove static PHY data and enumerations | Ben Hutchings | 1 | -29/+6 |
2009-11-30 | sfc: Extend loopback mode enumeration | Ben Hutchings | 1 | -1/+1 |
2009-11-30 | sfc: Add efx_nic_type operation for identity LED control | Ben Hutchings | 1 | -0/+2 |
2009-11-30 | sfc: Add efx_nic_type operation for NVRAM self-test | Ben Hutchings | 1 | -0/+2 |
2009-11-30 | sfc: Add efx_nic_type operation for register self-test | Ben Hutchings | 1 | -0/+2 |
2009-11-30 | sfc: Implement ethtool reset operation | Ben Hutchings | 1 | -0/+3 |
2009-11-30 | sfc: Add power-management and wake-on-LAN support | Ben Hutchings | 1 | -0/+6 |
2009-11-30 | sfc: Refactor link configuration | Ben Hutchings | 1 | -2/+6 |
2009-11-30 | sfc: Move Falcon NIC operations to efx_nic_type | Ben Hutchings | 1 | -0/+29 |
2009-11-29 | sfc: Clean up RX event handling | Ben Hutchings | 1 | -2/+2 |
2009-11-29 | sfc: Move descriptor cache base addresses to struct efx_nic_type | Ben Hutchings | 1 | -0/+4 |
2009-11-29 | sfc: Decouple NIC revision number from Falcon PCI revision number | Ben Hutchings | 1 | -0/+2 |
2009-11-29 | sfc: Remove some redundant whitespace | Ben Hutchings | 1 | -2/+0 |