summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: Update copyright bannersBen Hutchings2013-08-301-2/+2
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-291-3/+31
* sfc: Use a global count of active queues instead of pending drainsAlexandre Rames2013-08-291-1/+4
* sfc: Prepare for RX scatter on EF10Jon Cooper2013-08-291-2/+2
* sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings2013-08-291-1/+3
* sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings2013-08-291-3/+7
* sfc: Allow event queue initialisation to failJon Cooper2013-08-291-23/+88
* sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-291-0/+3
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-271-1/+4
* sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings2013-08-271-2/+0
* sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-271-2/+1
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-26/+1
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-32/+2
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-221-1/+39
* sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings2013-08-211-0/+5
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-211-11/+6
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-211-2/+2
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-21/+19
* sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings2013-08-211-11/+0
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-211-2/+7
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-211-30/+61
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-211-66/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
|\
| * sfc: Remove write permission from phy_type attributeBen Hutchings2013-06-201-1/+1
* | sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-241-33/+0
* | sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-241-1/+6
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/
* sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings2013-05-141-2/+4
* sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings2013-05-141-2/+2
* sfc: make local functions staticstephen hemminger2013-03-171-3/+3
* sfc: remove duplicated include from efx.cWei Yongjun2013-03-131-1/+0
* sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-071-7/+11
* sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-071-0/+2
* sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-5/+29
* sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings2013-03-071-5/+1
* sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings2013-03-071-6/+5
* sfc: Add AER and EEH support for SienaAlexandre Rames2013-03-071-22/+185
* sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-071-7/+1
* sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-02-261-4/+12
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* sfc: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* sfc: Make module parameters really booleanBen Hutchings2012-12-011-4/+4
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-12-011-2/+2
* drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings2012-10-051-2/+2
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+3
* sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson2012-09-071-0/+6
* sfc: Add explicit RX queue flag to channelStuart Hodgson2012-09-071-1/+7
* sfc: Fix the initial device operstateBen Hutchings2012-08-241-3/+3
* sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings2012-08-241-9/+6
* sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings2012-08-241-2/+0