summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah2014-11-061-6/+7
* sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah2014-11-061-10/+11
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* sfc: Add support for busy pollingAlexandre Rames2014-07-221-3/+51
* sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree2014-07-151-0/+11
* sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski2014-07-141-0/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree2014-04-161-3/+16
* Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-011-1/+2
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-2/+2
* sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+9
* sfc: Update product namingBen Hutchings2014-02-121-1/+1
* sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings2014-02-121-1/+1
* sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings2014-02-121-2/+0
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-12-171-1/+1
|\
| * sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings2013-12-121-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-12-141-7/+110
|\ \ | |/
| * sfc: Associate primary and secondary functions of controllerBen Hutchings2013-12-121-0/+77
| * sfc: Store VPD serial number at probe timeBen Hutchings2013-12-121-7/+31
| * sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-121-0/+2
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-12-141-21/+63
|\ \ | |/
| * sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings2013-12-121-18/+12
| * sfc: Correct RX dropped count for drops while interface is downJon Cooper2013-12-121-0/+11
| * sfc: Make initial fill of RX descriptors synchronousJon Cooper2013-12-121-2/+4
| * sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-121-0/+29
| * Merge branch 'sfc-3.13' into masterBen Hutchings2013-12-061-1/+7
| |\
| | * sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko2013-12-061-1/+3
| | * sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames2013-12-061-0/+4
* | | net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-091-2/+0
|/ /
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-051-1/+3
|\ \ | |/ |/|
| * sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-191-1/+3
* | DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King2013-09-211-11/+1
|/
* sfc: Update copyright bannersBen Hutchings2013-08-291-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
OpenPOWER on IntegriCloud