summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | rtlwifi: rtl8188ee: rtl8723ae: rtl8821ae: Initialize some variablesLarry Finger2014-09-307-18/+18
| | * | | | rtlwifi: rtl8188ee: rtl8192com: rtl8192cu: rtl8192ee: rtl8723ae: rtl87323be: ...Larry Finger2014-09-3010-139/+45
| | * | | | rtlwifi: rtl8192ce: rtl8192common: Update for latest version of Realtek driversLarry Finger2014-09-3018-973/+534
| | * | | | rtlwifi: rtl8723be: Update driver to match Realtek release of 06/28/14Larry Finger2014-09-3030-3167/+3833
| | * | | | rtlwifi: rtl8723ae: Update driver to match 06/28/14 Realtek versionLarry Finger2014-09-3038-4836/+5403
| | * | | | rtlwifi: rtl8192ee: Move driver from staging to the regular treeLarry Finger2014-09-3025-1/+15380
| | * | | | rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problemLarry Finger2014-09-303-2/+5
| | * | | | bcma: use chipcommon node from DT for SoC GPIO chipRafał Miłecki2014-09-302-0/+16
| | * | | | bcma: register bcma as device tree driverHauke Mehrtens2014-09-305-1/+168
| | * | | | mwifiex: add more dump information for PCIe interfaceAmitkumar Karwar2014-09-302-0/+11
| | * | | | mwifiex: error path handling in pcie firmware dumpAmitkumar Karwar2014-09-301-4/+7
| | * | | | rtlwifi: Fix problems with building an allyesconfigLarry Finger2014-09-2620-833/+223
| | * | | | rtlwifi: rtl8821ae: Move driver from staging to regular treeLarry Finger2014-09-2628-6/+26865
| | * | | | rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014Larry Finger2014-09-2625-4248/+4863
| | * | | | rtlwifi: Finish modifying core routines for new driversLarry Finger2014-09-269-133/+174
| | * | | | rtlwifi: Update power-save routines for 062814 driverLarry Finger2014-09-2613-253/+162
| | * | | | rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new driversLarry Finger2014-09-264-156/+156
| | * | | | rtlwifi: Modify base.{c,h} for new driversLarry Finger2014-09-263-252/+463
| | * | | | rtlwifi: Modify core.c for new driversLarry Finger2014-09-264-234/+602
| | * | | | rtlwifi: rtl_pci: Start modification for new driversLarry Finger2014-09-265-334/+605
| | * | | | rtlwifi: Remove extra workqueue for enter/leave power stateLarry Finger2014-09-261-5/+2
| | * | | | rtlwifi: btcoexist: Fix Smatch warningLarry Finger2014-09-263-3/+3
| | * | | | ath9k: Fix offchannel queuingSujith Manoharan2014-09-261-3/+3
| | * | | | ath9k: Use normal queues for offchannel framesSujith Manoharan2014-09-261-2/+1
| | * | | | ath9k: Fix queue managementSujith Manoharan2014-09-261-7/+3
| | * | | | rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka2014-09-261-1/+1
| | * | | | wil6210: ethtool opsVladimir Kondratiev2014-09-266-12/+138
| | * | | | bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch onlyRafał Miłecki2014-09-261-2/+2
| | * | | | rtl818x_pci: add RSSI information for rtl8187SEandrea.merello2014-09-261-5/+23
| | * | | | ath9k: Fix p2p address managementSujith Manoharan2014-09-262-0/+37
| | * | | | bcma: print chip ID in a more user-friendly formRafał Miłecki2014-09-261-2/+6
| | * | | | mwifiex: ensure user_scan_in not NULL while setting scan channel gapAvinash Patil2014-09-261-16/+17
| | * | | | ath9k: Cache BSS informationSujith Manoharan2014-09-263-7/+17
| | * | | | ath5k: Remove AHB bus supportPaul Bolle2014-09-266-294/+3
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-2612-231/+518
| | |\| | |
| | | * | | Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg2014-09-251-3/+3
| | | * | | Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg2014-09-241-12/+11
| | | * | | ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent2014-09-241-36/+89
| | | * | | mrf24j40: use pr_* / dev_* instead of printk()Varka Bhadram2014-09-241-7/+7
| | | * | | mrf24j40: remove unnecessary return statementVarka Bhadram2014-09-241-2/+0
| | | * | | mrf24j40: fix Missing a blank line after declarationsVarka Bhadram2014-09-241-0/+3
| | | * | | Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-242-1/+2
| | | * | | Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-242-12/+6
| | | * | | Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
| | | * | | Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
| | | * | | Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-172-21/+0
| | | * | | Bluetooth: btusb: Implement driver internal packet reassemblyMarcel Holtmann2014-09-161-8/+189
| | | * | | Bluetooth: btusb: Split fragement receiption into separate functionsMarcel Holtmann2014-09-161-9/+21
| | | * | | Bluetooth: btusb: Fix old coding style issuesMarcel Holtmann2014-09-161-56/+58
| | | * | | MAINTAINERS: add maintainer for generic 6LoWPANJukka Rissanen2014-09-151-0/+1