summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-06sfc: Add NIC type operations to replace direct calls from efx.c into siena_sr...Shradha Shah1-6/+7
2014-11-06sfc: Rename implementations in siena_sriov.c to have a 'siena' prefixShradha Shah1-10/+11
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-23sfc: Add support for busy pollingAlexandre Rames1-3/+51
2014-07-16sfc: add extra RX drop counters for nodesc_trunc and noskb_dropEdward Cree1-0/+11
2014-07-15sfc: Adding PCI ID for Solarflare 7000 series 40G network adapter.Mateusz Wrzesinski1-0/+2
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-16sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)Edward Cree1-3/+16
2014-04-02Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko1-1/+2
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree1-2/+2
2014-02-19sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+9
2014-02-13sfc: Update product namingBen Hutchings1-1/+1
2014-02-13sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings1-1/+1
2014-02-13sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings1-2/+0
2013-12-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-1/+1
2013-12-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-7/+110
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-21/+63
2013-12-13sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-1/+1
2013-12-13sfc: Associate primary and secondary functions of controllerBen Hutchings1-0/+77
2013-12-13sfc: Store VPD serial number at probe timeBen Hutchings1-7/+31
2013-12-13sfc: Add RX packet timestamping for EF10Jon Cooper1-0/+2
2013-12-13sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings1-18/+12
2013-12-13sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+11
2013-12-13sfc: Make initial fill of RX descriptors synchronousJon Cooper1-2/+4
2013-12-13sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper1-0/+29
2013-12-10net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-07Merge branch 'sfc-3.13' into masterBen Hutchings1-1/+7
2013-12-07sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko1-1/+3
2013-12-07sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames1-0/+4
2013-12-06Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-1/+3
2013-11-20sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-1/+3
2013-09-22DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with ...Russell King1-11/+1
2013-08-30sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-29sfc: Add support for Solarflare SFC9100 familyBen Hutchings1-3/+31
2013-08-29sfc: Use a global count of active queues instead of pending drainsAlexandre Rames1-1/+4
2013-08-29sfc: Prepare for RX scatter on EF10Jon Cooper1-2/+2
2013-08-29sfc: Initialise IRQ moderation for all NIC types from efx_init_eventq()Ben Hutchings1-1/+3
2013-08-29sfc: Allow efx_nic_type::dimension_resources to failBen Hutchings1-3/+7
2013-08-29sfc: Allow event queue initialisation to failJon Cooper1-23/+88
2013-08-29sfc: Implement asynchronous MCDI requestsBen Hutchings1-0/+3
2013-08-28sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-1/+4
2013-08-28sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
2013-08-28sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames1-2/+1
2013-08-28sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-26/+1
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-32/+2
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-1/+39
2013-08-21sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings1-0/+5
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings1-11/+6
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-2/+2