summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+9Star
* 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/+0Star
* 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-151-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/+12Star
| * 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-101-2/+0Star
|/ /
* | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-061-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/+1Star
|/
* sfc: Update copyright bannersBen Hutchings2013-08-301-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/+0Star
* 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-26/+1Star
* sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings2013-08-221-32/+2Star
* 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/+6Star
* 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/+19Star
* sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings2013-08-211-11/+0Star
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-211-2/+7
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-211-30/+61
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-211-66/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-1/+1
|\
| * sfc: Remove write permission from phy_type attributeBen Hutchings2013-06-201-1/+1
* | sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2013-06-241-33/+0Star
* | sfc: Fix EEH with legacy interrupts.Alexandre Rames2013-06-241-1/+6
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/