summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/selftest.c
Commit message (Expand)AuthorAge
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-17
* sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper2016-08-26
* sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-07-31
* sfc: Fix memcpy() with const destination compiler warning.David S. Miller2015-04-17
* sfc: Add support for busy pollingAlexandre Rames2014-07-22
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-10
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-12
* sfc: Update copyright bannersBen Hutchings2013-08-29
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-21
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-12-01
* sfc: Fix byte order warning in self-testBen Hutchings2012-12-01
* sfc: Fix loopback self-test with separate_tx_channels=1Ben Hutchings2012-10-02
* sfc: Disable VF queues during register self-testBen Hutchings2012-07-17
* sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings2012-07-17
* sfc: Run event/IRQ self-test asynchronously when interface is brought upBen Hutchings2012-03-06
* sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-testBen Hutchings2012-03-06
* sfc: Test all event queues in parallelBen Hutchings2012-03-06
* sfc: Raise self-test timeoutsBen Hutchings2012-03-06
* sfc: Remove remnants of on-load self-testBen Hutchings2012-01-27
* sfc: Clean up test interrupt handlingBen Hutchings2012-01-27
* sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings2012-01-27
* sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings2012-01-27
* sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings2012-01-27
* sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatchBen Hutchings2012-01-09
* sfc: Const-qualify static data as appropriate, partly prompted by checkpatchBen Hutchings2012-01-09
* sfc: Fix some formatting errors reported by checkpatchBen Hutchings2012-01-05
* sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-04
* sfc: Move the Solarflare driversJeff Kirsher2011-08-11