aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-24net: change netdev->features to u32Michał Mirosław2-3/+3
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-14/+14
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-20/+5
2011-01-13sfc: Restore the effect of the rss_cpus module parameterBen Hutchings1-0/+3
2011-01-13sfc: Make efx_get_tx_queue() an inline functionBen Hutchings2-14/+11
2010-12-23PCI: make pci_restore_state return voidJon Mason1-20/+5
2010-12-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller4-115/+35
2010-12-10netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings1-8/+1
2010-12-10sfc: convert references to LRO to GROstephen hemminger1-15/+15
2010-12-10sfc: Remove ancient support for nesting of TX stopBen Hutchings4-113/+35
2010-12-10sfc: Remove unused field and comment on a previously removed fieldBen Hutchings1-2/+0
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller8-306/+468
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-14/+37
2010-12-07sfc: Fix NAPI list corruption during ring reallocationBen Hutchings1-12/+19
2010-12-07sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings3-2/+18
2010-12-07sfc: Generalise filter spec initialisationBen Hutchings3-191/+248
2010-12-07sfc: Remove filter table IDs from filter functionsBen Hutchings4-25/+34
2010-12-07sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings1-3/+6
2010-12-06sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings3-2/+68
2010-12-06sfc: Remove locking from implementation of efx_writeo_paged()Ben Hutchings1-1/+14
2010-12-06sfc: Add compile-time checks for correctness of paged register writesBen Hutchings1-8/+23
2010-12-06sfc: Remove redundant memory barriers between MMIOsBen Hutchings1-5/+0
2010-12-06sfc: Expand/correct comments on collector behaviour and function usageBen Hutchings1-49/+49
2010-12-06sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings1-3/+2
2010-12-06sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings1-18/+23
2010-12-03sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings4-13/+7
2010-12-03sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings1-1/+1
2010-12-03sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson1-2/+6
2010-12-03sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings2-1/+1
2010-12-03sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings5-8/+15
2010-12-03sfc: Move Falcon global event handling to falcon.cBen Hutchings3-43/+43
2010-12-03sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings4-7/+9
2010-12-03sfc: Move SPI state to struct falcon_nic_dataBen Hutchings6-75/+69
2010-12-03sfc: Remove unnecessary inclusion of various private header filesBen Hutchings8-10/+0
2010-12-03sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings2-82/+54
2010-12-03sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings1-33/+24
2010-12-03sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson1-0/+1
2010-12-03sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings1-0/+6
2010-12-03sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings1-0/+4
2010-12-03sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings1-29/+80
2010-12-03sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings1-1/+1
2010-12-03sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings1-1/+1
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-2/+1
2010-10-21sfc: make functions staticstephen hemminger12-41/+26
2010-10-08sfc: Don't try to set filters with search depths we know won't workBen Hutchings1-1/+10
2010-09-27sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+2
2010-09-26drivers/net: return operator cleanupEric Dumazet2-6/+6
2010-09-22sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings5-1/+656
2010-09-22sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings10-893/+56
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1