summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* can: flexcan: factor out soft reset into seperate funtionMarc Kleine-Budde2014-03-031-9/+17
* can: flexcan: flexcan_remove(): add missing netif_napi_del()Marc Kleine-Budde2014-03-031-1/+2
* can: flexcan: fix transition from and to freeze mode in chip_{,un}freezeMarc Kleine-Budde2014-03-031-11/+49
* can: flexcan: factor out transceiver {en,dis}able into seperate functionsMarc Kleine-Budde2014-03-031-7/+20
* can: flexcan: fix transition from and to low power mode in chip_{en,dis}ableMarc Kleine-Budde2014-03-031-12/+38
* can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() failsMarc Kleine-Budde2014-03-031-1/+3
* can: flexcan: fix shutdown: first disable chip, then all interruptsMarc Kleine-Budde2014-03-031-3/+5
* USB AX88179/178A: Support D-Link DUB-1312Gerry Demaret2014-03-021-0/+17
* b44: always set duplex mode why phy changesHauke Mehrtens2014-03-021-1/+6
* b44: add calls to phy_{start,stop}Hauke Mehrtens2014-03-021-0/+7
* bna: fix vlan tag stripping and implement its togglingIvan Vecera2014-02-281-10/+30
* tg3: Don't check undefined error bits in RXBDMichael Chan2014-02-282-3/+6
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-2711-76/+79
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2711-76/+79
| |\
| | * ath9k: fix invalid descriptor discardingFelix Fietkau2014-02-251-35/+35
| | * ath9k: reduce baseband hang detection false positive rateFelix Fietkau2014-02-251-1/+7
| | * ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau2014-02-241-2/+3
| | * mwifiex: rename usb driver name registerring to usb coreBing Zhao2014-02-241-3/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwif...John W. Linville2014-02-241-0/+1
| | |\
| | | * iwlwifi: dvm: clear IWL_STA_UCODE_INPROGRESS when assoc failsEmmanuel Grumbach2014-02-201-0/+1
| | * | ath9k: Fix ETSI compliance for AR9462 2.0Sujith Manoharan2014-02-201-2/+2
| | * | brcmfmac: fix txglomming scatter-gather packet transfersArend van Spriel2014-02-201-10/+4
| | * | ath9k: protect tid->sched checkStanislaw Gruszka2014-02-201-3/+5
| | * | mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar2014-02-201-17/+11
| | * | mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar2014-02-201-0/+6
| | * | mwifiex: clean pcie ring only when device is presentAvinash Patil2014-02-201-1/+2
| | * | libertas: fix scan result loss if SSID IE len 0James Cameron2014-02-201-1/+1
| | * | hostap: Do not free priv until timer handler has actually stopped using itKirill Tkhai2014-02-201-1/+1
* | | | bnx2x: Add missing bit in default Tx switchingYuval Mintz2014-02-271-1/+8
|/ / /
* | | bonding: disallow enslaving a bond to itselfJiri Bohac2014-02-261-0/+5
* | | bonding: fix a div error caused by the slave release pathNikolay Aleksandrov2014-02-261-3/+1
* | | AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LANFreddy Xin2014-02-261-0/+17
* | | bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong2014-02-263-46/+55
* | | bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong2014-02-263-22/+75
* | | sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree2014-02-261-0/+7
* | | phy: unmask link partner capabilitiesCristian Bercaru2014-02-251-7/+9
* | | net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo2014-02-251-0/+1
* | | qlcnic: Fix number of rings when we fall back from msix to legacy.Rajesh Borundia2014-02-252-0/+2
* | | qlcnic: Allow any VLAN to be configured from VF.Sucheta Chakraborty2014-02-251-9/+0
* | | qlcnic: Fix usage of use_msi and use_msi_x module parametersShahed Shaikh2014-02-251-1/+1
* | | qlcnic: Fix function return error checkShahed Shaikh2014-02-251-1/+1
* | | qeth: postpone freeing of qdio memoryUrsula Braun2014-02-253-2/+9
* | | net,IB/mlx: Bump all Mellanox driver versionsAmir Vadai2014-02-255-10/+10
* | | r8169: initialize rtl8169_stats seqlockKyle McMartin2014-02-241-0/+2
* | | net: stmmac: Check return value of alloc_dma_desc_resources()Tobias Klauser2014-02-241-1/+1
* | | virtio-net: alloc big buffers also when guest can receive UFOJason Wang2014-02-241-1/+2
* | | net: fec: fix potential issue to avoid fec interrupt lost and crc errorDuan Fugang-B386112014-02-201-6/+7
* | | tun: remove bogus hardware vlan acceleration flags from vlan_featuresFernando Luis Vazquez Cao2014-02-201-1/+3
* | | veth: Fix vlan_features so as to be able to use stacked vlan interfacesToshiaki Makita2014-02-201-1/+2
* | | xen-netfront: reset skb network header before checksumWei Liu2014-02-191-0/+1