summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-02Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko1-1/+10
2012-11-02Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko1-1/+1
2012-11-02Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko1-2/+2
2012-11-02Bluetooth: mgmt: Use __constant when dealing with constantsSyam Sidhardhan1-5/+5
2012-11-02Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2-2/+0
2012-11-02Bluetooth: Add put(hcon) when deleting hchanAndrei Emeltchenko1-0/+2
2012-11-02Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2-2/+44
2012-11-02Bluetooth: AMP: Process Physical Link Complete evtAndrei Emeltchenko1-0/+55
2012-11-02Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko1-6/+1
2012-11-02Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko1-1/+1
2012-11-02Bluetooth: Fix sending unnecessary HCI_LE_Host_EnableJohan Hedberg1-2/+8
2012-11-02Bluetooth: Fix unnecessary EIR update during powering onJohan Hedberg1-1/+6
2012-11-02Bluetooth: Fix sending unnecessary HCI_Write_SSP_Mode commandJohan Hedberg1-1/+2
2012-11-02Bluetooth: Fix setting host feature bits for SSPJohan Hedberg1-3/+10
2012-11-02Bluetooth: Disallow LE scanning and connecting in peripheral roleJohan Hedberg2-0/+6
2012-11-02Bluetooth: Make use feature test macrosJohan Hedberg2-18/+18
2012-11-02Bluetooth: Fix updating host feature bits for LEJohan Hedberg1-0/+5
2012-11-02Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adaptersJohan Hedberg1-3/+19
2012-11-02Bluetooth: Fix HCI command sending when powering on LE-only adaptersJohan Hedberg1-13/+21
2012-10-30mac80211: use a counter for remain-on-channel cookieJohannes Berg3-11/+20
2012-10-30mac80211: combine status/drop reportingJohannes Berg1-74/+71
2012-10-30mac80211: handle TX power per virtual interfaceJohannes Berg9-44/+125
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg5-20/+30
2012-10-30nl80211: move "can set channel" checkJohannes Berg1-4/+4
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg48-552/+2237
2012-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-36/+104
2012-10-29Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville16-113/+630
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville10-18/+91
2012-10-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville6-36/+104
2012-10-29NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande5-19/+174
2012-10-27mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-27mac80211: verify that skb data is presentJohannes Berg2-2/+33
2012-10-27mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-27wireless: drop invalid mesh address extension framesJohannes Berg1-5/+6
2012-10-27mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-10-26NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz1-0/+31
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook1-2/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook1-2/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc8-17/+17
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz1-7/+16
2012-10-26NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz1-4/+6
2012-10-26NFC: Implement LLCP connection less Tx pathSamuel Ortiz1-0/+19
2012-10-26NFC: UI frame sending routine implementationSamuel Ortiz2-0/+48
2012-10-26NFC: Forward LLCP datagrams to userspaceSamuel Ortiz1-1/+18
2012-10-26NFC: Handle LLCP UI framesSamuel Ortiz2-0/+45
2012-10-26NFC: Keep connection less bound sockets alive when DEP link goes downSamuel Ortiz1-0/+10
2012-10-26NFC: Check for connection less sockets when looking for a service nameSamuel Ortiz1-1/+6
2012-10-26NFC: Reserve LLCP ssap when replying to an SNL frameSamuel Ortiz1-6/+40
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang1-1/+1