summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-27Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko8-26/+27
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko9-37/+35
2012-09-27Bluetooth: Force the process of unpair command if disconnect failedJefferson Delfes1-2/+3
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan2-2/+2
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko3-1/+53
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko2-4/+20
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko3-1/+76
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2-1/+29
2012-09-27Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2-0/+109
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko3-0/+30
2012-09-27Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko2-0/+46
2012-09-27Bluetooth: Add function to derive AMP key using hmacDmitry Kasatkin1-0/+36
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2-10/+57
2012-09-27Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko1-1/+59
2012-09-27Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko1-1/+33
2012-09-27Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko1-2/+19
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko2-0/+84
2012-09-27Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko1-0/+29
2012-09-27Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko1-1/+61
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko4-6/+138
2012-09-27Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko2-17/+46
2012-09-27Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko1-0/+29
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-18Bluetooth: Update management interface revisionJohan Hedberg1-1/+1
2012-09-18Bluetooth: mgmt: Implement support for passkey notificationJohan Hedberg2-0/+84
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
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli1-1/+32
2012-09-07mac80211: move ieee80211_send_deauth_disassoc outside mlme codeAntonio Quartulli3-50/+54
2012-09-07net/mac80211/scan.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-06mac80211: refactor set_channel_typeMichal Kazior1-19/+48
2012-09-06mac80211: use synchronize_net() on key destroyingEliad Peller1-1/+1
2012-09-06mac80211: check power constraint IE size when parsingJohannes Berg3-10/+6
2012-09-06Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg32-257/+625
2012-09-06mac80211: disconnect if channel switch failsJohannes Berg2-18/+38
2012-09-06mac80211: don't hang on to sched_scan_iesJohannes Berg2-26/+14
2012-09-06Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg7-31/+51
2012-09-06mac80211: use list_move instead of list_del/list_addWei Yongjun1-2/+1