summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/selftest.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: fix field-spanning memcpy in selftestEdward Cree2023-07-311-10/+13
* sfc: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-111-1/+1
* sfc: decouple TXQ type from labelEdward Cree2020-09-111-1/+1
* sfc: remove phy_op indirectionEdward Cree2020-09-071-8/+4
* sfc: fix kernel-doc on struct efx_loopback_stateEdward Cree2020-08-311-1/+1
* sfc: assign TXQs without gapsEdward Cree2020-07-021-9/+9
* sfc: refactor selftest work init codeAlex Maftei (amaftei)2020-01-101-1/+6
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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