aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/sfc/efx.c
AgeCommit message (Expand)Author
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-12sfc: Fix SFE4002 initialisationSteve Hodgson
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings
2009-11-29sfc: Implement ethtool reset operationBen Hutchings
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings
2009-11-29sfc: Generalise link state monitoringSteve Hodgson
2009-11-29sfc: Refactor link configurationBen Hutchings
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson
2009-11-28sfc: Simplify PHY pollingSteve Hodgson
2009-11-26sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings
2009-11-26sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings
2009-11-26sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings
2009-11-26sfc: Remove unused function efx_flush_queues()Ben Hutchings
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings
2009-11-26sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings
2009-11-24sfc: Combine high-level header filesBen Hutchings
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings
2009-11-24sfc: Use a single blink implementationBen Hutchings
2009-10-24sfc: Move MTD probe after netdev registration and name allocationBen Hutchings
2009-10-24sfc: Remove unnecessary tests of efx->membaseBen Hutchings
2009-10-24sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings
2009-10-24sfc: Maintain interrupt moderation values in ticks, not microsecondsBen Hutchings
2009-10-24sfc: Change order of device removal to reverse of probe orderBen Hutchings
2009-10-24sfc: Eliminate indirect lookups of queue size constantsBen Hutchings
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan
2009-08-26sfc: Improve reliability of RX queue flushingBen Hutchings