summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/selftest.c
Commit message (Expand)AuthorAgeFilesLines
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+1
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-171-1/+1
* sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-261-1/+9
* sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-07-311-1/+13
* sfc: Fix memcpy() with const destination compiler warning.David S. Miller2015-04-171-1/+1
* sfc: Add support for busy pollingAlexandre Rames2014-07-221-3/+2
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-3/+3
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-121-1/+1
* sfc: Update copyright bannersBen Hutchings2013-08-291-2/+2
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-211-11/+0
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-12-011-1/+1
* sfc: Fix byte order warning in self-testBen Hutchings2012-12-011-1/+1
* sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2012-10-021-1/+2
* sfc: Disable VF queues during register self-testBen Hutchings2012-07-171-47/+15
* sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings2012-07-171-1/+1
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-061-0/+35
* sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings2012-03-061-10/+4
* sfc: Test all event queues in parallelBen Hutchings2012-03-061-49/+65
* sfc: Raise self-test timeoutsBen Hutchings2012-03-061-19/+46
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-271-8/+4
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-271-5/+7
* sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings2012-01-271-39/+40
* sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings2012-01-271-1/+1
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-271-1/+1
* sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatchBen Hutchings2012-01-091-1/+0
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-091-1/+1
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-051-1/+1
* sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-041-2/+2
* sfc: Move the Solarflare driversJeff Kirsher2011-08-111-0/+761