summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-093-4/+8
* NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz2012-07-091-2/+2
* NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz2012-07-091-0/+9
* NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz2012-07-091-2/+0
* NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz2012-07-091-0/+44
* NFC: LLCP late bindingSamuel Ortiz2012-07-092-77/+166
* NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz2012-07-091-17/+5
* NFC: Forbid LLCP service name reusingSamuel Ortiz2012-07-091-1/+3
* NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz2012-07-093-14/+11
* NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz2012-07-091-3/+8
* NFC: Build LLCP general bytes upon requestSamuel Ortiz2012-07-091-15/+17
* NFC: Fix LLCP getname socket opSamuel Ortiz2012-07-091-4/+7
* NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz2012-07-091-0/+1
* NFC: Add netlink module alias for NFCSamuel Ortiz2012-07-091-0/+3
* NFC: Add modules alias for NFC socketsSamuel Ortiz2012-07-091-0/+1
* NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade2012-07-093-21/+15
* NFC: nfc_driver_failure() implementationEric Lapuyade2012-07-091-6/+2
* NFC: nfc_targets_found() should accept zero target foundEric Lapuyade2012-07-091-6/+13
* NFC: Core must test the device polling state inside the device lockEric Lapuyade2012-07-091-2/+7
* NFC: Implement HCI driver or internal error managementEric Lapuyade2012-07-091-4/+11
* NFC: Factorize HCI cmd completionEric Lapuyade2012-07-091-11/+16
* NFC: Driver failure APIEric Lapuyade2012-07-091-0/+10
* NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade2012-07-093-22/+23
* NFC: Implement HCP reaggregation allocation error caseEric Lapuyade2012-07-091-5/+10
* NFC: Remove an impossible HCI error caseEric Lapuyade2012-07-091-10/+0
* NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade2012-07-091-4/+4
* NFC: Removed addressed shdlc TODOsEric Lapuyade2012-07-091-11/+0
* NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade2012-07-092-8/+19
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-07-0923-257/+746
|\
| * mac80211: fix crash with single-queue driversJohannes Berg2012-07-061-2/+10
| * mac80211: always set in_reconfig=false on wakeupEliad Peller2012-07-061-1/+1
| * mac80211: fix debugfs default key linksJohannes Berg2012-07-061-6/+10
| * cfg80211: bitrate calculation for 60gVladimir Kondratiev2012-07-051-0/+49
| * {nl,cfg}80211: support high bitratesVladimir Kondratiev2012-07-052-3/+8
| * cfg80211: fix locking regression in monitor channel trackingJohannes Berg2012-07-042-7/+5
| * mac80211: add TX prepare APIJohannes Berg2012-07-033-0/+29
| * mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-031-2/+1
| * mac80211: remove tx_frags driver callbackJohannes Berg2012-07-023-14/+3
| * mac80211: include VHT capability IE in probe requestsMahesh Palivela2012-07-023-1/+34
| * wireless: regulatory for 60gVladimir Kondratiev2012-07-021-1/+4
| * cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-023-10/+37
| * mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller2012-07-021-3/+10
| * cfg80211: respect iface combinations when starting operationMichal Kazior2012-06-296-5/+52
| * cfg80211: add channel checking for iface combinationsMichal Kazior2012-06-293-8/+88
| * cfg80211/mac80211: remove .get_channelMichal Kazior2012-06-293-28/+7
| * cfg80211: set initial monitor channelMichal Kazior2012-06-291-0/+31
| * cfg80211: track monitor channelMichal Kazior2012-06-293-2/+18
| * cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior2012-06-291-0/+2
| * mac80211: refactor virtual monitor codeMichal Kazior2012-06-293-14/+17
| * cfg80211: track monitor interfaces countMichal Kazior2012-06-293-0/+43