aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/farch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16net: sfc: avoid -Wtype-limits warningArnd Bergmann1-1/+2
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward1-1/+1
2015-11-02sfc: push partner queue for skb->xmit_moreMartin Habets1-1/+3
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-23/+41
2015-04-08sfc: Revert SRIOV changes.David S. Miller1-27/+21
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-21/+27
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah1-1/+1
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-8/+8
2014-11-06sfc: Move the current VF state from efx_nic into siena_nic_dataShradha Shah1-2/+9
2014-09-16sfc: fix addr_list_lock spinlock use before initEdward Cree1-0/+3
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-0/+22
2014-03-14sfc: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings1-2/+0
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-1/+2
2013-12-12sfc: Allow filter removal only with exactly matching priorityBen Hutchings1-1/+1
2013-12-12sfc: Don't refer to 'stack' in filter implementationBen Hutchings1-4/+4
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings1-16/+12
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-4/+1
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper1-1/+1
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Extend struct efx_tx_buffer to allow pushing option descriptorsBen Hutchings1-0/+2
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames1-10/+8
2013-08-29sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings1-2/+0
2013-08-29sfc: Allow event queue initialisation to failJon Cooper1-1/+3
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames1-3/+3
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-0/+34
2013-08-22sfc: Add flag for stack-owned RX MAC filtersBen Hutchings1-17/+30
2013-08-22sfc: Refactor Falcon-arch filter removalBen Hutchings1-34/+40
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+1108
2013-08-21sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architectureBen Hutchings1-5/+5
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-0/+1781