aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/nic.c
AgeCommit message (Expand)Author
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper
2014-05-12sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-04sfc: Fix internal indices of ethtool stats for EF10Edward Cree
2013-09-20sfc: Add EF10 registers to register dumpBen Hutchings
2013-08-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings
2013-08-21sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings
2013-08-21sfc: Make struct efx_special_buffer less specialBen Hutchings
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2012-12-01sfc: Work-around flush timeout when flushes have completedDaniel Pieczko
2012-12-01sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings
2012-12-01sfc: Remove confusing MMIO functionsBen Hutchings
2012-12-01sfc: Really disable flow control while flushingBen Hutchings
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings
2012-02-16sfc: Make buffer table indices and counts consistently unsignedBen Hutchings
2012-02-16sfc: Disable flow control during flushesSteve Hodgson
2012-02-16sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings
2012-02-16sfc: Leave interrupts and event queues enabled whenever we canBen Hutchings
2012-02-16sfc: Generate RX fill events based on RX queues, not channelsBen Hutchings
2012-02-16sfc: Generalise driver event generationBen Hutchings
2012-02-13sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings