aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/selftest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+1
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning1-1/+1
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper1-1/+9
2015-07-31sfc: allow ethtool selftest and MC reboot to complete on an unprivileged functionDaniel Pieczko1-1/+13
2015-04-17sfc: Fix memcpy() with const destination compiler warning.David S. Miller1-1/+1
2014-07-22sfc: Add support for busy pollingAlexandre Rames1-3/+2
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree1-3/+3
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper1-1/+1
2013-08-29sfc: Update copyright bannersBen Hutchings1-2/+2
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings1-11/+0
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko1-1/+1
2012-12-01sfc: Fix byte order warning in self-testBen Hutchings1-1/+1
2012-10-02sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings1-1/+2
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings1-47/+15
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings1-1/+1
2012-03-06sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings1-0/+35
2012-03-06sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings1-10/+4
2012-03-06sfc: Test all event queues in parallelBen Hutchings1-49/+65
2012-03-06sfc: Raise self-test timeoutsBen Hutchings1-19/+46
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings1-8/+4
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings1-5/+7
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings1-39/+40
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings1-1/+1
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings1-1/+1
2012-01-09sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatchBen Hutchings1-1/+0
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings1-1/+1
2012-01-05sfc: Fix some formatting errors reported by checkpatchBen Hutchings1-1/+1
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-08-11sfc: Move the Solarflare driversJeff Kirsher1-0/+761