summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2015-01-27mwifiex: set netif carrier off in ndo_openJohannes Berg-1/+2
2015-01-27ath10k: fix pmf for wmi-tlv on qca6174Marek Kwaczynski-0/+6
2015-01-27ath10k: remove sw encryption for pmfMarek Kwaczynski-4/+1
2015-01-27ath10k: disable irqs after fw crashMichal Kazior-0/+2
2015-01-27ath10k: disable uapsd autotriggerMichal Kazior-0/+33
2015-01-27ath10k: implement uapsd autotrigger commandJanusz Dziedzic-0/+122
2015-01-27ath10k: fix nullfunc workaroundMichal Kazior-0/+1
2015-01-27ath10k: fix dtim period with beacon templatesMichal Kazior-1/+1
2015-01-27ath10k: use idr api for msdu_idsMichal Kazior-59/+35
2015-01-27r8169: use PCI define for Max_Read_Request_SizeRafał Miłecki-3/+3
2015-01-27ath10k: fix 10.2 fw stats parsingMichal Kazior-2/+212
2015-01-27ath10k: split fw pdev stats parsingMichal Kazior-72/+100
2015-01-27ath10k: add support for qca6174Michal Kazior-35/+302
2015-01-27ath10k: add support for qca6174 Rx descriptorsMichal Kazior-2/+25
2015-01-27ath10k: reset chip before reading chip_id in probeMichal Kazior-12/+18
2015-01-27ath10k: implement rx reorder supportMichal Kazior-36/+463
2015-01-27ath10k: introduce struct ath10k_skb_rxcbMichal Kazior-8/+18
2015-01-27ath10k: implement diag eventMichal Kazior-0/+58
2015-01-27ath10k: implement diag data container eventMichal Kazior-0/+128
2015-01-27ath10k: use IEEE80211_HW_SW_CRYPTO_CONTROLJohannes Berg-1/+15
2015-01-27bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan-1/+1
2015-01-27net: phy: Invalidate LP advertising flags when restarting or disabling ANBen Hutchings-0/+3
2015-01-27sunvnet: improve error handling when a remote crashesDavid L Stevens-28/+34
2015-01-27sunvnet: free pending tx buffers before clearing ring dataDavid L Stevens-10/+11
2015-01-27sh_eth: Fix DMA-API usage for RX buffersBen Hutchings-11/+23
2015-01-27sh_eth: Check for DMA mapping errors on transmitBen Hutchings-0/+4
2015-01-27sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings-7/+32
2015-01-27sh_eth: Remove RX overflow log messagesBen Hutchings-3/+0
2015-01-27net: phy: avoid suspending twice a PHYFlorian Fainelli-2/+6
2015-01-27net: phy: keep track of the PHY suspend stateFlorian Fainelli-4/+18
2015-01-27net: phy: utilize phy_suspend and phy_resumeFlorian Fainelli-4/+2
2015-01-27cxgb4: Added support in debugfs to dump different timer and clock values of t...Hariprasad Shenai-0/+86
2015-01-27cxgb4: Added support in debugfs to dump PM module statsHariprasad Shenai-0/+135
2015-01-27cxgb4: Addded support in debugfs to dump CIM outbound queue contentHariprasad Shenai-0/+119
2015-01-27cxgb4: Added support in debugfs to dump cim ingress bound queue contentsHariprasad Shenai-0/+104
2015-01-27cxgb4: Added support in debugfs to dump sge_qinfoHariprasad Shenai-2/+215
2015-01-27net: dsa/mv88e6352: make mv88e6352_wait genericVivien Didelot-8/+5
2015-01-27net: dsa/mv88e6xxx: add reg read and write debugVivien Didelot-0/+9
2015-01-27can: kvaser_usb: Fix state handling upon BUS_ERROR eventsAhmed S. Darwish-4/+3
2015-01-27can: kvaser_usb: Retry the first bulk transfer on -ETIMEDOUTAhmed S. Darwish-2/+10
2015-01-27can: kvaser_usb: Send correct context to URB completionAhmed S. Darwish-1/+1
2015-01-27can: kvaser_usb: Do not sleep in atomic contextAhmed S. Darwish-6/+1
2015-01-26net: macb: Remove CONFIG_PM ifdef because of compilation warningMichal Simek-4/+2
2015-01-26net: macb: allow deffered probe of the driverNicolae Rosia-4/+5
2015-01-26net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia-10/+49
2015-01-26sh_eth: Fix serialisation of interrupt disable with interrupt & NAPI handlersBen Hutchings-9/+31
2015-01-26sh_eth: Fix crash or memory leak when resizing rings on device that is downBen Hutchings-16/+18
2015-01-26sh_eth: Detach net device when stopping queue to resize DMA ringsBen Hutchings-1/+2
2015-01-26sh_eth: Fix padding of short frames on TXBen Hutchings-4/+4
2015-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/...David S. Miller-3217/+13631