summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-2/+1
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-022-2/+2
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-014-14/+15
* sfc: Improve reliability of RX queue flushingBen Hutchings2009-08-261-0/+2
* sfc: Work around XMAC bug causing packet loss with some peersBen Hutchings2009-08-261-1/+6
* sfc: QT2025C: Use hard reset onlyBen Hutchings2009-08-261-9/+10
* sfc: Do not reinitialise XAUI serdes before it has completed resetBen Hutchings2009-08-262-3/+7
* sfc: Fix ordering of device registration and initial netif_carrier_off()Ben Hutchings2009-08-261-9/+17
* sfc: Expose 100/1000BASE-T MDI-X status via ethtoolBen Hutchings2009-06-111-1/+10
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-292-7/+1
* sfc: Remove lro module parameterBen Hutchings2009-05-191-13/+2
* sfc: Use generic XENPAK register definitionsBen Hutchings2009-05-173-73/+4
* sfc: modify allocation error messageMike Travis2009-05-171-2/+2
* sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings2009-04-295-48/+7
* sfc: Use generic MDIO functions and definitionsBen Hutchings2009-04-2914-845/+311
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-162-5/+6
|\
| * sfc: Use correct macro to set event bitfieldBen Hutchings2009-04-141-2/+2
| * sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings2009-04-141-3/+4
* | gro: New frags interface to avoid copying shinfoHerbert Xu2009-04-161-8/+18
* | sfc: Don't specify unexistent IRQJean Delvare2009-04-082-5/+0
|/
* sfc: Call netif_napi_add() before registering our interrupt handlerBen Hutchings2009-03-311-4/+3
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-272-17/+24
|\
| *-------. Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-12/+12
| |\ \ \ \ \
| | | | | | * falcon fix compilation warningsJaswinder Singh Rajput2009-02-111-12/+12
| | | |_|_|/ | | |/| | |
| | | | * | sfc: Correct address of gPXE boot configuration in EEPROMBen Hutchings2008-11-071-2/+2
| * | | | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-0512-302/+279
| |\ \ \ \ \ | | |/ / / /
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-151-5/+12
| |\ \ \ \ \ \ | | | | |/ / / | | | |/| | / | | |_|_|_|/ | |/| | | |
| | * | | | cpumask: convert drivers/net/sfcRusty Russell2009-01-111-4/+11
| | * | | | cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell2009-01-111-2/+2
| | |/ / /
* | | | | sfc: Implement adaptive IRQ moderationBen Hutchings2009-03-216-21/+73
* | | | | sfc: Optimise falcon_writel_page_locked() for page > 0Ben Hutchings2009-03-211-5/+8
* | | | | sfc: Remove unused private PCI register definitionsBen Hutchings2009-03-211-7/+0
* | | | | sfc: Work around unreliable legacy interrupt statusBen Hutchings2009-03-211-12/+14
* | | | | sfc: Pad packets to 33 bytes to prevent TX packet parser lockupBen Hutchings2009-03-212-0/+10
* | | | | sfc: Improve NIC internal error recoveryBen Hutchings2009-03-041-4/+19
* | | | | sfc: Fix search for flush completion eventsBen Hutchings2009-03-041-12/+9
* | | | | sfc: Don't wake TX queues while they're being flushedBen Hutchings2009-03-041-1/+1
* | | | | sfc: Clear I2C adapter structure in falcon_remove_nic()Ben Hutchings2009-03-041-0/+2
* | | | | sfc: Clean up properly on reset failure pathsBen Hutchings2009-03-041-3/+6
* | | | | sfc: Reject packets from the kernel TX queue during a loopback self-testBen Hutchings2009-03-041-0/+3
* | | | | sfc: Fix efx_ethtool_nway_result() to use clause 45 MDIO registersBen Hutchings2009-03-041-1/+8
* | | | | sfc: Add support for SFN4112F SFP+ reference designBen Hutchings2009-03-022-0/+63
* | | | | sfc: Clean up LED controlBen Hutchings2009-03-023-12/+11
* | | | | sfc: Delete unused efx_blinker::led_num fieldBen Hutchings2009-03-022-3/+0
* | | | | sfc: Add support for QT2025C PHYBen Hutchings2009-03-024-10/+91
* | | | | sfc: Fix reporting of PHY idBen Hutchings2009-03-023-7/+22
* | | | | sfc: Remove "XFP" from log messages that are not specific to XFPBen Hutchings2009-03-021-4/+4
* | | | | sfc: SFT9001/SFN4111T: Check PHY boot status during board initialisationBen Hutchings2009-03-023-40/+72
* | | | | sfc: Fix test for MDIO read failureBen Hutchings2009-03-021-6/+7
* | | | | sfc: SFT9001: Include non-breaking cable diagnostics in online self-testsBen Hutchings2009-03-021-21/+24
OpenPOWER on IntegriCloud