summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville11-30/+82
2012-09-25cfg80211: Fix regulatory check for 60GHz band frequenciesVladimir Kondratiev1-5/+14
2012-09-25NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz1-5/+5
2012-09-25NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz1-7/+31
2012-09-25NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz1-1/+2
2012-09-25NFC: Add HCI module descriptionEric Lapuyade1-0/+1
2012-09-25NFC: Fix LLC registration definitions for ANSI complianceEric Lapuyade2-2/+2
2012-09-25NFC: Remove unneeded LLC symbols exportSamuel Ortiz3-17/+1
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade4-1009/+123
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade4-2/+851
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade4-2/+105
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade4-1/+241
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2-20/+42
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-1/+33
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade4-24/+21
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz1-2/+1
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-25/+2
2012-09-25NFC: Fix possible LLCP memory leakWei Yongjun1-5/+9
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun2-4/+2
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo6-118/+26
2012-09-25NFC: Remove repeated code for NULL checkSyam Sidhardhan1-3/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-1/+55
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+69
2012-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville6-65/+195
2012-09-24Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville16-245/+415
2012-09-24rfkill: prevent unnecessary event generationVitaly Wool1-1/+7
2012-09-21mac80211: don't send delBA on addBA failureJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA when removing stationsJohannes Berg1-1/+1
2012-09-21mac80211: don't send delBA before disassocJohannes Berg1-1/+1
2012-09-20mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier1-1/+1
2012-09-19cfg80211: constify name parameter to add_virtual_intfJohannes Berg1-1/+2
2012-09-19mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg1-0/+4
2012-09-18Bluetooth: Update management interface revisionJohan Hedberg1-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2-0/+84
2012-09-18cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu3-0/+50
2012-09-18wireless: remove unreachable codeAlan Cox1-19/+1
2012-09-14mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh1-1/+2
2012-09-14mac80211: change locking around ieee80211_recalc_smpsJohannes Berg4-8/+5
2012-09-14mac80211: handle power constraint/country IE betterJohannes Berg3-22/+72
2012-09-11mac80211: remove unneeded CONFIG_PM ifdefJohannes Berg1-13/+0
2012-09-10mac80211: validate skb->dev in the tx status pathFelix Fietkau1-18/+30
2012-09-10mac80211: use call_rcu() on sta deletionEliad Peller3-57/+81
2012-09-10mac80211: add key flag for management keysJohannes Berg2-1/+33
2012-09-08Bluetooth: AMP: Add Read Data Block Size to amp_initAndrei Emeltchenko1-0/+3
2012-09-08Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-09-08Bluetooth: trivial: Make hci_chan_del return voidAndrei Emeltchenko1-3/+1
2012-09-08Bluetooth: Remove unneeded zero initAndrei Emeltchenko1-1/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville52-704/+1403
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville5-17/+17