Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-12sfc: decouple TXQ type from labelEdward Cree
2020-09-08sfc: remove phy_op indirectionEdward Cree
2020-08-31sfc: fix kernel-doc on struct efx_loopback_stateEdward Cree
2020-07-03sfc: assign TXQs without gapsEdward Cree
2020-01-10sfc: refactor selftest work init codeAlex Maftei (amaftei)
2020-01-09sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
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-27sfc: work around TRIGGER_INTERRUPT command not working on SFC9140Jon Cooper
2015-08-01sfc: 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-23sfc: Add support for busy pollingAlexandre Rames
2014-03-10sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree
2013-12-13sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper
2013-08-30sfc: 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