summaryrefslogtreecommitdiff
path: root/drivers/net/sfc
AgeCommit message (Expand)Author
2011-02-28sfc: Reduce size of efx_rx_buffer further by removing data memberSteve Hodgson
2011-02-28sfc: Reduce size of efx_rx_buffer by unionising skb and pageSteve Hodgson
2011-02-22sfc: lower stack usage in efx_ethtool_self_testEric Dumazet
2011-02-17sfc: Implement hardware acceleration of RFSBen Hutchings
2011-02-16sfc: Limit filter search depth further for performance hints (i.e. RFS)Ben Hutchings
2011-02-15sfc: Add TX queues for high-priority trafficBen Hutchings
2011-02-15sfc: Distinguish queue lookup from test for queue existenceBen Hutchings
2011-02-15sfc: Move TX queue core queue mapping into tx.cBen Hutchings
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings
2010-12-23PCI: make pci_restore_state return voidJon Mason
2010-12-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings
2010-12-10sfc: convert references to LRO to GROstephen hemminger
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings
2010-12-10sfc: Remove unused field and comment on a previously removed fieldBen Hutchings
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-07sfc: Fix NAPI list corruption during ring reallocationBen Hutchings
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings
2010-12-06sfc: Remove locking from implementation of efx_writeo_paged()Ben Hutchings
2010-12-06sfc: Add compile-time checks for correctness of paged register writesBen Hutchings
2010-12-06sfc: Remove redundant memory barriers between MMIOsBen Hutchings
2010-12-06sfc: Expand/correct comments on collector behaviour and function usageBen Hutchings
2010-12-06sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings
2010-12-06sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings
2010-12-03sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson
2010-12-03sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings
2010-12-03sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings
2010-12-03sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings
2010-12-03sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings
2010-12-03sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings