aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree1-2907/+0
2016-11-18sfc: Firmware-Assisted TSO version 2Bert Kenward1-0/+2
2016-08-12sfc: get timer configuration from adapterBert Kenward1-0/+2
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-2/+5
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah1-0/+1
2015-05-09sfc: Bind the sfc driver to any available VF'sShradha Shah1-0/+2
2015-05-09sfc: Add use of shared RSS contexts.Jon Cooper1-3/+16
2015-05-09sfc: Prepare to bind the sfc driver to the VF.Shradha Shah1-0/+2
2015-05-09sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon codeShradha Shah1-10/+0
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.cShradha Shah1-0/+10
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-1/+8
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-0/+4
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree1-1/+1
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings1-2/+2
2013-12-19sfc: fix sparse non static symbol warningWei Yongjun1-1/+1
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko1-5/+21
2013-12-12sfc: Associate primary and secondary functions of controllerBen Hutchings1-0/+2
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+10
2013-09-04sfc: check for allocation failureDan Carpenter1-0/+2
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings1-1/+2
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-1/+2
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames1-2/+1
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-93/+119
2013-08-27sfc: Remove more left-overs from Falcon GMAC supportBen Hutchings1-11/+6
2013-08-27sfc: Move MTD operations into efx_nic_typeBen Hutchings1-41/+340
2013-08-22sfc: Rename SPI stuff to show that it is Falcon-specificBen Hutchings1-15/+15
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-2/+4
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-0/+31
2013-08-21sfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon-architectureBen Hutchings1-21/+14
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings1-11/+18
2013-08-21sfc: Add support for MCDI v2Ben Hutchings1-0/+2
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-7/+51
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-0/+2
2013-08-21sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings1-2/+2
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings1-0/+3
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-2/+3
2013-08-21sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings1-1/+536
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings1-1/+25
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-4/+2
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-4/+2
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-7/+10
2012-12-01sfc: Really disable flow control while flushingBen Hutchings1-0/+2
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings1-4/+31
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings1-4/+8
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings1-2/+2
2012-01-27Partly revert "sfc: Handle serious errors in exactly one interrupt handler"Ben Hutchings1-8/+5
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings1-2/+4
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings1-2/+0