summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)AuthorFilesLines
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
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-04Merge 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-20sfc: Remove write permission from phy_type attributeBen Hutchings1-1/+1
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings1-2/+4
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings1-2/+2
2013-03-17sfc: make local functions staticstephen hemminger1-3/+3
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun1-1/+0
2013-03-08sfc: allocate more RX buffers per pageDaniel Pieczko1-7/+11