aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Merge tag 'wireless-drivers-next-for-davem-2015-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller169-2183/+6457
2015-02-08cxgb4: Fix trace observed while dumping clip_tblHariprasad Shenai2-1/+4
2015-02-08Driver: Vmxnet3: Change the hex constant to its decimal equivalentShrikrishna Khare2-3/+3
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-4/+1
2015-02-07cxgb4: Add support in debugfs to dump the congestion control tableHariprasad Shenai4-0/+53
2015-02-07cxgb4: Add support to dump mailbox content in debugfsHariprasad Shenai3-0/+91
2015-02-07cxgb4: Add support for ULP RX logic analyzer output in debugfsHariprasad Shenai5-0/+58
2015-02-07cxgb4: Added support in debugfs to display TP logic analyzer outputHariprasad Shenai5-0/+320
2015-02-07cxgb4: Add support in debugfs to display sensor informationHariprasad Shenai2-0/+42
2015-02-07be2net: avoid unncessary swapping of fields in eth_tx_wrbSathya Perla2-18/+27
2015-02-07be2net: process port misconfig async eventVasundhara Volam4-30/+139
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2-97/+127
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla3-51/+36
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam3-23/+66
2015-02-07be2net: avoid flashing SH-B0 UFI image on SH-P2 chipVasundhara Volam2-2/+9
2015-02-07be2net: refactor code that checks flash file compatibilityVasundhara Volam2-68/+78
2015-02-07be2net: replace (1 << x) with BIT(x)Vasundhara Volam3-15/+15
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla3-166/+167
2015-02-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller13-219/+584
2015-02-07r8152: use BIT macrohayeswang1-17/+17
2015-02-07r8152: replace get_protocol with vlan_get_protocolhayeswang1-14/+2
2015-02-07r8152: adjust the line feed for hw_featureshayeswang1-2/+1
2015-02-07r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang1-1/+1
2015-02-07r8152: check linking status with netif_carrier_okhayeswang1-14/+9
2015-02-07r8152: adjust lpm timerhayeswang1-3/+3
2015-02-07r8152: adjust rx_bottomhayeswang1-2/+13
2015-02-07net: dsa: bcm_sf2: implement GPHY power downFlorian Fainelli2-9/+45
2015-02-07net: dsa: bcm_sf2: move GPHY enabling to its own functionFlorian Fainelli1-12/+20
2015-02-07Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller6-2/+802
2015-02-06Merge ath-next from ath.gitKalle Valo28-435/+2953
2015-02-06Merge tag 'iwlwifi-next-for-kalle-2015-02-03' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo26-176/+503
2015-02-06brcm80211: Delete unnecessary checks before two function callsMarkus Elfring2-3/+2
2015-02-06hostap: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2015-02-06orinoco: Delete an unnecessary check before the function call "kfree"Markus Elfring1-1/+1
2015-02-06ath9k: Delete an unnecessary check before the function call "relay_close"Markus Elfring1-1/+1
2015-02-06cw1200: Less function calls in cw1200_load_firmware_cw1200() after error detectionMarkus Elfring1-14/+23
2015-02-06cw1200: Delete an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1
2015-02-06orinoco: orinoco_tmd use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-06orinoco: orinoco_pci use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-06orinoco: orinoco_plx use msecs_to_jiffies for conversionNicholas Mc Guire1-1/+1
2015-02-06cw1200: use msecs_to_jiffies for conversionNicholas Mc Guire1-4/+4
2015-02-06ath5k: fix spontaneus AR5312 freezesSergey Ryazanov1-1/+1
2015-02-06ath9k: Choose correct rate for 2GHz channelSujith Manoharan1-1/+5
2015-02-06ath9k: Clear TSF2 properlySujith Manoharan2-0/+11
2015-02-06ath9k: Program AR_WA correctlySujith Manoharan1-17/+22
2015-02-06ath9k: Fix issues with WoW enableSujith Manoharan3-95/+93
2015-02-06ath9k: Register correct WOW details with mac80211Sujith Manoharan1-2/+14
2015-02-06ath9k: Add support for more WOW patternsSujith Manoharan3-27/+56
2015-02-06rtlwifi: rtl8192ee: Fix problems with calculating free space in FIFOLarry Finger2-8/+8
2015-02-06rtlwifi: rtl8192ee: Fix handling of new style descriptorsTroy Tan5-10/+46