aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko1-0/+2
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings1-0/+1
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko1-0/+19
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-7/+28
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings1-1/+2
2013-03-07sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings1-3/+3
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings1-3/+2
2013-03-07sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings1-2/+4
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames1-0/+1
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames1-20/+3
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings1-1/+1
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings1-1/+3
2012-12-01sfc: Work-around flush timeout when flushes have completedDaniel Pieczko1-0/+1
2012-12-01sfc: Really disable flow control while flushingBen Hutchings1-0/+2
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings1-2/+0
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings1-12/+0
2012-09-19sfc: Bump version to 3.2Ben Hutchings1-1/+1
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-1/+18
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson1-0/+3
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson1-1/+4
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings1-6/+4
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings1-7/+6
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings1-0/+5
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings1-13/+14
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-3/+6
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings1-2/+5
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-05-10sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson1-0/+5
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch1-3/+0
2012-03-06sfc: Remove efx_channel::last_eventq_read_ptrBen Hutchings1-2/+0
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings1-2/+4
2012-02-23sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channelsBen Hutchings1-3/+6
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings1-1/+31
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings1-4/+9
2012-02-16sfc: Add support for 'extra' channel typesBen Hutchings1-0/+34
2012-02-16sfc: Make all CPU/IRQ/channel/queue counts unsignedBen Hutchings1-1/+1
2012-02-16sfc: Make buffer table indices and counts consistently unsignedBen Hutchings1-2/+2
2012-02-16sfc: Disable flow control during flushesSteve Hodgson1-0/+4
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings1-19/+17
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings1-7/+9
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings1-55/+55
2012-01-27sfc: Remove obsolete function efx_dev_name()Ben Hutchings1-9/+0
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings1-7/+8
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings1-0/+4
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings1-5/+1
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings1-3/+2
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings1-17/+4
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings1-0/+1
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings1-2/+2