summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-0/+1
* sfc: Bind the sfc driver to any available VF'sShradha Shah2015-05-091-0/+2
* sfc: Add use of shared RSS contexts.Jon Cooper2015-05-091-3/+16
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-091-0/+2
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-091-10/+0Star
* sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-061-0/+10
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-161-1/+8
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-161-0/+4
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-1/+1
* sfc: Add/remove blank lines to tasteBen Hutchings2014-02-121-2/+2
* sfc: fix sparse non static symbol warningWei Yongjun2013-12-191-1/+1
* sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko2013-12-121-5/+21
* sfc: Associate primary and secondary functions of controllerBen Hutchings2013-12-121-0/+2
* sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-121-0/+10
* sfc: check for allocation failureDan Carpenter2013-09-041-0/+2
* sfc: Update copyright bannersBen Hutchings2013-08-301-2/+2
* sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings2013-08-291-1/+2
* sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper2013-08-271-1/+2
* sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-271-2/+1Star
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-93/+119
* sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings2013-08-271-11/+6Star
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-271-41/+340
* sfc: Rename SPI stuff to show that it is Falcon-specificBen Hutchings2013-08-221-15/+15
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-2/+4
* sfc: Make most filter operations NIC-type-specificBen Hutchings2013-08-221-0/+31
* sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architectureBen Hutchings2013-08-211-21/+14Star
* sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings2013-08-211-11/+18
* sfc: Add support for MCDI v2Ben Hutchings2013-08-211-0/+2
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-211-7/+51
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-211-0/+2
* sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings2013-08-211-2/+2
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-211-0/+3
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-211-1/+1
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-211-2/+3
* sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings2013-08-211-1/+536
* sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings2013-08-211-1/+25
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-4/+2Star
|\
| * i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-4/+2Star
* | sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-071-7/+10
|/
* sfc: Really disable flow control while flushingBen Hutchings2012-12-011-0/+2
* sfc: Disable VF queues during register self-testBen Hutchings2012-07-171-4/+31
* sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings2012-02-161-4/+8
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-271-2/+2
* Partly revert "sfc: Handle serious errors in exactly one interrupt handler"Ben Hutchings2012-01-271-8/+5Star
* sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings2012-01-271-2/+4
* sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings2012-01-271-2/+0Star
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-271-7/+8
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-091-1/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-1/+1
* Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-281-1/+2