summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade1-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade1-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade1-2/+7
2012-07-09NFC: Implement HCI driver or internal error managementEric Lapuyade1-4/+11
2012-07-09NFC: Factorize HCI cmd completionEric Lapuyade1-11/+16
2012-07-09NFC: Driver failure APIEric Lapuyade1-0/+10
2012-07-09NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade3-22/+23
2012-07-09NFC: Implement HCP reaggregation allocation error caseEric Lapuyade1-5/+10
2012-07-09NFC: Remove an impossible HCI error caseEric Lapuyade1-10/+0
2012-07-09NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade1-4/+4
2012-07-09NFC: Removed addressed shdlc TODOsEric Lapuyade1-11/+0
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade2-8/+19
2012-07-09Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville23-257/+746
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-27/+32
2012-07-09mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-09NFC: Prevent NULL deref when getting socket nameSasha Levin1-1/+1
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn1-1/+1
2012-07-06mac80211: fix crash with single-queue driversJohannes Berg1-2/+10
2012-07-06mac80211: always set in_reconfig=false on wakeupEliad Peller1-1/+1
2012-07-06mac80211: fix debugfs default key linksJohannes Berg1-6/+10
2012-07-05cfg80211: bitrate calculation for 60gVladimir Kondratiev1-0/+49
2012-07-05{nl,cfg}80211: support high bitratesVladimir Kondratiev2-3/+8
2012-07-04cfg80211: fix locking regression in monitor channel trackingJohannes Berg2-7/+5
2012-07-03mac80211: add TX prepare APIJohannes Berg3-0/+29
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn1-2/+1
2012-07-02mac80211: remove tx_frags driver callbackJohannes Berg3-14/+3
2012-07-02mac80211: include VHT capability IE in probe requestsMahesh Palivela3-1/+34
2012-07-02wireless: regulatory for 60gVladimir Kondratiev1-1/+4
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev3-10/+37
2012-07-02mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller1-3/+10
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior6-5/+52
2012-06-29cfg80211: add channel checking for iface combinationsMichal Kazior3-8/+88
2012-06-29cfg80211/mac80211: remove .get_channelMichal Kazior3-28/+7
2012-06-29cfg80211: set initial monitor channelMichal Kazior1-0/+31
2012-06-29cfg80211: track monitor channelMichal Kazior3-2/+18
2012-06-29cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior1-0/+2
2012-06-29mac80211: refactor virtual monitor codeMichal Kazior3-14/+17
2012-06-29cfg80211: track monitor interfaces countMichal Kazior3-0/+43
2012-06-29cfg80211: introduce cfg80211_get_chan_stateMichal Kazior2-0/+63
2012-06-29cfg80211: track ibss fixed channelMichal Kazior1-0/+1
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior4-5/+19
2012-06-29cfg80211: .stop_ap when interface is going downMichal Kazior2-0/+6
2012-06-29cfg80211: introduce cfg80211_stop_apMichal Kazior4-17/+50
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg37-1716/+3089
2012-06-28cfg80211: allow advertising VHT capabilitiesMahesh Palivela1-0/+9
2012-06-28mac80211: don't require associated->beacon_ies for psEliad Peller1-3/+0
2012-06-28mac80211: flush queues before deauth/disassocEliad Peller1-0/+4
2012-06-28mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg5-16/+18
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg3-4/+13