Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
08bf540412ed82a15cb9068249ad49b410a7b082
/
net
/
wireless
90b90f6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
ebd0fd2
cfg80211: Fix mutex locking in reg_last_request_cell_base
by Mohammed Shafi Shajakhan
· 12 years ago
14cdf11
cfg80211: remove regulatory_update()
by Luis R. Rodriguez
· 12 years ago
f8a1c77
cfg80211: make regulatory_update() static
by Luis R. Rodriguez
· 12 years ago
bfead08
cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()
by Luis R. Rodriguez
· 12 years ago
57b5ce0
cfg80211: add cellular base station regulatory hint support
by Luis R. Rodriguez
· 12 years ago
b594bab
cfg80211: add CONFIG_CFG80211_CERTIFICATION_ONUS
by Luis R. Rodriguez
· 12 years ago
9590853
cfg80211: fix set_regdom() to cancel requests with same alpha2
by Kalle Valo
· 12 years ago
84f1070
cfg80211: support TX error rate CQM
by Thomas Pedersen
· 12 years ago
00f5335
nl80211: add wdev ID as u64 as it should
by Johannes Berg
· 12 years ago
4290cb4
cfg80211: reduce monitor interface tracking
by Johannes Berg
· 12 years ago
5b7ccaf
cfg80211/mac80211: re-add get_channel operation
by Johannes Berg
· 12 years ago
ae33bd8
nl80211: allow enabling WoWLAN without triggers
by Johannes Berg
· 12 years ago
38a0084
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
f53594a
cfg80211: ignore channel state for stopped AP/mesh interfaces
by Felix Fietkau
· 12 years ago
8e95ea4
cfg80211: fix locking and lockdep complaints
by Johannes Berg
· 12 years ago
fd01428
nl80211: move scan API to wdev
by Johannes Berg
· 12 years ago
1c90f9d
nl80211: send interface after creation
by Johannes Berg
· 12 years ago
84efbb8
cfg80211: use wireless_dev for interface management
by Johannes Berg
· 12 years ago
71bbc99
cfg80211: use wdev in mgmt-tx/ROC APIs
by Johannes Berg
· 12 years ago
ba22fb5
nl80211: don't assume wdev->netdev exists
by Johannes Berg
· 12 years ago
72fb2ab
nl80211: retrieve interface data by wdev
by Johannes Berg
· 12 years ago
1bf614e
nl80211: add NL80211_FLAG_NEED_WDEV
by Johannes Berg
· 12 years ago
89a54e4
nl80211: prepare for non-netdev wireless devs
by Johannes Berg
· 12 years ago
56af8f9
cfg80211: fix oops due to unassigned set_monitor_enabled callback
by Vladimir Kondratiev
· 12 years ago
95ddc1f
cfg80211: bitrate calculation for 60g
by Vladimir Kondratiev
· 12 years ago
8eb41c8
{nl,cfg}80211: support high bitrates
by Vladimir Kondratiev
· 12 years ago
c5a7e58
cfg80211: fix locking regression in monitor channel tracking
by Johannes Berg
· 12 years ago
90cdc6d
wireless: regulatory for 60g
by Vladimir Kondratiev
· 12 years ago
3a0c52a
cfg80211: add 802.11ad (60gHz band) support
by Vladimir Kondratiev
· 12 years ago
8732baa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
e4e3245
cfg80211: respect iface combinations when starting operation
by Michal Kazior
· 12 years ago
d4e50c5
cfg80211: add channel checking for iface combinations
by Michal Kazior
· 12 years ago
2e165b8
cfg80211/mac80211: remove .get_channel
by Michal Kazior
· 12 years ago
a69b40a
cfg80211: set initial monitor channel
by Michal Kazior
· 12 years ago
b78e8ce
cfg80211: track monitor channel
by Michal Kazior
· 12 years ago
4f03c1e
cfg80211: refuse to .set_monitor_channel when non-monitors are present
by Michal Kazior
· 12 years ago
dbbae26
cfg80211: track monitor interfaces count
by Michal Kazior
· 12 years ago
26ab9a0
cfg80211: introduce cfg80211_get_chan_state
by Michal Kazior
· 12 years ago
c30a3d3
cfg80211: track ibss fixed channel
by Michal Kazior
· 12 years ago
f4489eb
cfg80211: add channel tracking for AP and mesh
by Michal Kazior
· 12 years ago
ac80014
cfg80211: .stop_ap when interface is going down
by Michal Kazior
· 12 years ago
6077178
cfg80211: introduce cfg80211_stop_ap
by Michal Kazior
· 12 years ago
58050fc
net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()
by Thomas Graf
· 12 years ago
b1fbd46
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
by Johannes Berg
· 12 years ago
bf0c111e
cfg80211: allow advertising VHT capabilities
by Mahesh Palivela
· 12 years ago
dfb89c5
cfg80211: don't allow WoWLAN support without CONFIG_PM
by Johannes Berg
· 12 years ago
2c44344
Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next
by John W. Linville
· 12 years ago
88e920b
nl80211: specify RSSI threshold in scheduled scan
by Thomas Pedersen
· 12 years ago
133189a
Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next
by John W. Linville
· 12 years ago
46c1dd0
cfg80211: fix regression in multi-vif AP start
by Felix Fietkau
· 12 years ago
2bd7e35
nl80211: use __cfg80211_rdev_from_attrs for testmode
by Johannes Berg
· 12 years ago
878d9ec
nl80211: change __cfg80211_rdev_from_info
by Johannes Berg
· 12 years ago
4f7eff1
nl80211: fix netns separation
by Johannes Berg
· 12 years ago
7fee477
nl80211: refactor __cfg80211_rdev_from_info
by Johannes Berg
· 12 years ago
a945540
cfg80211: make some functions static
by Johannes Berg
· 12 years ago
728b19e
{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval
by Chun-Yeow Yeoh
· 12 years ago
ac1073a
{nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactivePathToRootTimeout
by Chun-Yeow Yeoh
· 12 years ago
211c17a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
4a4ab0d
nl80211: fix sched scan match attribute name
by Johannes Berg
· 12 years ago
fe20b39
cfg80211: fix potential deadlock in regulatory
by Eliad Peller
· 12 years ago
a4f606e
{nl,cfg,mac}80211: fix the coding style related to mesh parameters
by Chun-Yeow Yeoh
· 12 years ago
f8cdddb
cfg80211: check iface combinations only when iface is running
by Michal Kazior
· 12 years ago
ebf348f
cfg80211: validate remain-on-channel time better
by Johannes Berg
· 12 years ago
e8c9bd5
cfg80211: clarify set_channel APIs
by Johannes Berg
· 12 years ago
7c9c46c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
cc1d280
cfg80211: provide channel to join_mesh function
by Johannes Berg
· 12 years ago
685d12a1
cfg80211: disallow setting channel on WDS interfaces
by Johannes Berg
· 12 years ago
aa430da
cfg80211: provide channel to start_ap function
by Johannes Berg
· 12 years ago
d58e7e3
cfg80211: simplify cfg80211_can_beacon_sec_chan API
by Johannes Berg
· 12 years ago
10bab00
cfg80211: deprecate CFG80211_WEXT
by Johannes Berg
· 12 years ago
35b2a11
wireless: remove wext sysfs
by Johannes Berg
· 12 years ago
463454b
cfg80211: fix interface combinations check
by Johannes Berg
· 12 years ago
28f3336
cfg80211: use sme_state in ibss start/join path
by Amitkumar Karwar
· 12 years ago
a0d0d16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by John W. Linville
· 12 years ago
cd6c659
nl80211: refactor valid channel type check
by Johannes Berg
· 12 years ago
294a20e
cfg80211: fix cfg80211_can_beacon_sec_chan prototype
by Johannes Berg
· 12 years ago
3383b5a
nl80211: prevent additions to old station flags API
by Johannes Berg
· 12 years ago
2615f37
cfg80211: add warning when calculating MCS rates >= 32
by Johannes Berg
· 12 years ago
4472037
cfg80211: remove double prototype
by Johannes Berg
· 12 years ago
c4f6084
Net: wireless: core.c: fixed checkpatch warnings
by Cristian Chilipirea
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
c597f66
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
4c76472
wireless: Convert compare_ether_addr to ether_addr_equal by hand
by Joe Perches
· 12 years ago
ac422d3
wireless: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 12 years ago
70c33ea
{nl,cfg,mac}80211: Allow user to see/configure HT protection mode
by Ashok Nagarajan
· 13 years ago
ef9456a
cfg80211: fix BSS comparison
by Emmanuel Grumbach
· 13 years ago
d619921
cfg80211: Add framework to support ethtool stats.
by Ben Greear
· 13 years ago
d9b8ae6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
218d2e2
cfg80211: Validate legacy rateset.
by Bala Shanmugam
· 13 years ago
59ef43e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
f9616e0
cfg80211: increse bss expire time
by Rajkumar Manoharan
· 13 years ago
8e8b41f
cfg80211: enforce lack of interface combinations
by Johannes Berg
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
d91df0e
cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE
by Pontus Fuchs
· 13 years ago
e55a404
cfg80211: fix interface combinations check.
by Lukasz Kucharczyk
· 13 years ago
7eab0f6
Merge branch 'master' into for-davem
by John W. Linville
· 13 years ago
8065248
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
5314526
cfg80211: add channel switch notify event
by Thomas Pedersen
· 13 years ago
Next »