- 2732482 sfc: allow ethtool selftest and MC reboot to complete on an unprivileged function by Daniel Pieczko · 9 years ago
- 1d20a160 sfc: Fix memcpy() with const destination compiler warning. by David S. Miller · 10 years ago
- 3676326 sfc: Add support for busy polling by Alexandre Rames · 10 years ago
- cd84ff4 sfc: Use ether_addr_copy and eth_broadcast_addr by Edward Cree · 11 years ago
- 74cd60a sfc: Add MC BISTs to ethtool offline self test on EF10 by Jon Cooper · 11 years ago
- f7a6d2c sfc: Update copyright banners by Ben Hutchings · 11 years ago
- 514bedb sfc: Remove efx_process_channel_now() by Ben Hutchings · 12 years ago
- c2f3b8e sfc: lock TX queues when calling netif_device_detach() by Daniel Pieczko · 12 years ago
- 3f978ef3 sfc: Fix byte order warning in self-test by Ben Hutchings · 12 years ago
- 1ac0226 sfc: Fix loopback self-test with separate_tx_channels=1 by Ben Hutchings · 12 years ago
- d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 12 years ago
- e3ed2bd sfc: Use dev_kfree_skb() in efx_end_loopback() by Ben Hutchings · 12 years ago
- dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 13 years ago
- eee6f6a sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test by Ben Hutchings · 13 years ago
- ed74f48 sfc: Test all event queues in parallel by Ben Hutchings · 13 years ago
- 93e5dfa sfc: Raise self-test timeouts by Ben Hutchings · 13 years ago
- 73ba7b6 sfc: Remove remnants of on-load self-test by Ben Hutchings · 13 years ago
- 1646a6f sfc: Clean up test interrupt handling by Ben Hutchings · 13 years ago
- 0fb53fa sfc: Remove dependence on NAPI polling in efx_test_eventq_irq() by Ben Hutchings · 13 years ago
- 5f3f9d6 sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG by Ben Hutchings · 13 years ago
- 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
- 783b6bb sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatch by Ben Hutchings · 13 years ago
- 18e83e4 sfc: Const-qualify static data as appropriate, partly prompted by checkpatch by Ben Hutchings · 13 years ago
- 9c636ba sfc: Fix some formatting errors reported by checkpatch by Ben Hutchings · 13 years ago
- c2e4e25 sfc: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
- 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/sfc/selftest.c]
- e4abce8 sfc: Use netif_device_{detach,attach}() around reset and self-test by Ben Hutchings · 13 years ago
- d4fabcc sfc: Do not use efx_process_channel_now() in online self-test by Ben Hutchings · 14 years ago
- 9d1aea6 sfc: Stop the TX queues during loopback self-tests by Neil Turton · 14 years ago
- 0a6f40c sfc: Update copyright dates by Ben Hutchings · 14 years ago
- 94b274b sfc: Add TX queues for high-priority traffic by Ben Hutchings · 14 years ago
- d215697 sfc: make functions static by stephen hemminger · 14 years ago
- ecc910f sfc: Make the dmaq size a run-time setting (rather than compile-time) by Steve Hodgson · 14 years ago
- f7d12cd sfc: Refactor channel and queue lookup and iteration by Ben Hutchings · 14 years ago
- 604f604 sfc: Fix reading of inserted hash by Ben Hutchings · 14 years ago
- 39c9cf0 sfc: Record hardware RX hash on each skb where possible by Ben Hutchings · 14 years ago
- 62776d0 sfc: Implement message level control by Ben Hutchings · 14 years ago
- ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
- d730dc5 sfc: Allow DRV_GEN events to be used outside of selftests by Steve Hodgson · 14 years ago
- 901d3fe sfc: Wait for the link to stay up before running loopback selftest by Steve Hodgson · 14 years ago
- a4900ac sfc: Create multiple TX queues by Ben Hutchings · 15 years ago
- 5298c37 sfc: Test only the first pair of TX queues by Ben Hutchings · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- a4b97f2 sfc: Do not include unneeded headers by Ben Hutchings · 15 years ago
- 4f16c07 sfc: Replace PHY MDIO test with an 'alive' test by Ben Hutchings · 15 years ago
- f3766c2 sfc: Fix conditions for MDIO self-test by Ben Hutchings · 15 years ago
- 94de803 drivers/net/sfc: Correct code taking the size of a pointer by Julia Lawall · 15 years ago
- 906bb26 sfc: Update version, copyright dates, authors by Ben Hutchings · 15 years ago
- 744093c sfc: Rename falcon.h to nic.h by Ben Hutchings · 15 years ago
- c1c4f45 sfc: Remove static PHY data and enumerations by Ben Hutchings · 15 years ago
- 152b6a6 sfc: Separate shared NIC code from Falcon-specific and rename accordingly by Ben Hutchings · 15 years ago
- 0aa3fba sfc: Add efx_nic_type operation for NVRAM self-test by Ben Hutchings · 15 years ago
- 9bfc4bb sfc: Add efx_nic_type operation for register self-test by Ben Hutchings · 15 years ago
- 78c1f0a sfc: Generalise link state monitoring by Steve Hodgson · 15 years ago
- d3245b2 sfc: Refactor link configuration by Ben Hutchings · 15 years ago
- ef2b90e sfc: Move Falcon NIC operations to efx_nic_type by Ben Hutchings · 15 years ago
- daeda63 sfc: Decouple NIC revision number from Falcon PCI revision number by Ben Hutchings · 15 years ago
- cc83f6d sfc: Do not set net_device::trans_start in self-test by Ben Hutchings · 15 years ago
- f30eb23 sfc: Move inline comment into kernel-doc by Ben Hutchings · 15 years ago
- 9007b9f sfc: Simplify XMAC link polling by Ben Hutchings · 15 years ago
- c459302 sfc: Log interrupt and reset type names, not numbers by Ben Hutchings · 15 years ago
- f5e7adc sfc: Combine high-level header files by Ben Hutchings · 15 years ago
- 497f5ba sfc: Remove redundant efx_xmit() function by Ben Hutchings · 15 years ago
- eb50c0d sfc: Gather link state fields in struct efx_nic into new struct efx_link_state by Ben Hutchings · 15 years ago
- 3ffeabd sfc: Eliminate indirect lookups of queue size constants by Ben Hutchings · 15 years ago
- 12d00ca sfc: Rename register I/O header and functions used by both Falcon and Siena by Ben Hutchings · 15 years ago
- 5087b54 sfc: Remove boards.h, moving last remaining declaration to falcon.h by Ben Hutchings · 15 years ago
- 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
- 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
- 68e7f45 sfc: Use generic MDIO functions and definitions by Ben Hutchings · 16 years ago
- 4b98828 sfc: Reinitialise the PHY completely in case of a PHY or NIC reset by Steve Hodgson · 16 years ago
- 1796721 sfc: Add support for multiple PHY self-tests by Ben Hutchings · 16 years ago
- 2ef3068 sfc: Merge top-level functions for self-tests by Ben Hutchings · 16 years ago
- a5692e4 sfc: Clean up PHY mode management in loopback self-test by Ben Hutchings · 16 years ago
- 6f158d5 sfc: Add support for SFN4111T by Ben Hutchings · 16 years ago
- 766ca0f sfc: Rework MAC, PHY and board event handling by Ben Hutchings · 16 years ago
- 177dfcd sfc: Add support for sub-10G speeds by Ben Hutchings · 16 years ago
- 8c8661e sfc: Extend self-tests by Ben Hutchings · 16 years ago
- 64ee312 sfc: Remove efx_channel::has_interrupt by Ben Hutchings · 16 years ago
- dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
- b9aafb0 sfc: Speed up loopback self-test by Ben Hutchings · 16 years ago
- f8ea0b6 sfc: Self-test reporting cleanup by Ben Hutchings · 16 years ago
- a0c2c19 sfc: Avoid mangling error codes in efx_test_loopback() by Ben Hutchings · 16 years ago
- 60ac106 sfc: Use separate hardware TX queues to select checksum generation by Ben Hutchings · 16 years ago
- 9b7bfc4 sfc: Added checks for heap allocation failure by Ben Hutchings · 16 years ago
- d3208b5 sfc: Remove redundant casts to and from void * by Ben Hutchings · 16 years ago
- 5566861 sfc: Replaced various macros with inline functions by Ben Hutchings · 16 years ago
- 3273c2e [netdrvr] sfc: sfc: Add self-test support by Ben Hutchings · 17 years ago