| Commit message (Expand) | Author | Age | Files | Lines |
* | sfc: Move the Solarflare drivers | Jeff Kirsher | 2011-08-11 | 1 | -1060/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf... | David S. Miller | 2011-07-14 | 1 | -5/+6 |
|\ |
|
| * | sfc: Fix mapping of reset reasons and flags to methods | Ben Hutchings | 2011-06-25 | 1 | -3/+4 |
| * | sfc: Allow resets to be upgraded; use atomic ops for safety | Ben Hutchings | 2011-06-25 | 1 | -2/+2 |
* | | net: Remove unneeded version.h includes from drivers/net/ | Jesper Juhl | 2011-06-24 | 1 | -1/+0 |
|/ |
|
* | sfc: Don't use enums as a bitmask. | David S. Miller | 2011-05-17 | 1 | -7/+5 |
* | sfc: Use netif_device_{detach,attach}() around reset and self-test | Ben Hutchings | 2011-05-16 | 1 | -3/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-19 | 1 | -2/+0 |
|\ |
|
| * | sfc: Do not use efx_process_channel_now() in online self-test | Ben Hutchings | 2011-04-12 | 1 | -2/+0 |
* | | sfc: make function tables const | stephen hemminger | 2011-04-14 | 1 | -3/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-04-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | | sfc: Implement generic features interface | Ben Hutchings | 2011-04-05 | 1 | -2/+0 |
|/ |
|
* | sfc: Bump version to 3.1 | Ben Hutchings | 2011-02-28 | 1 | -1/+1 |
* | sfc: Update copyright dates | Ben Hutchings | 2011-02-28 | 1 | -1/+1 |
* | sfc: Reduce size of efx_rx_buffer further by removing data member | Steve Hodgson | 2011-02-28 | 1 | -2/+0 |
* | sfc: Reduce size of efx_rx_buffer by unionising skb and page | Steve Hodgson | 2011-02-28 | 1 | -2/+6 |
* | sfc: Implement hardware acceleration of RFS | Ben Hutchings | 2011-02-17 | 1 | -0/+3 |
* | sfc: Add TX queues for high-priority traffic | Ben Hutchings | 2011-02-15 | 1 | -6/+23 |
* | sfc: Distinguish queue lookup from test for queue existence | Ben Hutchings | 2011-02-15 | 1 | -11/+28 |
* | net: change netdev->features to u32 | Michał Mirosław | 2011-01-24 | 1 | -1/+1 |
* | sfc: Make efx_get_tx_queue() an inline function | Ben Hutchings | 2011-01-13 | 1 | -2/+8 |
* | sfc: Remove ancient support for nesting of TX stop | Ben Hutchings | 2010-12-10 | 1 | -9/+2 |
* | sfc: Remove unused field and comment on a previously removed field | Ben Hutchings | 2010-12-10 | 1 | -2/+0 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... | David S. Miller | 2010-12-10 | 1 | -18/+39 |
|\ |
|
| * | sfc: Use TX push whenever adding descriptors to an empty queue | Ben Hutchings | 2010-12-06 | 1 | -0/+16 |
| * | sfc: Reorder struct efx_nic to separate fields by volatility | Ben Hutchings | 2010-12-06 | 1 | -18/+23 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-08 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | sfc: Fix crash in legacy onterrupt handler during ring reallocation | Ben Hutchings | 2010-12-07 | 1 | -0/+2 |
* | | sfc: Store MAC address from NVRAM in net_device::perm_addr | Ben Hutchings | 2010-12-03 | 1 | -2/+0 |
* | | sfc: Update kernel-doc to match earlier move of Toeplitz hash key | Ben Hutchings | 2010-12-03 | 1 | -0/+1 |
* | | sfc: Move xmac_poll_required into struct falcon_nic_data | Ben Hutchings | 2010-12-03 | 1 | -2/+0 |
* | | sfc: Move Falcon global event handling to falcon.c | Ben Hutchings | 2010-12-03 | 1 | -0/+2 |
* | | sfc: Move mdio_lock to struct falcon_nic_data | Ben Hutchings | 2010-12-03 | 1 | -2/+0 |
* | | sfc: Move SPI state to struct falcon_nic_data | Ben Hutchings | 2010-12-03 | 1 | -8/+0 |
|/ |
|
* | sfc: make functions static | stephen hemminger | 2010-10-21 | 1 | -5/+0 |
* | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-26 | 1 | -1/+1 |
* | sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC | Ben Hutchings | 2010-09-22 | 1 | -2/+0 |
* | sfc: Fix build due to lack of vmalloc.h include. | David S. Miller | 2010-09-21 | 1 | -0/+1 |
* | sfc: Add filter table management | Ben Hutchings | 2010-09-21 | 1 | -0/+4 |
* | sfc: Fix order of channel_name array dimensions | Ben Hutchings | 2010-09-13 | 1 | -1/+1 |
* | sfc: Allow changing the DMA ring sizes dynamically via ethtool | Ben Hutchings | 2010-09-10 | 1 | -2/+2 |
* | sfc: Make the dmaq size a run-time setting (rather than compile-time) | Steve Hodgson | 2010-09-10 | 1 | -3/+10 |
* | sfc: Allocate each channel separately, along with its RX and TX queues | Ben Hutchings | 2010-09-10 | 1 | -39/+23 |
* | sfc: Refactor channel and queue lookup and iteration | Ben Hutchings | 2010-09-10 | 1 | -6/+37 |
* | sfc: Abstract channel and index lookup for RX queues | Ben Hutchings | 2010-09-10 | 1 | -0/+11 |
* | sfc: Remove unused field left from mis-merge | Ben Hutchings | 2010-07-08 | 1 | -2/+0 |
* | sfc: Add support for RX flow hash control | Ben Hutchings | 2010-06-30 | 1 | -0/+2 |
* | sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key | Ben Hutchings | 2010-06-25 | 1 | -0/+1 |
* | sfc: Record hardware RX hash on each skb where possible | Ben Hutchings | 2010-06-24 | 1 | -1/+3 |