aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/selftest.c
AgeCommit message (Expand)Author
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning
2016-08-26sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper
2015-07-31sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko
2015-04-17sfc: Fix memcpy() with const destination compiler warning.David S. Miller
2014-07-22sfc: Add support for busy pollingAlexandre Rames
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper
2013-08-29sfc: Update copyright bannersBen Hutchings
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko
2012-12-01sfc: Fix byte order warning in self-testBen Hutchings
2012-10-02sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben 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: Test all event queues in parallelBen Hutchings
2012-03-06sfc: Raise self-test timeoutsBen Hutchings
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings
2012-01-09sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatchBen Hutchings
2012-01-09sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings
2012-01-05sfc: Fix some formatting errors reported by checkpatchBen Hutchings
2011-12-04sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer
2011-08-11sfc: Move the Solarflare driversJeff Kirsher