summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-11-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville12-174/+1412
2012-11-02Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko3-6/+5
2012-11-02Bluetooth: Process Create Chan RequestAndrei Emeltchenko1-20/+43
2012-11-02Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtAndrei Emeltchenko2-13/+26
2012-11-02Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko1-2/+2
2012-11-02Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko2-0/+21
2012-11-02Bluetooth: AMP: Remove hci_conn receiving error command statusAndrei Emeltchenko1-4/+13
2012-11-02Bluetooth: AMP: Process Disc Physical Link Complete evtAndrei Emeltchenko1-0/+26
2012-11-02Bluetooth: AMP: Process Disc Logical LinkAndrei Emeltchenko2-0/+35
2012-11-02Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko3-5/+72
2012-11-02Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko1-2/+4
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-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