aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
Commit message (Expand)AuthorAge
* Patched in Tegra support.Jonathan Herman2013-01-17
* sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-11-30
* sfc: Really disable flow control while flushingBen Hutchings2012-11-30
* ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-01
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-05
* sfc: Bump version to 3.2Ben Hutchings2012-09-18
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-18
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-07
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-07
* sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-24
* sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-24
* sfc: Stop TX queues before they fill upBen Hutchings2012-08-24
* sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-24
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2012-07-18
|\
| * sfc: Disable VF queues during register self-testBen Hutchings2012-07-17
| * sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings2012-07-17
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
|/
* sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson2012-05-09
* sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch2012-05-09
* sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings2012-03-06
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-06
* sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channelsBen Hutchings2012-02-22
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-15
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-15
* sfc: Add support for 'extra' channel typesBen Hutchings2012-02-15
* sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings2012-02-15
* sfc: Make buffer table indices and counts consistently unsignedBen Hutchings2012-02-15
* sfc: Disable flow control during flushesSteve Hodgson2012-02-15
* sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings2012-02-15
* sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings2012-01-26
* sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings2012-01-26
* sfc: Remove obsolete function efx_dev_name()Ben Hutchings2012-01-26
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-26
* sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings2012-01-26
* sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings2012-01-26
* sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings2012-01-26
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-26
* sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings2012-01-26
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-09
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* sfc: Move the Solarflare driversJeff Kirsher2011-08-11