summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville15-129/+350
2012-07-17mac80211: go out of PS before sending disassocEliad Peller1-6/+11
2012-07-17cfg80211: remove regulatory_update()Luis R. Rodriguez1-10/+2
2012-07-17cfg80211: make regulatory_update() staticLuis R. Rodriguez3-4/+4
2012-07-17cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()Luis R. Rodriguez3-5/+7
2012-07-17cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez4-8/+134
2012-07-17cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUSLuis R. Rodriguez1-0/+21
2012-07-17cfg80211: fix set_regdom() to cancel requests with same alpha2Kalle Valo1-1/+4
2012-07-17cfg80211: support TX error rate CQMThomas Pedersen3-0/+103
2012-07-17nl80211: add wdev ID as u64 as it shouldJohannes Berg1-1/+1
2012-07-17mac80211: fix tx-mgmt cookie value being left uninitializedNicolas Cavallari1-0/+1
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg3-58/+2
2012-07-13cfg80211/mac80211: re-add get_channel operationJohannes Berg3-7/+29
2012-07-13Revert "mac80211: refactor virtual monitor code"Johannes Berg3-17/+14
2012-07-13mac80211: fix use after freeAlan Cox1-2/+4
2012-07-12nl80211: allow enabling WoWLAN without triggersJohannes Berg1-17/+13
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville25-388/+553
2012-07-12cfg80211: ignore channel state for stopped AP/mesh interfacesFelix Fietkau1-2/+9
2012-07-12mac80211: iterate the virtual monitor interfaceJohannes Berg2-10/+28
2012-07-12cfg80211: fix locking and lockdep complaintsJohannes Berg3-6/+12
2012-07-12minstrel_ht: enable frame aggregation for fixed rateSylvain Roger Rieunier1-2/+6
2012-07-12mac80211: tx: do not drop non-robust mgmt to non-MFP stas.Nicolas Cavallari1-0/+3
2012-07-12mac80211: restructure key selectionJohannes Berg1-9/+13
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg4-10/+16
2012-07-12mac80211: redesign scan RXJohannes Berg4-80/+32
2012-07-12mac80211: track scheduled scan virtual interfaceJohannes Berg4-14/+15
2012-07-12mac80211: make scan_sdata pointer usable with RCUJohannes Berg3-14/+30
2012-07-12mac80211: fix invalid band deref building preq IEsArik Nemtsov2-0/+5
2012-07-12nl80211: move scan API to wdevJohannes Berg6-34/+40
2012-07-12nl80211: send interface after creationJohannes Berg1-2/+15
2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg4-23/+31
2012-07-09NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz1-0/+3
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz3-4/+8
2012-07-09NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz1-2/+2
2012-07-09NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz1-0/+9
2012-07-09NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz1-2/+0
2012-07-09NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz1-0/+44
2012-07-09NFC: LLCP late bindingSamuel Ortiz2-77/+166
2012-07-09NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz1-17/+5
2012-07-09NFC: Forbid LLCP service name reusingSamuel Ortiz1-1/+3
2012-07-09NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz3-14/+11
2012-07-09NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz1-3/+8
2012-07-09NFC: Build LLCP general bytes upon requestSamuel Ortiz1-15/+17
2012-07-09NFC: Fix LLCP getname socket opSamuel Ortiz1-4/+7
2012-07-09NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz1-0/+1
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz1-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz1-0/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade3-21/+15
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade1-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade1-6/+13