summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-04-08sfc: Revert SRIOV changes.David S. Miller
2015-04-08sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah
2015-04-08sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah
2015-03-24net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-22sfc: Add support for busy pollingAlexandre Rames
2014-07-15sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree
2014-07-14sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree
2014-04-01Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2014-02-18sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-12sfc: Update product namingBen Hutchings
2014-02-12sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings
2014-02-12sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings
2013-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings
2013-12-12sfc: Associate primary and secondary functions of controllerBen Hutchings
2013-12-12sfc: Store VPD serial number at probe timeBen Hutchings
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper
2013-12-12sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper
2013-12-09net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han
2013-12-06Merge branch 'sfc-3.13' into masterBen Hutchings
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko
2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2013-11-19sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings
2013-09-21DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper
2013-08-29sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings
2013-08-29sfc: Allow event queue initialisation to failJon Cooper
2013-08-29sfc: Implement asynchronous MCDI requestsBen Hutchings
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames