summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* nl/cfg80211: add the NL80211_CMD_SET_MCAST_RATE commandAntonio Quartulli2012-11-051-0/+6
* mac80211: handle TX power per virtual interfaceJohannes Berg2012-10-301-1/+6
* cfg80211: allow per interface TX power settingJohannes Berg2012-10-301-3/+7
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-10-309-13/+194
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-0/+9
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-291-0/+9
| | |\
| | | * mac80211: verify that skb data is presentJohannes Berg2012-10-261-0/+9
| * | | Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2012-10-292-2/+18
| |\ \ \
| | * | | NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz2012-10-261-1/+1
| | * | | NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade2012-10-261-0/+6
| | * | | NFC: Implement HCI DEP send and receive dataArron Wang2012-10-261-1/+2
| | * | | NFC: Implement HCI DEP link up and downArron Wang2012-10-261-0/+3
| | * | | NFC: Pass hardware specific HCI event to driverArron Wang2012-10-261-0/+3
| | * | | NFC: Set local gb and DEP registriesArron Wang2012-10-261-0/+3
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-291-0/+13
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-171-0/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-151-0/+1
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-192-1/+114
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-196-11/+166
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2012-10-181-1/+1
| | * | | | Bluetooth: AMP: Handle complete frames in l2capAndrei Emeltchenko2012-10-151-0/+1
| | * | | | Bluetooth: Add chan->ops->defer()Gustavo Padovan2012-10-151-0/+5
| | * | | | Bluetooth: AMP: Hanlde AMP_LINK case in conn_putAndrei Emeltchenko2012-10-111-3/+14
| | * | | | Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2012-10-111-0/+13
| | * | | | Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-111-1/+2
| | * | | | Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-111-0/+2
| | * | | | Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko2012-10-081-1/+2
| | * | | | Bluetooth: Adjust L2CAP Max PDU size for AMP packetsAndrei Emeltchenko2012-10-081-1/+1
| | * | | | Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko2012-10-081-1/+1
| | * | | | Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko2012-10-081-1/+1
| | * | | | Bluetooth: remove unused member of hci_dev.Rami Rosen2012-10-011-2/+0
| | * | | | bluetooth: Remove unneeded batostr functionAndrei Emeltchenko2012-09-271-1/+0
| | * | | | Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko2012-09-271-0/+1
| | * | | | Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko2012-09-271-0/+2
| | * | | | Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko2012-09-273-0/+7
| | * | | | Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2012-09-271-0/+1
| | * | | | Bluetooth: AMP: Write remote AMP AssocAndrei Emeltchenko2012-09-272-0/+4
| | * | | | Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko2012-09-271-0/+2
| | * | | | Bluetooth: AMP: Add AMP key calculationAndrei Emeltchenko2012-09-271-0/+2
| | * | | | Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko2012-09-272-0/+3
| | * | | | Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko2012-09-272-0/+18
| | * | | | Bluetooth: AMP: Physical link struct and helpersAndrei Emeltchenko2012-09-273-0/+5
| | * | | | Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko2012-09-274-0/+33
| | * | | | Bluetooth: AMP: Use HCI cmd to Read AMP InfoAndrei Emeltchenko2012-09-271-0/+2
| | * | | | Bluetooth: A2MP: Create amp_mgr global listAndrei Emeltchenko2012-09-271-0/+10
| | * | | | Bluetooth: Add HCI logical link cmds definitionsAndrei Emeltchenko2012-09-271-1/+35
* | | | | | mac80211: add explicit AP/GO driver operationsJohannes Berg2012-10-261-0/+10
| |_|_|_|/ |/| | | |
* | | | | mac80211: expose AES-CMAC subkey calculationAssaf Krauss2012-10-231-0/+13
| |_|/ / |/| | |
* | | | mac80211: Notify new IBSS network creationSujith Manoharan2012-10-181-0/+2
OpenPOWER on IntegriCloud