summaryrefslogtreecommitdiff
path: root/drivers/net/sfc/net_driver.h
AgeCommit message (Expand)Author
2010-07-08sfc: Remove unused field left from mis-mergeBen Hutchings
2010-06-30sfc: Add support for RX flow hash controlBen Hutchings
2010-06-25sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_keyBen Hutchings
2010-06-24sfc: Record hardware RX hash on each skb where possibleBen Hutchings
2010-06-24sfc: Replace EFX_DRIVER_NAME with KBUILD_MODNAMEBen Hutchings
2010-06-24sfc: Implement message level controlBen Hutchings
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-02sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-02sfc: Allow shared pages to be recycledSteve Hodgson
2010-06-02sfc: Support only two rx buffers per pageSteve Hodgson
2010-06-02sfc: Remove efx_rx_queue::add_lockSteve Hodgson
2010-06-02sfc: Allow DRV_GEN events to be used outside of selftestsSteve Hodgson
2010-04-28sfc: Create multiple TX queuesBen Hutchings
2010-04-28sfc: Clean up efx_nic::irq_zero_countBen Hutchings
2010-04-28sfc: Add necessary parentheses to macro definitions in net_driver.hBen Hutchings
2010-04-28sfc: Handle serious errors in exactly one interrupt handlerSteve Hodgson
2010-02-03sfc: Do not include unneeded headersBen Hutchings
2010-02-03sfc: Fix some incorrect or redundant commentsBen Hutchings
2010-02-03sfc: Replace PHY MDIO test with an 'alive' testBen Hutchings
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: Add support for SFC9000 family (2)Ben 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: Remove static PHY data and enumerationsBen Hutchings
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings
2009-11-29sfc: Add efx_nic_type operation for register self-testBen Hutchings
2009-11-29sfc: Implement ethtool reset operationBen Hutchings
2009-11-29sfc: Add power-management and wake-on-LAN supportBen Hutchings
2009-11-29sfc: Refactor link configurationBen Hutchings
2009-11-29sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings
2009-11-29sfc: Clean up RX event handlingBen Hutchings
2009-11-28sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings
2009-11-28sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings
2009-11-28sfc: Remove some redundant whitespaceBen 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: Split MAC stats DMA initiation and completionBen Hutchings
2009-11-26sfc: Fix bugs in RX queue flushingBen Hutchings
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings