summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: Add an LLC Core layer to HCIEric Lapuyade2012-09-254-1/+241
* NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2012-09-252-20/+42
* NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade2012-09-251-1/+33
* NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade2012-09-254-24/+21
* NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz2012-09-251-2/+1
* NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz2012-09-251-25/+2
* NFC: Fix possible LLCP memory leakWei Yongjun2012-09-251-5/+9
* NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun2012-09-252-4/+2
* NFC: Use system_nrt_wq instead of custom onesTejun Heo2012-09-256-118/+26
* NFC: Remove repeated code for NULL checkSyam Sidhardhan2012-09-251-3/+0
* NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2012-09-252-1/+55
* NFC: Parse NCI NFC-DEP activation paramsIlan Elias2012-09-251-0/+32
* NFC: Set local general bytes in nci_start_pollIlan Elias2012-09-252-0/+69
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-09-246-65/+195
|\
| * Bluetooth: Update management interface revisionJohan Hedberg2012-09-181-1/+1
| * Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2012-09-182-0/+84
| * Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko2012-09-081-0/+3
| * Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-09-081-1/+0
| * Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko2012-09-081-3/+1
| * Bluetooth: Remove unneeded zero initAndrei Emeltchenko2012-09-081-1/+1
| * Bluetooth: Fix establishing ESCO linksVinicius Costa Gomes2012-08-211-5/+6
| * Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan2012-08-211-7/+8
| * Bluetooth: debug: Correct the PSM printingSyam Sidhardhan2012-08-211-1/+1
| * Bluetooth: mgmt: Add device disconnect reasonMikel Astiz2012-08-212-7/+28
| * Bluetooth: Fix minor coding style in hci_event.cMikel Astiz2012-08-211-4/+4
| * Bluetooth: trivial: Use preferred method for NULL checkAndrei Emeltchenko2012-08-211-2/+2
| * Bluetooth: trivial: Shorten variable scopeAndrei Emeltchenko2012-08-151-4/+2
| * Bluetooth: Add type information to the hci_connect() debug statementVinicius Costa Gomes2012-08-151-1/+1
| * Bluetooth: Simplify a the connection type handlingVinicius Costa Gomes2012-08-151-4/+7
| * Bluetooth: Refactor SCO connection into its own functionVinicius Costa Gomes2012-08-151-14/+19
| * Bluetooth: Refactor ACL connection into its own functionVinicius Costa Gomes2012-08-151-10/+22
| * Bluetooth: Refactor LE connection into its own functionVinicius Costa Gomes2012-08-151-24/+29
| * Bluetooth: Rename LE and ACL connection functionsVinicius Costa Gomes2012-08-151-9/+9
| * Bluetooth: Remove some functions from being exportedVinicius Costa Gomes2012-08-151-2/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-2416-245/+415
|\ \
| * | mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh2012-09-141-1/+2
| * | mac80211: change locking around ieee80211_recalc_smpsJohannes Berg2012-09-144-8/+5
| * | mac80211: handle power constraint/country IE betterJohannes Berg2012-09-143-22/+72
| * | mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg2012-09-111-13/+0
| * | mac80211: validate skb->dev in the tx status pathFelix Fietkau2012-09-101-18/+30
| * | mac80211: use call_rcu() on sta deletionEliad Peller2012-09-103-57/+81
| * | mac80211: add key flag for management keysJohannes Berg2012-09-102-1/+33
| * | mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli2012-09-071-1/+32
| * | mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli2012-09-073-50/+54
| * | net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-071-1/+1
| * | mac80211: refactor set_channel_typeMichal Kazior2012-09-061-19/+48
| * | mac80211: use synchronize_net() on key destroyingEliad Peller2012-09-061-1/+1
| * | mac80211: check power constraint IE size when parsingJohannes Berg2012-09-063-10/+6
| * | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-09-0632-257/+625
| |\ \
| * | | mac80211: disconnect if channel switch failsJohannes Berg2012-09-062-18/+38
OpenPOWER on IntegriCloud