aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree1-2/+2
2014-02-18sfc: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-11/+9
2014-02-12sfc: Update product namingBen Hutchings1-1/+1
2014-02-12sfc: Use canonical pointer type for MAC address in efx_set_mac_address()Ben Hutchings1-1/+1
2014-02-12sfc: Preserve rx_frm_trunc counters when resizing DMA ringsBen Hutchings1-2/+0
2013-12-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-1/+1
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-7/+110
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-21/+63
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings1-1/+1
2013-12-12sfc: Associate primary and secondary functions of controllerBen Hutchings1-0/+77
2013-12-12sfc: Store VPD serial number at probe timeBen Hutchings1-7/+31
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper1-0/+2
2013-12-12sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings1-18/+12
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+11
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper1-2/+4
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper1-0/+29
2013-12-09net: sfc: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-06Merge branch 'sfc-3.13' into masterBen Hutchings1-1/+7
2013-12-06sfc: RX buffer allocation takes prefix size into account in IP header alignmentAndrew Rybchenko1-1/+3
2013-12-06sfc: Stop/re-start PTP when stopping/starting the datapath.Alexandre Rames1-0/+4
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-1/+3
2013-11-19sfc: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-1/+3
2013-09-21DMA-API: net: sfc/efx.c: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-11/+1
2013-08-29sfc: 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-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-1/+4
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
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-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
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-21/+19
2013-08-21sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings1-11/+0
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings1-2/+7
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings1-30/+61
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings1-66/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings1-33/+0
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames1-1/+6
2013-06-19sfc: Remove write permission from phy_type attributeBen Hutchings1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1