summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: bcmgenet: Fix compile warningTobias Klauser2014-09-261-16/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-2623-0/+16185
|\
| * fm10k: Add support for PTPAlexander Duyck2014-09-237-1/+683
| * fm10k: Add support for ptp to hw specific filesAlexander Duyck2014-09-235-0/+186
| * fm10k: Add support for debugfsAlexander Duyck2014-09-235-1/+298
| * fm10k: Add support for IEEE DCBxAlexander Duyck2014-09-234-4/+185
| * fm10k: Add support for SR-IOV to driverAlexander Duyck2014-09-235-2/+614
| * fm10k: Add support for SR-IOV to PF core filesAlexander Duyck2014-09-233-1/+874
| * fm10k: Add support for VFAlexander Duyck2014-09-239-4/+837
| * fm10k: Add support for PF <-> VF mailboxAlexander Duyck2014-09-232-0/+834
| * fm10k: Add support for MACVLAN accelerationAlexander Duyck2014-09-234-1/+198
| * fm10k: Add support for netdev offloadsAlexander Duyck2014-09-232-3/+459
| * fm10k: Add support for multiple queuesAlexander Duyck2014-09-234-0/+247
| * fm10k: Add support for PCI power management and error handlingAlexander Duyck2014-09-231-0/+221
| * fm10k: Add ethtool supportAlexander Duyck2014-09-234-1/+873
| * fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck2014-09-234-2/+1038
| * fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck2014-09-233-0/+653
| * fm10k: Add service task to handle delayed eventsAlexander Duyck2014-09-232-0/+460
| * fm10k: add support for Tx/Rx ringsAlexander Duyck2014-09-234-2/+323
| * fm10k: Add interrupt supportAlexander Duyck2014-09-234-0/+973
| * fm10k: Add support for ndo_open/stopAlexander Duyck2014-09-233-0/+117
| * fm10k: Add support for L2 filteringAlexander Duyck2014-09-232-1/+356
| * fm10k: Add netdevAlexander Duyck2014-09-234-4/+418
| * fm10k: Add support for configuring PF interfaceAlexander Duyck2014-09-232-2/+683
| * fm10k: Add support for PFAlexander Duyck2014-09-235-1/+969
| * fm10k: Implement PF <-> SM mailbox operationsAlexander Duyck2014-09-233-1/+1355
| * fm10k: Add support for mailboxAlexander Duyck2014-09-234-0/+608
| * fm10k: Add support for basic interaction with hardwareAlexander Duyck2014-09-233-1/+82
| * fm10k: Add support for TLV message parsing and generationAlexander Duyck2014-09-233-1/+686
| * fm10k: Add register defines and basic structuresAlexander Duyck2014-09-232-1/+661
| * fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface...Alexander Duyck2014-09-237-0/+328
* | net: fec: free resource after phy probe failedNimrod Andy2014-09-261-0/+2
* | net: fec: align rx data buffer size for dma map/unmapNimrod Andy2014-09-261-3/+5
* | net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy2014-09-261-2/+2
* | net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy2014-09-262-0/+12
* | fec: Remove fec_enet_select_queue()Fabio Estevam2014-09-261-7/+0
* | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-26144-1729/+19144
|\ \
| * | ath9k: enable ext channel pulse detectionLorenzo Bianconi2014-09-161-0/+1
| * | ath9k: Fix build errorSujith Manoharan2014-09-161-0/+2
| * | ath9k: initialize ath_node linked listLorenzo Bianconi2014-09-161-0/+4
| * | ath9k: enable dynack using set_coverage_class codepathLorenzo Bianconi2014-09-161-4/+29
| * | ath9k: add debugfs support for dynackLorenzo Bianconi2014-09-161-0/+28
| * | ath9k: enable control frame receptionLorenzo Bianconi2014-09-161-1/+2
| * | ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi2014-09-162-0/+10
| * | ath9k: do not overwrite ACK timeout estimationLorenzo Bianconi2014-09-161-0/+8
| * | ath9k: add config for (en|dis)abling ACK timeout estimationLorenzo Bianconi2014-09-162-0/+12
| * | ath9k: add dynamic ACK timeout estimationLorenzo Bianconi2014-09-166-0/+464
| * | ath9k: add duration field to ath_tx_statusLorenzo Bianconi2014-09-163-0/+17
| * | ath9k: export methods related to ACK timeout estimationLorenzo Bianconi2014-09-162-3/+7
| * | ath9k: Fix primary station configurationSujith Manoharan2014-09-151-5/+1