summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-04rtlwifi: Fix smatch warnings in usb.cLarry Finger1-2/+4
2013-10-04rtlwifi: Fix smatch warning in pci.cLarry Finger1-1/+0
2013-10-04rtlwifi: rtl8192_common: Fix smatch errors and warnings in rtl8192c/dm_common.cLarry Finger1-24/+1
2013-10-04rtlwifi: rtl8192cu: Fix smatch warning in rtl8192cu/trx.cLarry Finger1-2/+0
2013-10-04rtlwifi: rtl8192de: Fix smatch warnings in rtl8192de/hw.cLarry Finger1-18/+0
2013-10-04rtlwifi: rtl8192du: Fix smatch errors in /rtl8192de/dm.cLarry Finger2-3/+6
2013-10-04rt2800: add support for radio chip RF3070Stanislaw Gruszka2-1/+9
2013-10-04brcmfmac: rework rx path bus interfaceArend van Spriel4-35/+22
2013-10-04brcmfmac: Use fw filename and nvram based of devid for sdio.Hante Meuleman1-74/+133
2013-10-04brcmfmac: fix sparse error 'bad constant expression'Arend van Spriel1-1/+1
2013-10-04brcmfmac: reserve memory for bus layer in sk_buff::cbFranky Lin2-5/+12
2013-10-04brcmfmac: add valid core index check in related functionsFranky Lin1-0/+10
2013-10-04brcmfmac: add BCM4339 SDIO interface supportFranky Lin4-8/+30
2013-10-04brcmfmac: sync firmware event listFranky Lin2-3/+4
2013-10-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville25-483/+1390
2013-10-04Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville21-1015/+984
2013-10-04Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville11-87/+342
2013-10-03Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann1-25/+19
2013-10-03Bluetooth: Check minimum length of SMP packetsMarcel Holtmann1-2/+7
2013-10-03Bluetooth: Drop packets on ATT fixed channel on BR/EDRMarcel Holtmann1-0/+4
2013-10-03Bluetooth: L2CAP connectionless channels are only valid for BR/EDRMarcel Holtmann1-0/+4
2013-10-03Bluetooth: SMP packets are only valid on LE connectionsMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Don't copy L2CAP LE signalling to raw socketsMarcel Holtmann1-2/+0
2013-10-03Bluetooth: Fix switch statement order for L2CAP fixed channelsMarcel Holtmann1-3/+4
2013-10-03Bluetooth: Allow changing device class when BR/EDR is disabledMarcel Holtmann1-1/+1
2013-10-03Bluetooth: Restrict loading of long term keys to LE capable controllersMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Restrict loading of link keys to BR/EDR capable controllersMarcel Holtmann1-0/+6
2013-10-03Bluetooth: Allow setting static address even if LE is disabledMarcel Holtmann1-4/+2
2013-10-03Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllersMarcel Holtmann1-1/+5
2013-10-03Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann1-2/+4
2013-10-02Bluetooth: Add the definition for Slave Page Response TimeoutDoHyun Pyun1-0/+2
2013-10-02Bluetooth: Add the definition and stcuture for Sync Train CompleteDoHyun Pyun1-0/+5
2013-10-02Bluetooth: Add the definition for Start Synchronization TrainDoHyun Pyun1-0/+2
2013-10-02Bluetooth: Add the definition and structure for Set CSBDoHyun Pyun1-0/+16
2013-10-02Bluetooth: Add the structure for Write Sync Train ParametersDoHyun Pyun1-0/+12
2013-10-02Bluetooth: Add the definition and structure for Set CSB DataDoHyun Pyun1-0/+14
2013-10-02Bluetooth: Add the definition and structure for Delete Reserved LT_ADDRDoHyun Pyun1-0/+9
2013-10-02Bluetooth: Add the definition and structure for Set Reserved LT_ADDRDoHyun Pyun1-0/+9
2013-10-02iwlwifi: pcie: fix merge damageJohannes Berg1-4/+4
2013-10-02Bluetooth: Increment management interface revisionMarcel Holtmann1-1/+1
2013-10-02Bluetooth: Fix advertising data flags with disabled BR/EDRJohan Hedberg1-7/+7
2013-10-02Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responsesJohan Hedberg1-25/+51
2013-10-02Bluetooth: Add management command for setting static addressMarcel Holtmann4-0/+58
2013-10-02Bluetooth: Restrict disabling of HS when controller is powered offMarcel Holtmann1-2/+9
2013-10-02Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg3-0/+127
2013-10-02Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg4-13/+36
2013-10-02Bluetooth: btmrvl: add calibration data download supportAmitkumar Karwar4-1/+134
2013-10-02Bluetooth: btmrvl: add setup handlerAmitkumar Karwar2-8/+16
2013-10-02Bluetooth: btmrvl: get rid of struct btmrvl_cmdAmitkumar Karwar2-12/+6
2013-10-02Bluetooth: btmrvl: add btmrvl_send_sync_cmd() functionAmitkumar Karwar1-88/+41