aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31sfc: Fix DMA unmapping issue with firmware assisted TSOAlexandre Rames1-0/+3
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper1-0/+2
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings1-0/+5
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings1-1/+5
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings1-1/+6
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames1-2/+2
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper1-2/+6
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings1-1/+1
2013-08-29sfc: Allow event queue initialisation to failJon Cooper1-1/+1
2013-08-27sfc: Add support for reading packet length from prefixBen Hutchings1-0/+4
2013-08-27sfc: Add TX merged completion counterBen Hutchings1-0/+2
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-2/+9
2013-08-27sfc: Add a function pointer to abstract write of host time into NIC shared memoryLaurence Evans1-0/+1
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-78/+18
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings1-1/+28
2013-08-22sfc: Eliminate struct efx_mtdBen Hutchings1-0/+1
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-3/+5
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+46
2013-08-22sfc: Split Falcon-arch-specific and common filter stateBen Hutchings1-2/+11
2013-08-21sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings1-0/+2
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings1-5/+4
2013-08-21sfc: Add support for MCDI v2Ben Hutchings1-0/+2
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-1/+49
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-1/+5
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings1-2/+2
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings1-4/+20
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings1-2/+0
2013-08-21sfc: Make struct efx_special_buffer less specialBen Hutchings1-24/+23
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings1-0/+20
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings1-0/+2
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings1-0/+1
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames1-0/+1
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings1-1/+2
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings1-2/+14
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings1-14/+1
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