summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: Add support for reading packet length from prefixBen Hutchings2013-08-271-0/+4
* sfc: Add TX merged completion counterBen Hutchings2013-08-271-0/+2
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-271-2/+9
* sfc: Add a function pointer to abstract write of host time into NIC shared me...Laurence Evans2013-08-271-0/+1
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-78/+18Star
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-271-1/+28
* sfc: Eliminate struct efx_mtdBen Hutchings2013-08-221-0/+1
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-3/+5
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-221-0/+46
* sfc: Split Falcon-arch-specific and common filter stateBen Hutchings2013-08-221-2/+11
* sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2013-08-211-0/+2
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-211-5/+4Star
* sfc: Add support for MCDI v2Ben Hutchings2013-08-211-0/+2
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-211-1/+49
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-1/+5
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-211-2/+2
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-211-4/+20
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-211-2/+0Star
* sfc: Make struct efx_special_buffer less specialBen Hutchings2013-08-211-24/+23Star
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-211-0/+20
* sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings2013-08-211-0/+2
* sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2013-06-241-0/+1
* sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-241-0/+1
* sfc: Store port number in private data, not net_device::dev_idBen Hutchings2013-06-121-1/+2
* sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings2013-05-141-2/+14
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-141-14/+1Star
* sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-071-0/+2
* sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2013-03-071-0/+1
* sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-071-0/+19
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-7/+28
* sfc: Update RX buffer address together with lengthBen Hutchings2013-03-071-1/+2
* sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings2013-03-071-3/+3
* sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings2013-03-071-3/+2Star
* sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings2013-03-071-2/+4
* sfc: Add AER and EEH support for SienaAlexandre Rames2013-03-071-0/+1
* sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-071-20/+3Star
* sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings2013-03-071-1/+1
* sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2013-02-261-1/+3
* sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-12-011-0/+1
* sfc: Really disable flow control while flushingBen Hutchings2012-12-011-0/+2
* ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-011-2/+0Star
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-051-12/+0Star
* sfc: Bump version to 3.2Ben Hutchings2012-09-191-1/+1
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-1/+18
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-071-0/+3
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-071-1/+4
* sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-241-6/+4Star
* sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-241-7/+6Star
* sfc: Stop TX queues before they fill upBen Hutchings2012-08-241-0/+5
* sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-241-13/+14