aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-04-28sfc: Create multiple TX queuesBen Hutchings1-52/+61
2010-04-28sfc: Break NAPI processing after one ring-full of TX completionsBen Hutchings1-9/+9
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko1-4/+2
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-02-12sfc: Fix SFE4002 initialisationSteve Hodgson1-0/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-23sfc: Move PHY software state initialisation from init() into probe()Steve Hodgson1-3/+3
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings1-3/+3
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings1-0/+2
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings1-0/+26
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings1-1/+1
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings1-1/+1
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings1-0/+3
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings1-1/+18
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings1-15/+15
2009-11-29sfc: Implement ethtool reset operationBen Hutchings1-50/+48
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings1-0/+96
2009-11-29sfc: Generalise link state monitoringSteve Hodgson1-2/+14
2009-11-29sfc: Refactor link configurationBen Hutchings1-52/+80
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings1-20/+24
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings1-2/+2
2009-11-28sfc: Always start Falcon using the XMACSteve Hodgson1-5/+1
2009-11-28sfc: Replace MDIO spinlock with mutexSteve Hodgson1-1/+1
2009-11-28sfc: Simplify PHY pollingSteve Hodgson1-27/+8
2009-11-26sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings1-14/+24
2009-11-26sfc: Simplify XMAC link pollingBen Hutchings1-5/+0
2009-11-26sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings1-10/+1
2009-11-26sfc: Split MAC stats DMA initiation and completionBen Hutchings1-35/+13
2009-11-26sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings1-5/+9
2009-11-26sfc: Remove unused function efx_flush_queues()Ben Hutchings1-13/+0
2009-11-26sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings1-1/+1
2009-11-26sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings1-1/+2
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings1-3/+48
2009-11-24sfc: Combine high-level header filesBen Hutchings1-3/+0
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings1-5/+7
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings1-10/+1
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings1-19/+6
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings1-1/+1
2009-11-24sfc: Use a single blink implementationBen Hutchings1-3/+4
2009-10-24sfc: Move MTD probe after netdev registration and name allocationBen Hutchings1-2/+4
2009-10-24sfc: Remove unnecessary tests of efx->membaseBen Hutchings1-8/+0
2009-10-24sfc: Remove incorrect assertion from efx_pci_remove_main()Ben Hutchings1-2/+0
2009-10-24sfc: Remove pointless abstraction of memory BAR numberBen Hutchings1-9/+7