aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)AuthorFilesLines
2011-03-23sfc: Siena: Disable write-combining when SR-IOV is enabledGravatar Steve Hodgson 2-2/+18
2011-03-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...Gravatar David S. Miller 3-10/+16
2011-03-04sfc: Use write-combining to reduce TX latencyGravatar Ben Hutchings 3-10/+16
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-9/+13
2011-02-28sfc: Bump version to 3.1Gravatar Ben Hutchings 1-1/+1
2011-02-28sfc: Remove configurable FIFO thresholds for pause frame generationGravatar Ben Hutchings 4-41/+5
2011-02-28sfc: Expose TX push and TSO counters through ethtool statisticsGravatar Ben Hutchings 1-1/+20
2011-02-28sfc: Update copyright datesGravatar Ben Hutchings 30-30/+30
2011-02-28sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd()Gravatar Ben Hutchings 4-31/+8
2011-02-28sfc: Read MC firmware version when requested through ethtoolGravatar Ben Hutchings 5-41/+9
2011-02-28sfc: Reduce size of efx_rx_buffer further by removing data memberGravatar Steve Hodgson 2-24/+28
2011-02-28sfc: Reduce size of efx_rx_buffer by unionising skb and pageGravatar Steve Hodgson 2-53/+51
2011-02-22sfc: lower stack usage in efx_ethtool_self_testGravatar Eric Dumazet 1-9/+13
2011-02-17sfc: Implement hardware acceleration of RFSGravatar Ben Hutchings 4-2/+169
2011-02-16sfc: Limit filter search depth further for performance hints (i.e. RFS)Gravatar Ben Hutchings 1-4/+9
2011-02-15sfc: Add TX queues for high-priority trafficGravatar Ben Hutchings 7-28/+156
2011-02-15sfc: Distinguish queue lookup from test for queue existenceGravatar Ben Hutchings 3-29/+33
2011-02-15sfc: Move TX queue core queue mapping into tx.cGravatar Ben Hutchings 3-4/+10
2011-01-24net: change netdev->features to u32Gravatar Michał Mirosław 2-3/+3
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 2-14/+14
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-20/+5
2011-01-13sfc: Restore the effect of the rss_cpus module parameterGravatar Ben Hutchings 1-0/+3
2011-01-13sfc: Make efx_get_tx_queue() an inline functionGravatar Ben Hutchings 2-14/+11
2010-12-23PCI: make pci_restore_state return voidGravatar Jon Mason 1-20/+5
2010-12-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...Gravatar David S. Miller 4-115/+35
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleGravatar Ben Hutchings 1-8/+1
2010-12-10sfc: convert references to LRO to GROGravatar stephen hemminger 1-15/+15
2010-12-10sfc: Remove ancient support for nesting of TX stopGravatar Ben Hutchings 4-113/+35
2010-12-10sfc: Remove unused field and comment on a previously removed fieldGravatar Ben Hutchings 1-2/+0
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...Gravatar David S. Miller 8-306/+468
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 3-14/+37
2010-12-07sfc: Fix NAPI list corruption during ring reallocationGravatar Ben Hutchings 1-12/+19
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationGravatar Ben Hutchings 3-2/+18
2010-12-07sfc: Generalise filter spec initialisationGravatar Ben Hutchings 3-191/+248
2010-12-07sfc: Remove filter table IDs from filter functionsGravatar Ben Hutchings 4-25/+34
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelGravatar Ben Hutchings 1-3/+6
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueGravatar Ben Hutchings 3-2/+68
2010-12-06sfc: Remove locking from implementation of efx_writeo_paged()Gravatar Ben Hutchings 1-1/+14
2010-12-06sfc: Add compile-time checks for correctness of paged register writesGravatar Ben Hutchings 1-8/+23
2010-12-06sfc: Remove redundant memory barriers between MMIOsGravatar Ben Hutchings 1-5/+0
2010-12-06sfc: Expand/correct comments on collector behaviour and function usageGravatar Ben Hutchings 1-49/+49
2010-12-06sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countGravatar Ben Hutchings 1-3/+2
2010-12-06sfc: Reorder struct efx_nic to separate fields by volatilityGravatar Ben Hutchings 1-18/+23
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrGravatar Ben Hutchings 4-13/+7
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterGravatar Ben Hutchings 1-1/+1
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueGravatar Steve Hodgson 1-2/+6
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyGravatar Ben Hutchings 2-1/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataGravatar Ben Hutchings 5-8/+15
2010-12-03sfc: Move Falcon global event handling to falcon.cGravatar Ben Hutchings 3-43/+43
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataGravatar Ben Hutchings 4-7/+9