aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/nic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-05-21net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet1-0/+1
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree1-0/+4
2020-06-30sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree1-1/+0
2020-06-29sfc: refactor EF10 stats handlingEdward Cree1-0/+45
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper1-2/+2
2014-05-12sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov1-6/+8
2014-02-12sfc: Add/remove blank lines to tasteBen Hutchings1-1/+0
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper1-0/+12
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+3
2013-10-04sfc: Fix internal indices of ethtool stats for EF10Edward Cree1-6/+3
2013-09-20sfc: Add EF10 registers to register dumpBen Hutchings1-31/+42
2013-08-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-2/+2
2013-08-29drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-3/+2
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-0/+83
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-1806/+5
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-4/+27
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings1-1/+0
2013-08-21sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings1-7/+0
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings1-25/+28
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings1-1/+1
2013-08-21sfc: Make struct efx_special_buffer less specialBen Hutchings1-19/+14
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings1-2/+2
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings1-5/+40
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings1-5/+14
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames1-0/+10
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+2
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings1-1/+2
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-15/+75
2012-12-01sfc: Work-around flush timeout when flushes have completedDaniel Pieczko1-4/+52
2012-12-01sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings1-3/+0
2012-12-01sfc: Remove confusing MMIO functionsBen Hutchings1-6/+13
2012-12-01sfc: Really disable flow control while flushingBen Hutchings1-2/+1
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings1-2/+2
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings1-1/+1
2012-08-24sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings1-1/+3
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings1-3/+0
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings1-4/+4
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings1-2/+2
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings1-2/+6
2012-03-06sfc: Remove TX completions from adaptive IRQ scoringBen Hutchings1-1/+0
2012-02-16sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings1-8/+71
2012-02-16sfc: Allocate SRAM between buffer table and descriptor caches at init timeBen Hutchings1-4/+19
2012-02-16sfc: Make buffer table indices and counts consistently unsignedBen Hutchings1-1/+1
2012-02-16sfc: Disable flow control during flushesSteve Hodgson1-0/+3
2012-02-16sfc: Generalise event generation to cover VF-owned event queuesBen Hutchings1-4/+5