aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAge
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2010-12-21
|\
| * sfc: Remove ancient support for nesting of TX stopBen Hutchings2010-12-10
| * sfc: Remove unused field and comment on a previously removed fieldBen Hutchings2010-12-10
* | netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings2010-12-10
* | sfc: convert references to LRO to GROstephen hemminger2010-12-10
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2010-12-10
|\
| * sfc: Generalise filter spec initialisationBen Hutchings2010-12-07
| * sfc: Remove filter table IDs from filter functionsBen Hutchings2010-12-07
| * sfc: Log start and end of ethtool self-test at INFO levelBen Hutchings2010-12-07
| * sfc: Use TX push whenever adding descriptors to an empty queueBen Hutchings2010-12-06
| * sfc: Remove locking from implementation of efx_writeo_paged()Ben Hutchings2010-12-06
| * sfc: Add compile-time checks for correctness of paged register writesBen Hutchings2010-12-06
| * sfc: Remove redundant memory barriers between MMIOsBen Hutchings2010-12-06
| * sfc: Expand/correct comments on collector behaviour and function usageBen Hutchings2010-12-06
| * sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_countBen Hutchings2010-12-06
| * sfc: Reorder struct efx_nic to separate fields by volatilityBen Hutchings2010-12-06
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-08
|\ \ | |/ |/|
| * sfc: Fix NAPI list corruption during ring reallocationBen Hutchings2010-12-07
| * sfc: Fix crash in legacy onterrupt handler during ring reallocationBen Hutchings2010-12-07
* | sfc: Store MAC address from NVRAM in net_device::perm_addrBen Hutchings2010-12-03
* | sfc: Use current MAC address, not NVRAM MAC address, for WoL filterBen Hutchings2010-12-03
* | sfc: When waking a stopped tx_queue, only lock that tx_queueSteve Hodgson2010-12-03
* | sfc: Update kernel-doc to match earlier move of Toeplitz hash keyBen Hutchings2010-12-03
* | sfc: Move xmac_poll_required into struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Move Falcon global event handling to falcon.cBen Hutchings2010-12-03
* | sfc: Move mdio_lock to struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Move SPI state to struct falcon_nic_dataBen Hutchings2010-12-03
* | sfc: Remove unnecessary inclusion of various private header filesBen Hutchings2010-12-03
* | sfc: Expose Falcon BootROM config through MTD, not ethtoolBen Hutchings2010-12-03
* | sfc: Remove broken automatic fallback for invalid Falcon chip/board configBen Hutchings2010-12-03
* | sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issueSteve Hodgson2010-12-03
* | sfc: Clear RXIN_SEL when soft-resetting QT2025CBen Hutchings2010-12-03
* | sfc: Read-to-clear LM87 alarm/interrupt status at start of dayBen Hutchings2010-12-03
* | sfc: Distinguish critical and non-critical over-temperature conditionsBen Hutchings2010-12-03
* | sfc: Fix condition for no-op in set_phy_flash_cfg()Ben Hutchings2010-12-03
* | sfc: Reduce log level for MCDI error response in efx_mcdi_rpc()Ben Hutchings2010-12-03
* | drivers/net: use vzalloc()Eric Dumazet2010-11-28
|/
* sfc: make functions staticstephen hemminger2010-10-21
* sfc: Don't try to set filters with search depths we know won't workBen Hutchings2010-10-08
* sfc: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-28
* drivers/net: return operator cleanupEric Dumazet2010-09-26
* sfc: Add support for SFE4003 board and TXC43128 PHYBen Hutchings2010-09-22
* sfc: Remove support for SFN4111T, SFT9001 and Falcon GMACBen Hutchings2010-09-22
* sfc: Fix build due to lack of vmalloc.h include.David S. Miller2010-09-21
* sfc: Clean up and correct comments on efx_monitor()Ben Hutchings2010-09-21
* sfc: Include RX IP filter table in register dumpBen Hutchings2010-09-21
* sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings2010-09-21
* sfc: Add filter table managementBen Hutchings2010-09-21
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-13
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-10