summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-1225-388/+553
|\
| * mac80211: iterate the virtual monitor interfaceJohannes Berg2012-07-122-10/+28
| * cfg80211: fix locking and lockdep complaintsJohannes Berg2012-07-123-6/+12
| * minstrel_ht: enable frame aggregation for fixed rateSylvain Roger Rieunier2012-07-121-2/+6
| * mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari2012-07-121-0/+3
| * mac80211: restructure key selectionJohannes Berg2012-07-121-9/+13
| * mac80211: add time synchronisation with BSS for assocJohannes Berg2012-07-124-10/+16
| * mac80211: redesign scan RXJohannes Berg2012-07-124-80/+32
| * mac80211: track scheduled scan virtual interfaceJohannes Berg2012-07-124-14/+15
| * mac80211: make scan_sdata pointer usable with RCUJohannes Berg2012-07-123-14/+30
| * mac80211: fix invalid band deref building preq IEsArik Nemtsov2012-07-122-0/+5
| * nl80211: move scan API to wdevJohannes Berg2012-07-126-34/+40
| * nl80211: send interface after creationJohannes Berg2012-07-121-2/+15
| * cfg80211: use wireless_dev for interface managementJohannes Berg2012-07-124-23/+31
| * cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg2012-07-099-91/+118
| * nl80211: don't assume wdev->netdev existsJohannes Berg2012-07-091-1/+6
| * nl80211: retrieve interface data by wdevJohannes Berg2012-07-091-11/+15
| * nl80211: add NL80211_FLAG_NEED_WDEVJohannes Berg2012-07-091-18/+39
| * nl80211: prepare for non-netdev wireless devsJohannes Berg2012-07-095-41/+123
| * mac80211: remove ieee80211_key_removedJohannes Berg2012-07-091-20/+0
| * mac80211: remove unused assignmentJohannes Berg2012-07-091-1/+1
| * mac80211: update BSS info on AC parameters changeJohannes Berg2012-07-092-14/+16
| * cfg80211: fix oops due to unassigned set_monitor_enabled callbackVladimir Kondratiev2012-07-081-2/+3
| * mac80211: request TX status for BlockAck RequestsChristian Lamparter2012-07-071-1/+2
* | NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz2012-07-091-0/+3
* | 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