summaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* | sfc: Move efx_xmit_done() declaration into correct stanzaBen Hutchings2009-10-241-1/+1
* | sfc: Remove declarations of nonexistent functionsBen Hutchings2009-10-241-2/+0
* | sfc: Change order of device removal to reverse of probe orderBen Hutchings2009-10-241-1/+1
* | sfc: Merge struct efx_blinker into struct efx_boardBen Hutchings2009-10-242-29/+21
* | sfc: Move all TX DMA length limiting into tx.cBen Hutchings2009-10-244-25/+25
* | sfc: Define DMA address mask explicitly in terms of descriptor field widthBen Hutchings2009-10-241-5/+2
* | sfc: Eliminate indirect lookups of queue size constantsBen Hutchings2009-10-247-98/+62
* | sfc: Rename register I/O header and functions used by both Falcon and SienaBen Hutchings2009-10-247-421/+426
* | sfc: Update hardware definitions for SienaBen Hutchings2009-10-247-1887/+3756
* | sfc: Move RX data FIFO thresholds out of struct efx_nic_typeBen Hutchings2009-10-242-15/+12
* | sfc: Remove versioned bitfield macrosBen Hutchings2009-10-243-40/+47
* | sfc: Remove boards.h, moving last remaining declaration to falcon.hBen Hutchings2009-10-249-22/+2
* | sfc: Merge sfe4001.c into falcon_boards.cBen Hutchings2009-10-244-443/+420
* | sfc: Rename Falcon-specific board code and typesBen Hutchings2009-10-245-26/+25
* | sfc: Remove redundant hardware initialisationBen Hutchings2009-10-241-4/+0
* | sfc: Remove redundant header gmii.hBen Hutchings2009-10-242-61/+0
* | sfc: 10Xpress: Report support for pause framesBen Hutchings2009-10-221-0/+1
* | sfc: 10Xpress: Initialise pause advertising flagsBen Hutchings2009-10-121-0/+10
|/
* 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